github.com/lmorg/murex@v0.0.0-20240217211045-e081c89cd4ef/gen/changelog/v4.3_doc.yaml (about)

     1  - DocumentID: v4.3
     2    Title: >-
     3      v4.3
     4    CategoryID: changelog
     5    DateTime: 2023-07-02 09:55
     6    Summary: >-
     7      This brings improved support on Windows plus one breaking change from the previous release (v4.2)
     8    Description: |-
     9      ## Breaking Changes
    10  
    11      * `pre-prompt-func` and `post-prompt-func` have been replaced with `onPrompt` events: `event onKeyPress example=before { ... }`
    12  
    13      * The `onFileSystemChange` event payload now lowercases the filesystem event operation string. However until this release, that payload was undocumented ([read more](https://murex.rocks/docs/events/onfilesystemchange.html))
    14  
    15      ## Features
    16  
    17      * New events, `onPrompt`, triggered when the interactive prompt is at various stages
    18  
    19      * **Dynamic** and **DynamicDesc** autocompletions can have their partial term prefix filter disabled ([read more](https://murex.rocks/docs/commands/autocomplete.html#ignoreprefix-boolean-false), [previous discussion](https://github.com/lmorg/murex/issues/635))
    20  
    21      * New autocompletions: `gping`
    22  
    23      ## Bug Fixes
    24  
    25      * Improved Windows support. Arrow keys and other special keys are now handled correctly ([#630](https://github.com/lmorg/murex/issues/630))
    26  
    27      * Fix `ctrl`+`a` offset by 1 error ([#628](https://github.com/lmorg/murex/pull/628))
    28    Related:
    29      - event
    30      - config
    31      - autocomplete
    32      - onprompt
    33