- Renamed
zlong_ignore_pfxs
tozlong_strip_pfxs
and changed it to an array - Renamed
zlong_ignore_cmds
tozlong_ignore_cmdpfxs
and changed it to an array - Support disabling of alerts via full command prefixes (support spaces) via
zlong_ignore_cmdpfxs
(useful for, e.g.,git log
and similar interactive sub-commands)
- Removed check for deprecated
zlong_use_notify_send
variable - Removed
zlong_message
and instead makezlong_alert_func
customizable - Default
zlong_alert_func
usesapprise
instead ofnotify-send
andalerter
- Added support for exit status to
zlong_alert_func
- Added
nvim
andvi
to defaultzlong_ignore_cmds
- CHANGELOG renamed to CHANGELOG.md
- A pointer to this file from the README
- No longer warn you when
notify-send
is not available. - Will only use
notify-send
if it exists and has not been explicitly disabled: kevinywlui#1 (comment)
- Added a VERSION and CHANGELOG file