github.com/lmorg/murex@v0.0.0-20240217211045-e081c89cd4ef/docs/changelog/v2.0.md (about)

     1  # v2.0
     2  
     3  This release comes with spellchecking, inlined images, smarter syntax completion and more
     4  
     5  This release seems some major upgrade to the default experience:
     6  
     7  * Inlined spellchecking enabled by default (requires `aspell` installed)
     8    [![asciicast](https://asciinema.org/a/408024.svg)](https://asciinema.org/a/408024)
     9    (see spellcheck link below)
    10  
    11  * Support for inlining images enabled by default (was previously an [external
    12    module](https://github.com/lmorg/murex-module-open-image))
    13    [![asciicast](https://asciinema.org/a/408028.svg)](https://asciinema.org/a/408028)
    14  
    15  * Massively overhauled syntax completion
    16    [![asciicast](https://asciinema.org/a/408029.svg)](https://asciinema.org/a/408029)
    17  
    18  * Additional tab autocompletions included in base install
    19  
    20  * Minor `readline` bug fixes: [git commits](https://github.com/lmorg/murex/pull/312/commits/5064cf418f768d2ba4a6bbc7c74e46629ef3b5f3)
    21  
    22  * Rewritten config backend which copies less data around
    23  
    24  * Significantly more features documented: [https://murex.rocks](https://murex.rocks)
    25  
    26  * Plus this new blog!
    27  
    28  <hr>
    29  
    30  Published: 17.04.2021 at 12:49
    31  
    32  ## See Also
    33  
    34  * [Interactive Shell](../user-guide/interactive-shell.md):
    35    What's different about Murex's interactive shell?
    36  * [Modules and Packages](../user-guide/modules.md):
    37    An introduction to Murex modules and packages
    38  * [Spellcheck](../user-guide/spellcheck.md):
    39    How to enable inline spellchecking
    40  * [`config`](../commands/config.md):
    41    Query or define Murex runtime settings
    42  * [`murex-package`](../commands/murex-package.md):
    43    Murex's package manager
    44  * [`open-image`](../commands/open-image.md):
    45    Renders bitmap image data on your terminal
    46  * [`open`](../commands/open.md):
    47    Open a file with a preferred handler
    48  
    49  <hr/>
    50  
    51  This document was generated from [gen/changelog/v2.0_doc.yaml](https://github.com/lmorg/murex/blob/master/gen/changelog/v2.0_doc.yaml).