Skip to content

Commit

Permalink
changelog links
Browse files Browse the repository at this point in the history
  • Loading branch information
DannyBen committed Mar 23, 2024
1 parent df24381 commit aae039a
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 18 deletions.
5 changes: 5 additions & 0 deletions .envrc.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# for git-changelog (https://github.com/dannyben/git-changelog)
export CHANGELOG_COMMIT_URL=https://github.com/DannyBen/alf/commit/%h
export CHANGELOG_COMPARE_URL=https://github.com/dannyben/alf/compare/%s

PATH_add .
57 changes: 39 additions & 18 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,81 +1,102 @@
Change Log
========================================

v0.6.1 - 2024-02-27
----------------------------------------

- Update setup script and add uninstall [`6c757dd`](https://github.com/DannyBen/alf/commit/6c757dd)
- Update usage texts and man pages [`ebce306`](https://github.com/DannyBen/alf/commit/ebce306)
- Add man page for alf.conf(5) [`3fe1198`](https://github.com/DannyBen/alf/commit/3fe1198)
- Generate with bashly 1.1.7 [`d57c4e1`](https://github.com/DannyBen/alf/commit/d57c4e1)
- Compare [`v0.5.1..v0.6.1`](https://github.com/dannyben/alf/compare/v0.5.1..v0.6.1)


v0.5.1 - 2023-07-27
----------------------------------------

- Regenerate with bashly 1.0.3
- Change generated script to use case..in instead of if..else
- Regenerate with bashly 1.0.3 [`fc58bd6`](https://github.com/DannyBen/alf/commit/fc58bd6)
- Change generated script to use case..in instead of if..else [`2b63184`](https://github.com/DannyBen/alf/commit/2b63184)
- Compare [`v0.5.0..v0.5.1`](https://github.com/dannyben/alf/compare/v0.5.0..v0.5.1)


v0.5.0 - 2023-03-08
----------------------------------------

- Regenerate with bashly 1.0.1 and beautify usage
- Regenerate with bashly 1.0.1 and beautify usage [`a97e651`](https://github.com/DannyBen/alf/commit/a97e651)
- Compare [`v0.4.13..v0.5.0`](https://github.com/dannyben/alf/compare/v0.4.13..v0.5.0)


v0.4.13 - 2022-12-06
----------------------------------------

- Generate with bashly 0.8.3
- Regenerate with new bashly
- Generate with bashly 0.8.3 [`09f9253`](https://github.com/DannyBen/alf/commit/09f9253)
- Regenerate with new bashly [`ba36229`](https://github.com/DannyBen/alf/commit/ba36229)
- Compare [`v0.4.12..v0.4.13`](https://github.com/dannyben/alf/compare/v0.4.12..v0.4.13)


v0.4.12 - 2022-05-23
----------------------------------------

- Fix completions error with configs that do not have subcommands

- Fix completions error with configs that do not have subcommands [`5951355`](https://github.com/DannyBen/alf/commit/5951355)
- Compare [`v0.4.11..v0.4.12`](https://github.com/dannyben/alf/compare/v0.4.11..v0.4.12)

<!-- break v0.4.11 -->
v0.4.11 - 2022-05-12
----------------------------------------

- Generate with bashly 0.8.0
- Generate with bashly 0.8.0 [`fba5a0f`](https://github.com/DannyBen/alf/commit/fba5a0f)
- Compare [`v0.4.10..v0.4.11`](https://github.com/dannyben/alf/compare/v0.4.10..v0.4.11)


v0.4.10 - 2022-03-28
----------------------------------------

- Make setup non-interactive
- Fix tilde display error in sourcing instructions on CentOS
- Make setup non-interactive [`d6d57dd`](https://github.com/DannyBen/alf/commit/d6d57dd)
- Fix tilde display error in sourcing instructions on CentOS [`2c8bdef`](https://github.com/DannyBen/alf/commit/2c8bdef)
- Compare [`v0.4.9..v0.4.10`](https://github.com/dannyben/alf/compare/v0.4.9..v0.4.10)


v0.4.9 - 2021-04-21
----------------------------------------

- Remove call to zsh compinit
- Remove call to zsh compinit [`2ba5a0d`](https://github.com/DannyBen/alf/commit/2ba5a0d)
- Compare [`v0.4.8..v0.4.9`](https://github.com/dannyben/alf/compare/v0.4.8..v0.4.9)


v0.4.8 - 2021-04-16
----------------------------------------

- Change order of autoloading completion functions in zsh
- Change order of autoloading completion functions in zsh [`bb6b036`](https://github.com/DannyBen/alf/commit/bb6b036)
- Compare [`v0.4.7..v0.4.8`](https://github.com/dannyben/alf/compare/v0.4.7..v0.4.8)


v0.4.7 - 2021-04-16
----------------------------------------

- Improve clarity of alf info alfrc contents fact
- Allow capital letters in aliases
- Fix zsh completion conflict
- Improve clarity of alf info alfrc contents fact [`1c115dc`](https://github.com/DannyBen/alf/commit/1c115dc)
- Allow capital letters in aliases [`61190ad`](https://github.com/DannyBen/alf/commit/61190ad)
- Fix zsh completion conflict [`1778e9f`](https://github.com/DannyBen/alf/commit/1778e9f)
- Compare [`v0.4.6..v0.4.7`](https://github.com/dannyben/alf/compare/v0.4.6..v0.4.7)


v0.4.6 - 2020-10-14
----------------------------------------

- Fix post-save instructions in cases when ALF_ALIASES_FILE is set
- Fix post-save instructions in cases when ALF_ALIASES_FILE is set [`ddc6d6c`](https://github.com/DannyBen/alf/commit/ddc6d6c)
- Compare [`v0.4.5..v0.4.6`](https://github.com/dannyben/alf/compare/v0.4.5..v0.4.6)


v0.4.5 - 2020-10-14
----------------------------------------

- Add alf info command
- Add alf info command [`0a1ec63`](https://github.com/DannyBen/alf/commit/0a1ec63)
- Compare [`v0.4.4..v0.4.5`](https://github.com/dannyben/alf/compare/v0.4.4..v0.4.5)


v0.4.4 - 2020-10-14
----------------------------------------

- Add support for ZSH
- Add support for ZSH [`8990a50`](https://github.com/DannyBen/alf/commit/8990a50)
- Compare [`v0.4.3..v0.4.4`](https://github.com/dannyben/alf/compare/v0.4.3..v0.4.4)


0 comments on commit aae039a

Please sign in to comment.