diff --git a/.envrc.example b/.envrc.example new file mode 100644 index 0000000..b4a9ecd --- /dev/null +++ b/.envrc.example @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e2c75d..ae0e1b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)