Skip to content

Latest commit

 

History

History
104 lines (94 loc) · 8.33 KB

CHANGELOG.md

File metadata and controls

104 lines (94 loc) · 8.33 KB

Changelog

v2.5.1 - 2023-04-11

Bug fixes

Others

  • Make checking of system status code more robust by @b4b4r07 in babarot#202

v2.5.0 - 2023-04-03

New Features

  • Allow to pipe multiple dirs to cd by @b4b4r07 in babarot#197
  • Support dot-feature in fish and add ENHANCD_ARG_SINGLE_DOT by @b4b4r07 in babarot#198
  • Add 'format' label to format custom input before passing cd by @b4b4r07 in babarot#192

Refactorings

Others

  • Remove completion feature from enhancd by @b4b4r07 in babarot#191
  • Drastically update around GH workflows by @b4b4r07 in babarot#199

v2.4.1 - 2023-03-31

  • Use tagpr workflow to make tag and update version file by @b4b4r07 in babarot#193
  • Update all environment name by @b4b4r07 in babarot#195

v2.4.0 - 2023-03-30

v2.3.2 - 2023-03-27

  • Add workflow to make release automated by @b4b4r07 in babarot#187

v2.3.1 - 2023-03-27

  • Import existing labels by @github-actions in babarot#185
  • fish: Do not change directory if Ctrl-C pressed in fuzzy search by @LordFlashmeow in babarot#175
  • Update log structure logic by @b4b4r07 in babarot#186

v2.3.0 - 2023-03-25

  • Fix builtin cd arguments by @ponko2 in babarot#93
  • Add fish support by @gazorby in babarot#99
  • Fix ENHANCD_ROOT by @gazorby in babarot#102
  • Fixes typo in README by @derphilipp in babarot#105
  • Import existing labels by @github-actions in babarot#115
  • Fix cd back to ~/ when aborting fuzzy selection with fish shell by @gazorby in babarot#114
  • Add antigen support by @CHNB128 in babarot#116
  • Update fish support by @gazorby in babarot#139
  • Add git root inside a git repo by @gazorby in babarot#111
  • Prevent sources deletion by @gazorby in babarot#125
  • Fix awk scripts paths in fish functions by @gazorby in babarot#141
  • fish: do not rely on fisher variable to find the plugin root by @d3dave in babarot#143
  • Fix trailing newline in variable passed to awk when changing to relative path by @d3dave in babarot#144
  • Fish fixes by @d3dave in babarot#145
  • Use function instead of alias in Fish by @kidonng in babarot#146
  • Use command prefix in built-in command by @cappyzawa in babarot#142
  • Fix command prefix by @cappyzawa in babarot#147
  • Fix ENHANCD_COMPLETION_BEHAVIOUR/BEHAVIOR misnamed variable by @LordFlashmeow in babarot#151
  • Make README toc link work by @leader22 in babarot#162
  • zsh: Fix handling of directory names containing spaces by @d3dave in babarot#148
  • Take backup before running cd command by @b4b4r07 in babarot#165
  • Revert "Take backup before running cd command" by @b4b4r07 in babarot#166
  • Add Fig as an installation method to the README by @brendanfalk in babarot#173
  • docs: added installation information for oh-my-zsh by @iToXiQ in babarot#174
  • Add option to abbreviate home directory to ~ when searching by @d3dave in babarot#149
  • Remove unneeded const variable by @b4b4r07 in babarot#176
  • Refactor init by @b4b4r07 in babarot#178
  • Refactoring src/sources.sh by @b4b4r07 in babarot#179
  • Refactor filter by @b4b4r07 in babarot#180
  • Refactor on fuzzy function by @b4b4r07 in babarot#181
  • Refactor filepath by @b4b4r07 in babarot#182
  • LTSV by @b4b4r07 in babarot#183
  • Refactoring branch by @b4b4r07 in babarot#177

v2.2.4 - 2019-05-30

  • Fix builtin cd arguments by @ponko2 in babarot#91
  • Bump up and some minor changes by @b4b4r07 in babarot#92

v2.2.3 - 2019-05-27

  • v2.2.2: Refactor and allow developers to easily maintain (etc.) by @b4b4r07 in babarot#49
  • Fix issue that init routine runs in global scope by @usami-k in babarot#50
  • Unalias error by @nexeck in babarot#51
  • add: skip mkdir and touch if exist by @vintersnow in babarot#55
  • Fix that shwordsplit doesn't work properly. by @asakasa in babarot#56
  • add $ENHANCD_HOME_ARG by @crhg in babarot#61
  • Always return true in history.sh __enhancd::history::list by @HaleTom in babarot#71
  • add ENHANCD_HYPHEN_NUM env var, custom "cd -" num by @AknEp in babarot#65
  • FreeBSD awk throws errors if the fifos are closed too early by @aperum in babarot#60
  • Add dockerfile by @b4b4r07 in babarot#73
  • Fix that shwordsplit doesn't work properly. by @kampka in babarot#74
  • Fixes #80 by @emres in babarot#81
  • Fix the check of awk command existence by @kan-bayashi in babarot#82
  • Update installation guide by @b4b4r07 in babarot#86
  • Support default option such as -P by @b4b4r07 in babarot#88
  • Add new tab completion feature by @b4b4r07 in babarot#90

v2.2.1 - 2016-10-16

  • Ignore directory jump list by @domidimi in babarot#31
  • Use absolute path to avoid user alias in babarot#29
  • Release 2.2.0 by @b4b4r07 in babarot#34
  • Add escape in gsub by @usami-k in babarot#35
  • Fix typo in readme by @lukechilds in babarot#38
  • Make "__enhancd::cd()" arguments "-" and ".." configurable by shell vars by @key-amb in babarot#37
  • Add an environment variable ENHANCD_DOT_SHOW_FULLPATH by @acro5piano in babarot#42
  • Add documentation for ENHANCD_DOT_ARG, ENHANCD_HYPHEN_ARG by @key-amb in babarot#43
  • Introduce ENHANCD_DISABLE_HOME config option not to use filter to cd without argument by @key-amb in babarot#44
  • Improve performance and do a bit of refactoring (v2.2.1) by @b4b4r07 in babarot#40
  • Fix wrong directory name when ENHANCD_DOT_SHOW_FULLPATH=1 by @acro5piano in babarot#45