Skip to content

v0.1.6 - Bug Fix Release

Compare
Choose a tag to compare
@brigand brigand released this 11 Sep 03:51
· 119 commits to master since this 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.

image
image

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