Releases: mattmc3/antidote
Releases · mattmc3/antidote
v1.7.3
v1.7.2
v1.7.1
v1.6.5
v1.6.4
What's Changed
-
New features
install
command now supports annotation params that get put in static bundle filepurge --all
support
-
Quality
- Add "real" tests to CI, not just unit tests
- Nearly 300 total tests!
- All subcommands have tests
- Correct errors reported by
warn_create_global
&warn_nested_var
-
Refactoring
- Refactor bundle and bundle parser
- Tighten up SLOC in nearly every file (total <500 sloc)
- Replace unneeded shebangs with vim modelines so that extensionless files are highlighted properly
- Standardize local_options
- Better cross-platform conventions for
sed
. - Better prior Zsh version support with zparseopts
Bug fixes - Fix the LONGSTANDING bug with job monitoring on "done" jobs
Full Changelog: v1.6.3...v1.6.4
v1.6.3
v1.6.2
v1.6.0
What's Changed
- Feat conditional annotation by @mattmc3 in #47
- Feat antidote script firstclass by @mattmc3 in #48
- Antidote 1.6 by @mattmc3 in #50
- Remove unnecessary bundles command
- Update man pages
- Bump version to 1.6.0
- Change error verbiage
- Formatting fixes
- Enhance list command (list --short, list --dirs)
- Remove over-aggressive globbing
- Update man pages
- Feature #34 - support
purge --all
- Change how MANPATH gets set
Full Changelog: v1.5.1...v1.6.0
v1.5.1
v1.5.0
What's Changed
- Fix #40 - correctly document zstyle by @danielparks in #41
- Antidote CI by @mattmc3 in #43
New Contributors
- @danielparks made their first contribution in #41
Full Changelog: v1.4.1...v1.5.0