Skip to content

Latest commit

 

History

History
95 lines (52 loc) · 5.61 KB

File metadata and controls

95 lines (52 loc) · 5.61 KB

Changelog

0.0.6 (2026-02-28)

🐛 Bug Fixes

  • fix: enhance model quota matching logic and improve percentage calculation (506206b)
  • fix: improve Antigravity launch and quit process with retries and graceful handling (9e63e19)

🏠 Chores

  • chore(master): release 0.0.6-beta.1 (daf0973)
  • chore(master): release 0.0.6-beta (64d00bb)
  • chore: add tests for scout-block hook in PowerShell and Bash scripts, and update .gitignore (9916b6e)

0.0.5 (2026-01-25)

🚀 Features

  • feat(auth): enhance authentication flow with method selection and manual token entry (d21183a)

📚 Documentation

  • docs: Add original author and license information to oauth, oauth-server, and quota utility files. (c61547e)

♻️ Code Refactoring

  • refactor: standardize code formatting and improve readability across utility modules (c998265)

🏠 Chores

  • chore(master): release 0.0.5-beta.1 (f2a0b41)
  • chore(master): release 0.0.5-beta (4f7c9e1)
  • chore: add dependabot configuration for npm updates (938c255)

0.0.4 (2026-01-04)

🚀 Features

  • feat: Add project logo, update README, and introduce a git push helper script. (247287a)
  • feat: Add CLI upgrade command with interactive version selection and installation. (744eccd)

🐛 Bug Fixes

  • fix: Adjust package.json lookup path for bundled builds. (3523789)

🏠 Chores

  • chore(master): release 0.0.4-beta.3 (921bcd2)
  • chore: Update logo image. (424a20c)
  • chore(master): release 0.0.4-beta.2 (3042513)
  • chore(master): release 0.0.4-beta.1 (b28695e)
  • chore(master): release 0.0.4-beta (ad8bc3b)

0.0.3 (2026-01-04)

🚀 Features

  • feat: add interactive account selection for auth quota and live quota display for auth list (318e103)

🏠 Chores

  • chore(master): release 0.0.3-beta (bc4ef7a)

0.0.2 (2026-01-04)

🚀 Features

  • feat: introduce Google Cloud Code quota client and async token storage (93d15a2)
  • feat: Add Google OAuth authentication, token storage, and quota checking, enhancing auth commands with status and options. (769ed54)

🐛 Bug Fixes

  • fix(auth): ensure process exits successfully after adding an account (d264165)

📚 Documentation

♻️ Code Refactoring

  • refactor: remove Google Cloud Code quota client implementation (cd680c6)

🏠 Chores

  • chore(master): release 0.0.2-beta.1 (b9d8866)
  • chore(master): release 0.0.2-beta (c40dc2e)

0.0.1 (2026-01-02)

Initial Release