Skip to content

Releases: ttys3/git-cz

v0.7.2: build: bump version to 0.7.2

06 Apr 18:52
Compare
Choose a tag to compare

sync with convco/convco latest changes

add windows support

v0.6.0 use rustline

27 Jan 03:16
Compare
Choose a tag to compare

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

23 Jan 18:06
Compare
Choose a tag to compare
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

19 Jan 06:19
Compare
Choose a tag to compare

publish to crates.io

left and right arrow key works finally

18 Jan 19:52
Compare
Choose a tag to compare

fix: update to dialoguer = "0.7.1", now left and right arrow key works finally

fix(commit): refine default type fallback logic

18 Jan 15:30
Compare
Choose a tag to compare

fix(commit): refine default type fallback logic

refine fuzzy finder

18 Jan 15:11
Compare
Choose a tag to compare

add skim fuzzy finder

18 Jan 13:00
Compare
Choose a tag to compare

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'