Skip to content

Releases: wojtekmaj/ai-usage

AI Usage v0.4.1

Choose a tag to compare

@github-actions github-actions released this 12 Jul 22:39
Immutable release. Only release title and notes can be modified.
5e5c8ab

Bug fixes

  • Fixed Codex usage limit parsing so usage windows are classified correctly.

AI Usage v0.4.0

Choose a tag to compare

@github-actions github-actions released this 09 Jul 07:53
Immutable release. Only release title and notes can be modified.
8178d2a

What's new?

  • Added Codex limit reset reporting so the app can show when Codex limits reset.
  • Added Codex settings for choosing which optional metrics are displayed.

AI Usage v0.3.2

Choose a tag to compare

@github-actions github-actions released this 18 Jun 08:07
Immutable release. Only release title and notes can be modified.
d13de0c

Bug fixes

  • Fixed repeated macOS Keychain access prompts after choosing "Always Allow" by preserving the keychain item ACL when updating saved credentials (#11). Thanks, @udondan!

AI Usage v0.3.1

Choose a tag to compare

@github-actions github-actions released this 08 Jun 10:17
Immutable release. Only release title and notes can be modified.
3acc4df

What's new?

  • Added a sponsor button to the About tab.

Bug fixes

  • Fixed Claude usage parsing when the API reports utilization as a 0-100 percentage, so remaining usage no longer appears as 0% incorrectly (#10). Thanks, @udondan!

AI Usage v0.3.0

Choose a tag to compare

@github-actions github-actions released this 05 May 07:48
Immutable release. Only release title and notes can be modified.
a2a0af6

What's new?

  • Added UI support for Spanish, German, French, Japanese, and Brazilian Portuguese.
  • Localized the offline connection error.

What's changed?

  • Clarified Codex authentication naming and documentation.
  • Removed developer naming details from README.
  • Split localization strings into per-language files.
  • Tightened localization key coverage tests.

AI Usage v0.2.6

Choose a tag to compare

@github-actions github-actions released this 20 Apr 22:05
Immutable release. Only release title and notes can be modified.
71fe08a

Bug fixes

  • Loaded provider icons from app resources so packaged builds can display them correctly.

AI Usage v0.2.5

Choose a tag to compare

@github-actions github-actions released this 20 Apr 22:02
Immutable release. Only release title and notes can be modified.
bfe673d

What's changed?

  • Rebuilt the DMG from the same source as v0.2.4 to refresh the published release artifact.

AI Usage v0.2.4

Choose a tag to compare

@github-actions github-actions released this 20 Apr 21:55
Immutable release. Only release title and notes can be modified.
bfe673d

Bug fixes

  • Fixed packaged app resource bundle copy.

What's changed?

  • Simplified pace alert state tracking.
  • Split user and contributor documentation.
  • Moved Gatekeeper guidance to README.
  • Updated GitHub Actions actions.

AI Usage v0.2.3

Choose a tag to compare

@github-actions github-actions released this 20 Apr 21:34
Immutable release. Only release title and notes can be modified.
8b8d740

What's new?

  • Added drag-to-install DMG layout (#8). Thanks, @vinnymac!
  • Added project links to the About settings tab.

What's changed?

  • Improved diagnostic logging for pace alert evaluation and provider responses.

Bug fixes

  • Stopped rearming pace alerts when reset times wobble.

AI Usage v0.2.2

Choose a tag to compare

@github-actions github-actions released this 17 Apr 22:43
Immutable release. Only release title and notes can be modified.
8919884

Bug fixes

  • Fixed unsigned DMG app bundle packaging.
  • Read the app version from bundle metadata so packaged builds display the released version.

What's changed?

  • Updated Yarn to 4.14.0.
  • Updated GitHub Actions actions.
  • Simplified release documentation around packaging.