Skip to content

Quill 0.7.1

Choose a tag to compare

@xfreeze2 xfreeze2 released this 08 Aug 11:21
· 2 commits to main since this release

Privacy fixes.

  • Selected text is no longer written to the log. Replacing a highlighted passage used to record the first forty characters of it in ~/Library/Logs/Quill.log, so dictating over a password or private note left it readable on disk. Only a character count is kept now.
  • Recent transcripts can be cleared or switched off from Recent in the menu. They're stored in preferences as plain text, so if you dictate anything private, turn them off — that also wipes what's already stored.
  • The log file is capped instead of growing indefinitely.
curl -fsSL https://raw.githubusercontent.com/xfreeze2/quill/main/install.sh | bash