v0.2.2
Overview
The v0.2.1 DMG linked against the macOS 14 SDK even though the code targeted macOS 26. This release moves CI to the macos-26 runner so the shipped binary links against the correct SDK. On macOS 26, the popover now uses the correct material and the menu bar window resizes when a provider expands.
🐛 Bug Fixes
- The DMG binary now links against the macOS 26 SDK, fixing the popover appearance and window resizing on macOS 26.
📝 Changes since v0.2.1
Full Changelog: https://github.com/victorhqc/ai-usage/compare/v0.2.1...v0.2.2
AI Usage 0.2.2
Unsigned macOS build (Apple Silicon). Direct distribution, ad-hoc signed.
- DMG: AI-Usage-0.2.2-arm64.dmg
- SHA-256:
51a7f143a36ed553fcf1ac264c545081829f01a0c9a8131d10b60beff582b280
Install
- Mount the DMG and drag AI Usage to /Applications.
- On first launch, macOS Gatekeeper will block the app because it is
unsigned. Do one of:-
Right-click AI Usage in /Applications → Open → confirm the
prompt. Only needed once. -
Or run this in Terminal:
xattr -cr '/Applications/AI Usage.app'
-
Why unsigned?
This is a transitional state. The moment an Apple Developer Program
membership is configured, releases automatically become signed and
notarized with no action on your part.