Skip to content

Releases: brigand/glint

0.2.0 - Windows Support!

15 Sep 19:54
Compare
Choose a tag to compare

glint now runs on Windows 10 in cmd.exe! The main known issue is that the cursor can appear to jump around. If you find any issues with glint on any platform, please open an issue with the OS and terminal emulator you're using.

There are some related improvements like reducing repaints on events we don't care about.

v0.1.6 - Bug Fix Release

11 Sep 03:51
Compare
Choose a tag to compare

This release fixes a bug that occurs when the text input gets too long on the scope prompt. It previously broke the UI quite badly.

Screenshots of the new behavior

In the first image we're almost at the edge of the pane, and adding an extra character would have us run out of space.

image
image

In the future, we could do wrapping of the text, but it'll require a bit of a refactor.

Diff Support - 0.1.3

08 Sep 20:49
Compare
Choose a tag to compare

This release adds the 'd' shortcut in the file selector.

It's also the first build with linux/osx binaries included here.

Simply copy the binaries to the desired location, e.g. /usr/local/bin/glint and chmod +x them.

0.1.1

08 Sep 02:53
Compare
Choose a tag to compare

This version adds a file selector which lets you add files to a commit if nothing is staged.