v2.5.1 - 2023-04-11
- fix fish errors by @peeviddy in #204
- Make checking of system status code more robust by @b4b4r07 in #202
v2.5.0 - 2023-04-03
- Allow to pipe multiple dirs to cd by @b4b4r07 in #197
- Support dot-feature in fish and add
ENHANCD_ARG_SINGLE_DOT
by @b4b4r07 in #198 - Add 'format' label to format custom input before passing cd by @b4b4r07 in #192
- Format awk scripts by @b4b4r07 in #201
- Remove completion feature from enhancd by @b4b4r07 in #191
- Drastically update around GH workflows by @b4b4r07 in #199
v2.4.1 - 2023-03-31
- Use tagpr workflow to make tag and update version file by @b4b4r07 in #193
- Update all environment name by @b4b4r07 in #195
v2.4.0 - 2023-03-30
v2.3.2 - 2023-03-27
- Add workflow to make release automated by @b4b4r07 in #187
v2.3.1 - 2023-03-27
- Import existing labels by @github-actions in #185
- fish: Do not change directory if Ctrl-C pressed in fuzzy search by @LordFlashmeow in #175
- Update log structure logic by @b4b4r07 in #186
v2.3.0 - 2023-03-25
- Fix builtin cd arguments by @ponko2 in #93
- Add fish support by @gazorby in #99
- Fix ENHANCD_ROOT by @gazorby in #102
- Fixes typo in README by @derphilipp in #105
- Import existing labels by @github-actions in #115
- Fix cd back to ~/ when aborting fuzzy selection with fish shell by @gazorby in #114
- Add antigen support by @CHNB128 in #116
- Update fish support by @gazorby in #139
- Add git root inside a git repo by @gazorby in #111
- Prevent sources deletion by @gazorby in #125
- Fix awk scripts paths in fish functions by @gazorby in #141
- fish: do not rely on fisher variable to find the plugin root by @d3dave in #143
- Fix trailing newline in variable passed to awk when changing to relative path by @d3dave in #144
- Fish fixes by @d3dave in #145
- Use function instead of alias in Fish by @kidonng in #146
- Use
command
prefix in built-in command by @cappyzawa in #142 - Fix command prefix by @cappyzawa in #147
- Fix ENHANCD_COMPLETION_BEHAVIOUR/BEHAVIOR misnamed variable by @LordFlashmeow in #151
- Make README toc link work by @leader22 in #162
- zsh: Fix handling of directory names containing spaces by @d3dave in #148
- Take backup before running cd command by @b4b4r07 in #165
- Revert "Take backup before running cd command" by @b4b4r07 in #166
- Add Fig as an installation method to the README by @brendanfalk in #173
- docs: added installation information for oh-my-zsh by @iToXiQ in #174
- Add option to abbreviate home directory to ~ when searching by @d3dave in #149
- Remove unneeded const variable by @b4b4r07 in #176
- Refactor init by @b4b4r07 in #178
- Refactoring src/sources.sh by @b4b4r07 in #179
- Refactor filter by @b4b4r07 in #180
- Refactor on fuzzy function by @b4b4r07 in #181
- Refactor filepath by @b4b4r07 in #182
- LTSV by @b4b4r07 in #183
- Refactoring branch by @b4b4r07 in #177
v2.2.4 - 2019-05-30
v2.2.3 - 2019-05-27
- v2.2.2: Refactor and allow developers to easily maintain (etc.) by @b4b4r07 in #49
- Fix issue that init routine runs in global scope by @usami-k in #50
- Unalias error by @nexeck in #51
- add: skip mkdir and touch if exist by @vintersnow in #55
- Fix that shwordsplit doesn't work properly. by @asakasa in #56
- add $ENHANCD_HOME_ARG by @crhg in #61
- Always return true in history.sh __enhancd::history::list by @HaleTom in #71
- add ENHANCD_HYPHEN_NUM env var, custom "cd -" num by @AknEp in #65
- FreeBSD awk throws errors if the fifos are closed too early by @aperum in #60
- Add dockerfile by @b4b4r07 in #73
- Fix that shwordsplit doesn't work properly. by @kampka in #74
- Fixes #80 by @emres in #81
- Fix the check of awk command existence by @kan-bayashi in #82
- Update installation guide by @b4b4r07 in #86
- Support default option such as -P by @b4b4r07 in #88
- Add new tab completion feature by @b4b4r07 in #90
v2.2.1 - 2016-10-16
- Ignore directory jump list by @domidimi in #31
- Use absolute path to avoid user alias in #29
- Release 2.2.0 by @b4b4r07 in #34
- Add escape in gsub by @usami-k in #35
- Fix typo in readme by @lukechilds in #38
- Make "__enhancd::cd()" arguments "-" and ".." configurable by shell vars by @key-amb in #37
- Add an environment variable ENHANCD_DOT_SHOW_FULLPATH by @acro5piano in #42
- Add documentation for ENHANCD_DOT_ARG, ENHANCD_HYPHEN_ARG by @key-amb in #43
- Introduce ENHANCD_DISABLE_HOME config option not to use filter to cd without argument by @key-amb in #44
- Improve performance and do a bit of refactoring (v2.2.1) by @b4b4r07 in #40
- Fix wrong directory name when ENHANCD_DOT_SHOW_FULLPATH=1 by @acro5piano in #45