v0.21.0
shed v0.21.0
shed v0.21.0 has been released.
New Features
- shed now compiles on MacOS. Included with this release is an aarch64 MacOS binary.
- Will require further testing to ensure that everything is in order, but the Mac build is currently passing all 3127 tests.
- Implemented a bash-style grid completion menu.
- This completion menu is now the default, instead of the fuzzy completion.
shopt prompt.complete_stylelets you choose which menu you want.gridorfuzzy, may add more later.
Changes
- pressing
qin the help pager now exits the pager directly, instead of exiting to the previous page. - The following actions are no longer considered errors:
- passing an empty array to a for loop
- calling
unseton an unset variable - calling
waitwith an empty job table
Fixes
- in vi-mode, Ctrl+A/Ctrl+X number increment/decrement, and rot13 are now dot-repeatable.
- shed no longer inherits
PWDfrom the environment, and only setsOLDPWDat init if it is found in the environment.