0.11.1 (2026-04-18)
- add unit label to AI credit display (6577f1c)
- remaining localization gaps (#156) (7093c98)
- remove AI credit refresh time scraping (3e1e10b)
- repo: update project docs (440a934)
- ipc: migrate renderer IPC client to official oRPC client (d0c282d)
- standardize runtime guard patterns with lodash-es (#154) (bc35b96)
0.11.0 (2026-04-11)
- account management overhaul + 7 issue resolutions (#147) (ed0dd81), closes #79 #126 #99 #145 #134 #53 #117
- antigravity: add model specs and update mapping logic (0a60c0e)
- cloud-oauth: support selectable google oauth clients (bcdf2a6)
- cloud-status: classify blocked accounts and surface validation state (388fbcb)
- cloud-sync: persist project and status metadata for synced accounts (385036d)
- protobuf: add unified state helpers for oauth payloads (f970ccb)
- proxy: add upstream error and rate-limit tracking support (20fffff)
- proxy: improve parity, rate limiting, and token scheduling (5401e40)
- proxy: improve quota fallback and proxy parity handling (4fa0a3c)
- ui: update cloud account and provider visibility experience (c95f494)
- cloud: add missing oauth action bindings and validation status helper (87c17a1)
- cloud: fetch AI credits on startup with endpoint fallback and preserve cached credits (61716bb)
- linux: dynamic executable path detection (#121) (30e38dc)
- linux: harden account-switch relaunch against GPU process crashes (2c1755e)
- proxyman: add setup and debugging guides and link them from readmes (3100db9)
- proxy: refine signature test text (50a325b)
0.10.0 (2026-02-19)
- Add powerful CLI for account management (#115) (b949764)
- Implement provider groupings with account calculator and compre… (#113) (1e59a1c)
- refactor layout containers for proxy and settings pages to ensure full height and unified scrolling (#102) (caaaaf5)
- statusbar: reduce process polling from 2s to 10s to prevent heap corruption crash (#110) (118fad5)
0.9.2 (2026-02-11)
0.9.1 (2026-02-11)
0.9.0 (2026-02-10)
- add vercel and ui skills (#86) (0f7a629)
- global error fallback and e2e (#91) (b89dd2c)
- implement protocol parity and harden upstream handling (#88) (13f10fe)
- prevent page crash on 500 and add toast-based fallback (#90) (bcca5ec)
- prevent sensitive data logging (#70) (5155e37)
- fix publish workflow release tag resolution (#82) (5613709)
- remove darwin universal build from publish workflow (#81) (5b93ca8)
- split publish into build and gated release with dry-run (#80) (3eaf927)
0.8.0 (2026-02-07)
- ci: increase Node heap for publish step to prevent macOS OOM (#76) (ee64179)
- ci: make WiX Toolset setup resilient on Windows runners (#73) (5fe434f)
- openspec: backfill missing proposals (287e848)
0.7.0 (2026-02-06)
0.6.0 (2026-02-04)
- correct Windows install notice path (5bda4b1)
- proxy: route Claude Code CLI requests on /v1/chat/completions to Anthropic handler (#61) (476d297)
0.5.0 (2026-01-30)
- i18n: add Russian localization (#48) (63956c9)
- Implement collapsible sidebar and refined status bar UI (#45) (1265d04)
- sentry integration (#51) (a785640)
0.4.0 (2026-01-28)
- add system autostart and single-instance support (ea51253)
- implement smart foreground quota refresh with debounce (dd9e84a)
- stub nestjs optional modules for packaging (f0eb7c6)
0.3.5 (2026-01-26)
- remove beta download links from README (5a21680)
0.3.4 (2026-01-26)
- update beta release link (d5ee08d)
0.3.4-beta.1 (2026-01-25)
0.3.3 (2026-01-25)
- accept lowercase antigravity in process detection (0d4e2ab)
0.3.2 (2026-01-25)
- handle keychain hint and suppress pgrep spam (bd3d41a)
- add macOS self-signing workaround for Keychain issues (01e3f8f)
- setup semantic release configuration and github actions workflow (d2945a6)
- trigger publish on release published event (6a07bc0)
- Fixed startup race condition causing cloud accounts verify failure ([f0718db])
- Enabled WAL mode and force initialization on startup to resolve process resource contention ([1bce5d3])
- Verify Google OAuth code automatically after receipt
- Add button to open logs folder
- Add expiration warning for Google OAuth authentication
- Fixed
state.vscdbpath on Linux to includeUser/globalStoragesubdirectory (Fixed #26) - Improved process detection on macOS/Linux using
find-processto reliably identify the main application and exclude helper processes (Fixed #27) - Fixed keychain access error on macOS Apple Silicon (M1/M2/M3) by adding arm64 build to CI
- Add VS Code settings for auto-formatting and ESLint
- Fixed tray icon not appearing in production builds on Windows
- Used
extraResourceconfig to properly copy assets outside of ASAR package - Added debug logging for tray icon path resolution
- Used
- Fixed process detection to be case-insensitive on Linux/macOS (
pgrep -xi) (#24) - Thanks @Olbrasoft! - Fixed manager exclusion logic to prevent accidental self-termination (#24)
- Fixed zombie tray icons on application restart/hot reload (#24)
- Applied Prettier formatting to entire codebase (68 files)
- Added node globals to ESLint configuration
- Enhanced cloudHandler to inject minimal auth state when database entry is missing, improving onboarding reliability.
- Implemented stability fixes and enhanced error handling across the application.
- Upgraded Electron from 32.3.3 to 37.3.1 for improved performance and security.
- Conditionally include plugins based on start command in forge.config.ts for better build flexibility.
- Fixed "Converting circular structure to JSON" error.
- Added curly brace constraints for conditional statements.
- Fixed incorrect reference documentation name.
- Fix Antigravity visibility issue on account switch. (Fixed #19)
- LAN Connection Support: Users can now connect via Local Area Network (LAN) for improved flexibility and internal environment support.
- Antigravity Integration: Added native support and adaptation for Antigravity, enhancing overall compatibility.
- Local API Proxy: Built-in OpenAI/Anthropic compatible proxy server.
- Reverse Proxy Issue: Resolved a critical error occurring during reverse proxy configurations. (Fixed #11)
- Initial release of Antigravity Manager
- Multi-account management for Google Gemini and Claude
- Real-time quota monitoring
- Intelligent auto-switching capabilities
- Secure credential storage (AES-256-GCM)
- IDE synchronization
- Dark mode support
- System tray integration