Antigen Versions Save

The plugin manager for zsh.

v1.4.0

7 years ago

This is a minor release that fixes an issue with environment variable caching of default libraries (omz, prezto) and adds a new mode for caching, activated by default.

Changes

Use reference cache rather than source bundle (#386, #387) Cache library handle environment variables for default libraries (#400, #391)

Thanks @lukechilds, @shoeffner and everyone who reported issues and provided feedback.

v1.3.5

7 years ago

This is a bugfix release that adds a missing completion for antigen-list command, enhances documentation and fix an issue in zsh 4.3.11.

Sorry for the delay in releasing this version. Some technical issues (damn you TravisCI!) plus less free time made it drag a few days.

Changes

Add argument completion for antigen-list command (#398, #396) Add hint in readme to alternative install methods (#393, #392) Fix syntax issue on zsh 4.3.11 (#394, #395)

Thanks @TBird2001, @einSelbst and everyone who reported issues and provided feedback.

v1.3.4

7 years ago

This is a bugfix release that fixes antigen-theme command handling of paths.

Changes

antigen-theme command load themes from path (#389, #385) Fix updating version references (#384)

See CHANGELOG.md for further details.

Thanks to everyone who reported issues and provided feedback.

v1.3.3

7 years ago

This is a bugfix release that further enhance our documentation. Additionally we've slightly improved our release tooling.

Changes

Update makefile release tasks (#379, #382) Add entry in wiki regarding COMPDUMP location configuration (#378) Update README.md with external articles (#376) Add LICENSE file to repository (#375, #374)

See CHANGELOG.md for further details.

Thanks to everyone who reported issues and provided feedback.

v1.3.2

7 years ago

This is a bugfix release that fixes various issues with antigen-theme command on interactive mode.

Additionally we added Shellcheck to our toolset. It will help us maintain proper shell syntax and warn us of any issues. It's added to our continuos integration set up. You can read more about it here.

Changes

Enforce coding style (#369) Fix interactively changing between themes (#367, #368) Update README.md with new external articles (#370, #372)

See CHANGELOG.md for further details.

Thanks to everyone who reported issues and provided feedback.

v1.3.1

7 years ago

This is a bugfix release that fixes various issues regarding compatibility between GNU and BSD tools. We added, as well, OS X to our testing pipeline in order to avoid future issues regarding multi OS compatibility.

Changes

Avoid error when CLOBBER is unset (#360, #361) Bundle short name breaks on OSX (BSD sed) (#355, #356) Added zsh 5.3 to the build pipeline (#363) Configure Travis-Ci to build against OS X (10.11, xcode 7.3) (#365, #357) Add makefile task to create signed releases (#350) Add note about variable handling inside antigen-bundles heredoc (#364, #362)

See CHANGELOG.md for further details.

Thanks @rltbennett, @rherrick and everyone who reported issues and provided feedback.

v1.3.0

7 years ago

This is a minor release that add a few utility commands and very first signed release!

Changes

Fix bundle short name broken with branched bundles (#340, #347) Sign git commits & releases (tags) (#301, #348) Theme command tab completion (#337, #345) Add --short option for antigen-list command (#343, #344) Purge command for removing bundles from file system (#335, #342) Improve TravisCI performance (#341)

See CHANGELOG.md for further details.

Thanks @rugk and everyone who reported issues and provided feedback.

v1.2.4

7 years ago

This is a bugfix release that addresses an issue with antigen-init and antigen-theme commands.

Changes

Fix antigen-init command unable to detect bundles (#321, #322) Display error message if antigen-theme fails to load theme (#328, #331) Moved -antigen-echo-record to helpers directory (#327, #330) Add antigen-init command entry in README.md (#323, #329)

See CHANGELOG.md for further details.

Thanks @orf, @VincentBel, @wsargent and everyone who reported issues and provided feedback.

v1.2.3

7 years ago

This is a bugfix release that addresses an issue with sed's regexp format between BSD and GNU implementations.

Changes

Fixed issue with sed regexp format between BSD and GNU (#318, #317)

See CHANGELOG.md for further details.

Thanks @john-kurkowski and everyone who reported issues and provided feedback.

v1.2.2

7 years ago

This is a bugfix release that addresses various issues with keybindings and caching.

Changes

Bundle command returns error if repository is not found (#315, #308) Enhanced cache process-source function (#313, #314) Disabling cache-related commands if cache is disabled (#310, #307) Handle bundle's default branch different than master (#311, #304)

See CHANGELOG.md for further details.

Thanks @DestyNova, @yacoob, @qstrahl and everyone who reported issues and provided feedback.