v4.3
v4.3
This brings improved support on Windows plus one breaking change from the previous release (v4.2)
Breaking Changes
pre-prompt-func
andpost-prompt-func
have been replaced withonPrompt
events:event onKeyPress example=before { ... }
The
onFileSystemChange
event payload now lowercases the filesystem event operation string. However until this release, that payload was undocumented (read more)
Features
New events,
onPrompt
, triggered when the interactive prompt is at various stagesDynamic and DynamicDesc autocompletions can have their partial term prefix filter disabled (read more, previous discussion)
New autocompletions:
gping
Bug Fixes
Improved Windows support. Arrow keys and other special keys are now handled correctly (#630)
Fix
ctrl
+a
offset by 1 error (#628)
Published: 02.07.2023 at 09:55
See Also
- Murex Event Subsystem (
event
): Event driven programming for shell scripts - Shell Configuration And Settings (
config
): Query or define Murex runtime settings - Tab Autocompletion (
autocomplete
): Set definitions for tab-completion in the command line onPrompt
: Events triggered by changes in state of the interactive shell
This document was generated from gen/changelog/v4.3_doc.yaml.