Skip to content

AI Limits v0.0.12

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 07 Jul 22:07

Highlights:

  • Fixed macOS signing and notarization preservation through the release zip round-trip: removed ditto --sequesterRsrc, added shared verification script, and verify the archived artifact after extract so stapled tickets survive download.
  • Added contributor release tooling: semver-based pre-releases, commit message checks, and contributor setup scripts.
  • Centralized desktop OS permission handling and tightened macOS entitlements (removed JIT/unsigned-memory/library-validation allowances).
  • Decoupled release version from the Tauri app version; this release is tagged v0.0.12.
  • Updated the provider status table and refreshed product documentation.

Notes:

  • Unstable preview build.
  • macOS: Developer ID signed, notarized (full mode), and stapled. CI verified signing, notarization, stapling, and post-archive round-trip before upload.
  • Windows: unsigned (NSIS setup + MSI).
  • Linux: unsigned (AppImage + deb).
  • macOS artifact verification on a development device: passed (Gatekeeper launch without warnings). Windows and Linux verification is pending external testers.