diff --git a/CHANGELOG.md b/CHANGELOG.md index 18ff5a8..6f86789 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,32 @@ +# [5.2.0](https://github.com/olets/zsh-abbr/compare/v5.1.0...v5.2.0) (2023-10-19) + +Adds command completion and deprecates access to some internal functions. + +### Bug Fixes + +* **precmd:** no noise output ([eaec694](https://github.com/olets/zsh-abbr/commit/eaec6948ab8a57705743e3e83fac7c9fe73c52be)) + + +### Features + +#### Completions + +* **completions:** add for abbr commands [[#104](https://github.com/olets/zsh-abbr/issues/104)] ([e67b3e1](https://github.com/olets/zsh-abbr/commit/e67b3e10e41d6a3ef72c975855fddb7504116417)) +* **completions:** import-git-aliases suggests files [[#104](https://github.com/olets/zsh-abbr/issues/104)] ([74dfcc6](https://github.com/olets/zsh-abbr/commit/74dfcc67f030d4a572a3c047f3e469a4aac1ea04)) + +#### Deprecations + +* **_abbr:util_deprecated:** deprecate ([431ea27](https://github.com/olets/zsh-abbr/commit/431ea27a5c1029879c30576cd885dd44cc9eb685)) +* **add, erase:** do not export abbreviations_set variable ([c25eb0b](https://github.com/olets/zsh-abbr/commit/c25eb0b25229cae64633fa7ea2df0af7b7530b64)) +* **initialization:** deprecate exported fns, use local instead... ([d941318](https://github.com/olets/zsh-abbr/commit/d941318d5cb197205d320dc723676fa9e5c5d1ab)) +* **precmd:** deprecate ([e341f87](https://github.com/olets/zsh-abbr/commit/e341f870591055cad302a3a953ddf7604c894277)) + +#### Other + +* **warn deprecation:** replacement is optional ([f2a33e6](https://github.com/olets/zsh-abbr/commit/f2a33e65608a8c24d3fd8b8c3f09f7c89b4af581)) + + + # [5.1.0](https://github.com/olets/zsh-abbr/compare/v5.0.1...v5.1.0) (2023-05-26) diff --git a/man/man1/abbr.1 b/man/man1/abbr.1 index 67ff9e3..31a0ede 100644 --- a/man/man1/abbr.1 +++ b/man/man1/abbr.1 @@ -1,4 +1,4 @@ -.TH "ZSH-ABBR" 1 "May 26 2023" "abbr 5.1.0" "User Commands" +.TH "ZSH-ABBR" 1 "October 19 2023" "abbr 5.2.0" "User Commands" .SH NAME zsh\-abbr \- manage zsh abbreviations .SH SYNOPSIS diff --git a/zsh-abbr.zsh b/zsh-abbr.zsh index 0335072..7762111 100755 --- a/zsh-abbr.zsh +++ b/zsh-abbr.zsh @@ -2,7 +2,7 @@ # abbreviation management for zsh, inspired by fish shell and enhanced # https://github.com/olets/zsh-abbr -# v5.1.0 +# v5.2.0 # Copyright (c) 2019-present Henry Bley-Vroman @@ -69,7 +69,7 @@ abbr() { quiet=$(( ABBR_QUIETER || ABBR_QUIET )) quieter=$ABBR_QUIETER release_date="May 26 2023" - version="zsh-abbr version 5.1.0" + version="zsh-abbr version 5.2.0" # Deprecation notices for values that could be meaningfully set after initialization # Example form: