Skip to content

Releases: Draculabo/AntigravityManager

v0.14.0

24 May 17:12

Choose a tag to compare

0.14.0 (2026-05-24)

✨ Features

  • config: split Antigravity IDE launch args (1cca976)
  • remove max-width from HomePage container for improved layout (686b299)
  • update FALLBACK_VERSION to 2.0.3 (f081f72)

🐛 Bug Fixes

  • cloud-account: track active account per target (5129a0b)
  • runtime: harden Antigravity process restart (91ea8a7)

📝 Documentation

  • update AGENTS guide for current project structure (0b90e5d)

♻️ Code Refactoring

  • GoogleAPIService: remove fetchCredits method and fallback to loadCodeAssist for credit retrieval (82c44c7)
  • src module structure (50289c0)
fcc08b97-c39d-4a1c-ab98-1901413ecd62

v0.13.0

22 May 19:47

Choose a tag to compare

0.13.0 (2026-05-22)

✨ Features

  • add Antigravity app target settings (b3dbaad)
  • i18n: add Turkish language support (#175) (836dfbf)
  • support Antigravity credential-store tokens (4a3e2d9)
  • switch accounts by Antigravity target (124b8c0)
  • update Antigravity Manager to support Antigravity IDE (2.0) (#179) (5a89e3d)

🐛 Bug Fixes

  • i18n: rename Antigravity switch action label (55d3a8e)

♻️ Code Refactoring

  • move cloud account code into feature module (d854df3)

✅ Tests

  • cover Antigravity target workflows (18fdca6)

v0.12.0

07 May 01:54

Choose a tag to compare

0.12.0 (2026-05-07)

✨ Features

  • increase the request timeout period (8a0637f)

🐛 Bug Fixes

  • cloud: preserve Google token metadata during sync (b9e932d)
  • proxy: align upstream retry and rate-limit handling (dbf5345)
  • refresh Google token before account switch injection (#168) (03a1307)

♻️ Code Refactoring

  • antigravity: clarify request and quota mapping (0758b1d)

✅ Tests

  • remove obsolete core feature suite (abcee97)

🔧 Continuous Integration

  • align publish workflow with Node 22 and add npm install retry (158d2f3)

v0.11.1

18 Apr 17:26

Choose a tag to compare

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)

v0.11.0

11 Apr 11:10

Choose a tag to compare

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)

v0.10.0

19 Feb 14:03

Choose a tag to compare

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)

v0.9.2

11 Feb 09:13

Choose a tag to compare

0.9.2 (2026-02-11)

🐛 Bug Fixes

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

v0.9.1

11 Feb 04:37

Choose a tag to compare

0.9.1 (2026-02-11)

🐛 Bug Fixes

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

v0.9.0

10 Feb 18:56

Choose a tag to compare

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)

v0.8.0

07 Feb 17:13

Choose a tag to compare

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)