Skip to content

Quill 0.6.2

Choose a tag to compare

@xfreeze2 xfreeze2 released this 08 Aug 08:40
· 4 commits to main since this release

Dictated text no longer runs into what's already there.

A space is now added on either side when the words would otherwise collide — and left out where it would be wrong: after an opening bracket or an @, before a comma or full stop, and wherever there's already a space or a line break.

Two causes. The spacing decision was made inside the code that moves the cursor to the end of the field, so any app that won't let the cursor be moved — terminals among them — skipped it entirely. And only the leading side was checked, so text dropped at the cursor still collided with whatever followed.

curl -fsSL https://raw.githubusercontent.com/xfreeze2/quill/main/install.sh | bash