What's Changed
- tests/job-y.tst: Account for root PS1. by @pghvlaans in #106
- Fixed a test case in
tests/job-y.tst
that was failing when run as root.
- Fixed a test case in
- Update NEWS & THANKS for fzy completion by @magicant in #107
- Version 2.58 added completion for fzy, but the NEWS file did not mention it. This has been fixed.
- Redefine Actions workflow by @magicant in #108
- share/initialization/common: create HISTFILE directory automatically by @unrealapex in #109
- Version 2.58 changed the default
$HISTFILE
location to${XDG_STATE_HOME}/yash/history
, but the initialization script was not making the containing directory. This was causing the shell to fail to save the history file. The initialization script now creates the directory if it does not exist.
- Version 2.58 changed the default
New Contributors
- @pghvlaans made their first contribution in #106
Full Changelog: 2.58...2.58.1