Releases: brigand/glint
0.2.0 - Windows Support!
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
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.
In the future, we could do wrapping of the text, but it'll require a bit of a refactor.
Diff Support - 0.1.3
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.