Releases: brigand/glint
Releases · brigand/glint
v6.3.4
v6.3.3
- fix build
v6.3.1
fix for windows builds
v6.3.0: - q to escape file prompt
- untracked directory diff
v6.2.0
impl vim-like jkl navigation for file prompt
v6.1.0: Fixes:
- Correctly erase all prompts on escape, #17
v6.0.2: Fixes
- fix: Correcting bug stemming from not disabling raw mode [#15]
v6.0.1
Testing release.
0.6.0
0.4.0 - partial 'log' support
A new log command was added in this release (glint log
), which will be expanded in the future. It's essentially git log --oneline
, but with better syntax highlighting.
Also many bug fixes for handling of unicode in the message prompt and other issues, and some refactoring (e.g. using structopt, upgrading crossterm).