Skip to content

Latest commit

 

History

History
311 lines (182 loc) · 19.3 KB

File metadata and controls

311 lines (182 loc) · 19.3 KB

Changelog

0.11.1 (2026-04-18)

🐛 Bug Fixes

  • add unit label to AI credit display (6577f1c)
  • remaining localization gaps (#156) (7093c98)
  • remove AI credit refresh time scraping (3e1e10b)

📝 Documentation

  • repo: update project docs (440a934)

♻️ Code Refactoring

  • 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)

✨ Features

  • 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)

🐛 Bug Fixes

  • 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)

📝 Documentation

  • proxyman: add setup and debugging guides and link them from readmes (3100db9)

✅ Tests

  • proxy: refine signature test text (50a325b)

0.10.0 (2026-02-19)

✨ Features

  • Add powerful CLI for account management (#115) (b949764)
  • Implement provider groupings with account calculator and compre… (#113) (1e59a1c)

🐛 Bug Fixes

  • 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)

🐛 Bug Fixes

  • project id fallback and stream error regression (#94) (caf9d58)

0.9.1 (2026-02-11)

🐛 Bug Fixes

  • project id forwarding regression (#93) (ab78d93)

0.9.0 (2026-02-10)

✨ Features

  • add vercel and ui skills (#86) (0f7a629)
  • global error fallback and e2e (#91) (b89dd2c)
  • implement protocol parity and harden upstream handling (#88) (13f10fe)

🐛 Bug Fixes

  • prevent page crash on 500 and add toast-based fallback (#90) (bcca5ec)
  • prevent sensitive data logging (#70) (5155e37)

📝 Documentation

🔧 Continuous Integration

  • 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)

✨ Features

  • complete account-bound profile switching and hardening (#78) (a93c6d0)

🐛 Bug Fixes

  • ci: increase Node heap for publish step to prevent macOS OOM (#76) (ee64179)
  • ci: make WiX Toolset setup resilient on Windows runners (#73) (5fe434f)

📝 Documentation

  • openspec: backfill missing proposals (287e848)

0.7.0 (2026-02-06)

✨ Features

  • add multi-arch release artifacts and MSI packaging (#65) (f572ae4)

🐛 Bug Fixes

  • restore account switching on Antigravity 1.16.5 and migrate db sync to drizzle (#69) (ed94abf)

📝 Documentation

  • translate repository documentation to English (#72) (18389b9)

♻️ Code Refactoring

  • migrate to winston and enable daily rotated app logs (#71) (2ae2216)

0.6.0 (2026-02-04)

✨ Features

🐛 Bug Fixes

  • 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)

✨ Features

  • 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)

✨ Features

  • add system autostart and single-instance support (ea51253)
  • implement smart foreground quota refresh with debounce (dd9e84a)

🐛 Bug Fixes

  • stub nestjs optional modules for packaging (f0eb7c6)

0.3.5 (2026-01-26)

🐛 Bug Fixes

  • "Check Quota Now" button not refreshing UI after polling (#42) (e959ee3)

📝 Documentation

  • remove beta download links from README (5a21680)

0.3.4 (2026-01-26)

🐛 Bug Fixes

  • security: add safeStorage fallback for production builds (#38) (#43) (0208058)

📝 Documentation

  • update beta release link (d5ee08d)

0.3.4-beta.1 (2026-01-25)

🐛 Bug Fixes

  • security: add safeStorage fallback for production builds (#38) (92dc2f6)

0.3.3 (2026-01-25)

🐛 Bug Fixes

  • accept lowercase antigravity in process detection (0d4e2ab)

📝 Documentation

  • add beta download link to readme (f15bb48)
  • clean up changelog duplicate (22265e1)

0.3.2 (2026-01-25)

🐛 Bug Fixes

  • handle keychain hint and suppress pgrep spam (bd3d41a)

📝 Documentation

  • add macOS self-signing workaround for Keychain issues (01e3f8f)

🔧 Continuous Integration

  • setup semantic release configuration and github actions workflow (d2945a6)
  • trigger publish on release published event (6a07bc0)

[0.3.1] - 2026-01-25

Bug Fixes

  • Fixed startup race condition causing cloud accounts verify failure ([f0718db])
  • Enabled WAL mode and force initialization on startup to resolve process resource contention ([1bce5d3])

[0.3.0] - 2026-01-23

New Features

  • Verify Google OAuth code automatically after receipt
  • Add button to open logs folder
  • Add expiration warning for Google OAuth authentication

Bug Fixes

  • Fixed state.vscdb path on Linux to include User/globalStorage subdirectory (Fixed #26)
  • Improved process detection on macOS/Linux using find-process to 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

Maintenance

  • Add VS Code settings for auto-formatting and ESLint

[0.2.2] - 2026-01-19

Bug Fixes

  • Fixed tray icon not appearing in production builds on Windows
    • Used extraResource config to properly copy assets outside of ASAR package
    • Added debug logging for tray icon path resolution

[0.2.1] - 2026-01-19

Bug Fixes

  • 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)

Maintenance

  • Applied Prettier formatting to entire codebase (68 files)
  • Added node globals to ESLint configuration

[0.2.0] - 2026-01-16

New Features

  • 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.

Improvements

  • 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.

Bug Fixes

  • Fixed "Converting circular structure to JSON" error.

Documentation

  • Added curly brace constraints for conditional statements.
  • Fixed incorrect reference documentation name.

[0.1.1] - 2026-01-11

Bug Fixes

  • Fix Antigravity visibility issue on account switch. (Fixed #19)

[0.1.0] - 2026-01-10

New Features

  • 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.

Bug Fixes

  • Reverse Proxy Issue: Resolved a critical error occurring during reverse proxy configurations. (Fixed #11)

[0.0.1] - 2025-12-22

Added

  • 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