Skip to content

Releases: brigand/glint

v6.3.4

01 Sep 20:41
Compare
Choose a tag to compare
update some deps, and update version

v6.3.3

04 Jun 21:27
Compare
Choose a tag to compare
- fix build

v6.3.1

02 Jun 21:44
Compare
Choose a tag to compare
fix for windows builds

v6.3.0: - q to escape file prompt

02 Jun 21:28
b16196b
Compare
Choose a tag to compare
- untracked directory diff

v6.2.0

05 Dec 21:39
Compare
Choose a tag to compare
impl vim-like jkl navigation for file prompt

v6.1.0: Fixes:

25 Oct 20:40
4773204
Compare
Choose a tag to compare
  - Correctly erase all prompts on escape, #17

v6.0.2: Fixes

12 Oct 17:29
beec10f
Compare
Choose a tag to compare
- fix: Correcting bug stemming from not disabling raw mode [#15]

v6.0.1

11 Oct 20:51
Compare
Choose a tag to compare
Testing release.

0.6.0

02 Oct 01:07
e472ac2
Compare
Choose a tag to compare
  • Preventing submitting the file prompt until a selection is made: #11
  • Fix to bottom bound on type prompt: #12

0.4.0 - partial 'log' support

29 Sep 19:33
Compare
Choose a tag to compare

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).

image