Releases: astzweig/zshlib
Releases · astzweig/zshlib
Release v2.0.2
[v2.0.2] - 2024-07-03
Added
- As ZSh word code files are OS independent but ZSh version dependent, the build
process and bootstrap script take that into account.
If there is no precompiled version for your ZSh version, bootstrap will compile
from source.
Release v2.0.1
[v2.0.1] - 2024-07-01
Added
- Add bootstrap script. Now you can automatically install the library using a
single command.
Release v2.0.0
v2.0.0 - 2022-04-28
Added
- askUser asks for password confirmation now, to prevent typo errors.
Changed
- indicateActivity now accepts arguments as arguments instead of a
comma separated list.
Release v1.0.1
v1.0.1 - 2022-04-26
Added
- Validators of askUser can now habe a comma separated list of arguments given
to them additionally to the user reply.
Fixed
- Changed parsing semantics of isTerminalBackgroundDark to handle special chars
in Terminal answer to xterm control sequence. Those were causing parsing errors
previously. - Add trap for killing the background job while showing spinner dots in showSpinner
as before they'd keep spinning even after forcefully quitting the script. - Run functions of indicateActivity (or showSpinner) in the current shell context
instead of a subshell. - Fixed wrong date in CHANGELOG.md regarding release v1.0.0.
Release v1.0.0
v1.0.0 - 2014-05-31
First major release.
Added
- Useful functions for logging, output and activity indication. Take a look at
what's included. - A compiled version of the library. Head over to Releases.