Skip to content

2.0.0-beta.11

Pre-release
Pre-release

Choose a tag to compare

@stonerl stonerl released this 12 May 10:34
· 321 commits to development since this release
2.0.0-beta.11
0a8d9a5

This release makes profile decoding forward-compatible with newer settings, fixes Apple Event sender detection on macOS 26 arm64, and adds a companion ThawCtl test app for URI scheme automation.

New & Improved

  • Profile Forward Compatibility: Profiles saved before useDoubleClickToShowAlwaysHiddenSection was added no longer fail to load. AdvancedSettingsSnapshot uses decodeIfPresent with defaults. enableSecondaryContextMenuQuit now captured in snapshot.
  • Apple Event Sender Detection: Fixed extractSenderBundleId to handle typeUInt32 ('magn') on macOS 26 arm64 for keySenderPIDAttr.
  • ThawCtl: Added companion test app for thaw:// URI scheme automation with thawctl:// callback support.
  • Documentation: Updated README layout, badges, added Trendshift badge.
  • CI: Explicit Xcode version in workflow for reproducible builds.

Full Changelog: stonerl/Thaw@2.0.0-beta.10...2.0.0-beta.11