Releases: ttys3/git-cz
Releases · ttys3/git-cz
v0.7.2: build: bump version to 0.7.2
v0.6.0 use rustline
use github.com/kkawakam/rustyline as readline implementation. fixup CJK typing echo and backspace problem.
key map please ref to https://github.com/kkawakam/rustyline/blob/master/README.md
v0.5.0 add Home and End support for tmux and xrvt
unix term:
add `Home` and `End` support for tmux and xrvt
add `Control-A` (home), `Control-E` (end) and `Control-H` (8)
support
Mac OSX support added
v0.4.3
left and right arrow key works finally
fix: update to dialoguer = "0.7.1", now left and right arrow key works finally
fix(commit): refine default type fallback logic
fix(commit): refine default type fallback logic
refine fuzzy finder
refine fuzzy finder
add skim fuzzy finder
add skim fuzzy finder
put git-cz
to your PATH
env, recommand Git alias:
git config --global alias.cc 'cz commit'
git config --global alias.ck 'cz check'
git config --global alias.cl 'cz changelog'