Skip to content

v0.6.2

Choose a tag to compare

@github-actions github-actions released this 29 Jul 10:43
· 14 commits to main since this release

Fixes a crash in the in-app updater (and hardens the whole app) against non-ASCII text.

What was wrong: launched from Finder, the app ran under a C/POSIX locale, so it decoded command output and files as ASCII and crashed on non-ASCII characters (em dashes, accents, emoji) — including during Update now. The whole app now runs in UTF-8 mode and every text path decodes UTF-8 explicitly.

⚠️ If you're on v0.6.1 or earlier: the fix is in the updater, so Update now can't bring you to v0.6.2 — please download this DMG and install it manually once (drag to Applications). After that, in-app updates work normally.