index
:
zsh.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
changelog.sh
Age
Commit message (
Expand
)
Author
2023-09-13
fix(changelog): fix regression for unstyled code in commit subjects
Marc Cornellà
2023-04-03
fix(changelog): ignore lines containing whitespace in breaking change commits
Marc Cornellà
2023-03-31
feat(changelog): provide links in changelog (#11578)
Guy Sartorelli
2022-11-27
fix(changelog): generate correct commit link in markdown (#11356)
jzhang046
2022-01-28
fix(changelog): don't show changelog with only ignored type commits
Marc Cornellà
2022-01-13
fix: get branch name first in `omz version` and changelog
Marc Cornellà
2022-01-10
fix: disable `log.showSignature` in `git log` calls
Marc Cornellà
2021-10-27
fix(changelog): fix for `${(@ps:$sep:)var}` construct in zsh < 5.0.8
Marc Cornellà
2021-10-26
fix(changelog): fix percent escapes in `printf` calls
Marc Cornellà
2021-10-26
perf(changelog): use regex-match instead of `sed` to parse commit subjects
Marc Cornellà
2021-10-26
fix(changelog): go back to ignoring commits from merged branches
Marc Cornellà
2021-10-26
perf(changelog): use a single `git log` command to get all commit messages
Marc Cornellà
2021-10-26
fix(changelog): don't show more than 40 commits (#10345)
Marc Cornellà
2021-10-07
Revert "fix(changelog): don't parse commits of ignored types"
Marc Cornellà
2021-10-05
fix(changelog): don't parse commits of ignored types
Marc Cornellà
2021-09-07
chore(changelog): fix first-letter uppercase in breaking change messages
Marc Cornellà
2021-09-07
feat(changelog): print BREAKING CHANGE messages in a prettier way
Marc Cornellà
2021-09-06
feat(changelog): change style of `BREAKING CHANGES` header
Marc Cornellà
2021-08-14
fix(changelog): also display commits from merged branches
Marc Cornellà
2021-07-07
feat(changelog): ignore merge commits
Marc Cornellà
2021-01-10
fix(changelog): fix spacing in breaking changes message
Marc Cornellà
2021-01-05
fix(changelog): display scope in breaking change messages
Marc Cornellà
2020-12-30
fix(changelog): remove CR characters in breaking change messages
Marc Cornellà
2020-12-12
fix(changelog): allow breaking change message to span multiple lines
Marc Cornellà
2020-12-12
feat(updater): save version prior to updating so `omz changelog` just works™
Marc Cornellà
2020-12-07
fix(changelog): fix assoc array syntax for zsh 5.4.2 and older (#9495)
Marc Cornellà
2020-12-04
fix(changelog): fix highlight of codeblocks in subject
Marc Cornellà
2020-11-30
feat(updater): add changelog display by parsing the commit list
Marc Cornellà