Skip to content

Releases: brigand/glint

v6.3.4

Choose a tag to compare

@github-actions github-actions released this 01 Sep 20:41
update some deps, and update version

v6.3.3

Choose a tag to compare

@github-actions github-actions released this 04 Jun 21:27
- fix build

v6.3.1

Choose a tag to compare

@github-actions github-actions released this 02 Jun 21:44
fix for windows builds

v6.3.0: - q to escape file prompt

Choose a tag to compare

@github-actions github-actions released this 02 Jun 21:28
b16196b
- untracked directory diff

v6.2.0

Choose a tag to compare

@github-actions github-actions released this 05 Dec 21:39
impl vim-like jkl navigation for file prompt

v6.1.0: Fixes:

Choose a tag to compare

@github-actions github-actions released this 25 Oct 20:40
4773204
  - Correctly erase all prompts on escape, #17

v6.0.2: Fixes

Choose a tag to compare

@github-actions github-actions released this 12 Oct 17:29
beec10f
- fix: Correcting bug stemming from not disabling raw mode [#15]

v6.0.1

Choose a tag to compare

@github-actions github-actions released this 11 Oct 20:51
Testing release.

0.6.0

Choose a tag to compare

@brigand brigand released this 02 Oct 01:07
e472ac2
  • 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

Choose a tag to compare

@brigand brigand released this 29 Sep 19:33

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