v3.1
v3.1
This release includes mostly bug fixes and new experimental features which are opt into. To enable all experimental features, set the environmental variable MUREX_EXPERIMENTAL
to any value. Or you can enable specific features individually via config
Breaking Changes
- None
Features
default
statement added toswitch
(this will deprecatecatch
, albeitcatch
will remain supported for compatibility)Option to change start directory:
config: set shell start-directory $path
(where $path is the working directory you wish to start the shell in)onCommandCompletion
event no spawns a pty. This allows capturing of stdout while still presenting a tty to the executing processEXPERIMENTAL: preview files. This can be enabled via
config: set shell preview-enabled true
EXPERIMENTAL: preview images. This can be enabled via
config: set shell preview-images true
EXPERIMENTAL: tty buffer. This can be enabled via
config: set shell tty-buffer-enabled true
ctrl
+r
has been tweaked to make it more user friendlyLong overdue SIGWINCH signal handler to reflow after terminal resized
Lots of improvements to documentation
Non-User Facing / Maintenance Changes:
- none
Bug Fixes
re-added
columns
data-type to fixjobs
builtinadded bang alternatives to the glob exception list
added missing support for
&&
tokens in expressions![]
can now produce empty mapsfixed regression bug in file pipe mutex
fixed missing bounds check in statement parser
Published: 12.02.2023 at 21:22
See Also
- Rosetta Stone: A tabulated list of Bashism's and their equivalent Murex syntax
- Switch Conditional (
switch
): Blocks of cascading conditionals
This document was generated from gen/changelog/v3.1_doc.yaml.