You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed
Stet now runs on Intel Macs. Every build through 0.6.1 was Apple Silicon
only, so on an Intel Mac the app was crossed out in Finder and would not
open at all. Stet now ships as a universal app.
Crash logs now land in ~/Library/Logs/Stet/panic.log, where you can
actually find them. They were being written to a nested path inside
Application Support that nobody would think to look in, which made them
useless for diagnosing a crash someone reports.