Skip to content

Commit

Permalink
Merge branch 'change/default-mode'
Browse files Browse the repository at this point in the history
  • Loading branch information
DannyBen committed Apr 13, 2024
2 parents 92b9a41 + 1b120e6 commit 817eb49
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 14 deletions.
3 changes: 3 additions & 0 deletions .envrc.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# for git-changelog (https://github.com/dannyben/git-changelog)
export CHANGELOG_COMMIT_URL=https://github.com/DannyBen/fuzzycd/commit/%h
export CHANGELOG_COMPARE_URL=https://github.com/dannyben/fuzzycd/compare/%s
40 changes: 26 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,41 +1,53 @@
Change Log
Changelog
========================================

v0.2.3 - 2024-04-13
----------------------------------------

- Change default mode to minimal (non interactive) [`c1da374`](https://github.com/DannyBen/fuzzycd/commit/c1da374)
- Compare [`v0.2.2..v0.2.3`](https://github.com/dannyben/fuzzycd/compare/v0.2.2..v0.2.3)


v0.2.2 - 2022-10-28
----------------------------------------

- Fix CDPATH recognition
- Fix automatic delete from history to not exit
- Fix CDPATH recognition [`a448ebd`](https://github.com/DannyBen/fuzzycd/commit/a448ebd)
- Fix automatic delete from history to not exit [`184eeea`](https://github.com/DannyBen/fuzzycd/commit/184eeea)
- Compare [`v0.2.1..v0.2.2`](https://github.com/dannyben/fuzzycd/compare/v0.2.1..v0.2.2)


v0.2.1 - 2022-10-25
----------------------------------------

- Fix 'cd -l' when FUZZYCD_MODE=non-interactive
- Update FUZZYCD_MODE to a single letter: [m]inimal, [i]nteractive or [p]review
- Automatically delete directories that no longer exist on cd
- Fix 'cd -l' when FUZZYCD_MODE=non-interactive [`36b8492`](https://github.com/DannyBen/fuzzycd/commit/36b8492)
- Update FUZZYCD_MODE to a single letter: [m]inimal, [i]nteractive or [p]review [`0d7223e`](https://github.com/DannyBen/fuzzycd/commit/0d7223e)
- Automatically delete directories that no longer exist on cd [`55b9246`](https://github.com/DannyBen/fuzzycd/commit/55b9246)
- Compare [`v0.2.0..v0.2.1`](https://github.com/dannyben/fuzzycd/compare/v0.2.0..v0.2.1)


v0.2.0 - 2022-10-22
----------------------------------------

- Change history file location to ~/.fuzzy-cd/history
- Add 'cd -d [DIR]' to delete from history
- Display environment variables in 'cd -h'
- Add two more fzf modes: non-interactive and no-preview
- Major refactor
- Change history file location to ~/.fuzzy-cd/history [`0dcd53b`](https://github.com/DannyBen/fuzzycd/commit/0dcd53b)
- Add 'cd -d [DIR]' to delete from history [`1f42f51`](https://github.com/DannyBen/fuzzycd/commit/1f42f51)
- Display environment variables in 'cd -h' [`2e61e77`](https://github.com/DannyBen/fuzzycd/commit/2e61e77)
- Add two more fzf modes: non-interactive and no-preview [`061ecc5`](https://github.com/DannyBen/fuzzycd/commit/061ecc5)
- Major refactor [`c3efb8b`](https://github.com/DannyBen/fuzzycd/commit/c3efb8b)
- Compare [`v0.1.2..v0.2.0`](https://github.com/dannyben/fuzzycd/compare/v0.1.2..v0.2.0)


v0.1.2 - 2022-10-22
----------------------------------------

- Add more flags (cd -h to see)
- Fix context contamination
- Add more flags (cd -h to see) [`5a4d9f3`](https://github.com/DannyBen/fuzzycd/commit/5a4d9f3)
- Fix context contamination [`2ff0412`](https://github.com/DannyBen/fuzzycd/commit/2ff0412)
- Compare [`v0.1.0..v0.1.2`](https://github.com/dannyben/fuzzycd/compare/v0.1.0..v0.1.2)


v0.1.0 - 2022-10-21
----------------------------------------

- Initial version
- Initial version [`c8dfdb7`](https://github.com/DannyBen/fuzzycd/commit/c8dfdb7)
- Compare [`v0.1.0`](https://github.com/dannyben/fuzzycd/compare/v0.1.0)


0 comments on commit 817eb49

Please sign in to comment.