Skip to content

Latest commit

 

History

History
58 lines (48 loc) · 2.18 KB

CHANGELOG.md

File metadata and controls

58 lines (48 loc) · 2.18 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Nothing here yet.

[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.

[v2.0.1] - 2024-07-01

Added

  • Add bootstrap script. Now you can automatically install the library using a single command.

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.

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.

v1.0.0 - 2022-04-21

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.