Skip to content

Commit bc19071

Browse files
chore(release): 0.12.0
## [0.12.0](v0.11.1...v0.12.0) (2026-05-07) ### ✨ Features * increase the request timeout period ([8a0637f](8a0637f)) ### 🐛 Bug Fixes * **cloud:** preserve Google token metadata during sync ([b9e932d](b9e932d)) * **proxy:** align upstream retry and rate-limit handling ([dbf5345](dbf5345)) * refresh Google token before account switch injection ([#168](#168)) ([03a1307](03a1307)) ### ♻️ Code Refactoring * **antigravity:** clarify request and quota mapping ([0758b1d](0758b1d)) ### ✅ Tests * remove obsolete core feature suite ([abcee97](abcee97)) ### 🔧 Continuous Integration * align publish workflow with Node 22 and add npm install retry ([158d2f3](158d2f3))
1 parent abcee97 commit bc19071

3 files changed

Lines changed: 27 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,30 @@
22

33
# Changelog
44

5+
## [0.12.0](https://github.com/Draculabo/AntigravityManager/compare/v0.11.1...v0.12.0) (2026-05-07)
6+
7+
### ✨ Features
8+
9+
* increase the request timeout period ([8a0637f](https://github.com/Draculabo/AntigravityManager/commit/8a0637f925073ee9354dbea1ae0d1dc433b2ecad))
10+
11+
### 🐛 Bug Fixes
12+
13+
* **cloud:** preserve Google token metadata during sync ([b9e932d](https://github.com/Draculabo/AntigravityManager/commit/b9e932df61bf28c235888e9c96ff20ad8135316a))
14+
* **proxy:** align upstream retry and rate-limit handling ([dbf5345](https://github.com/Draculabo/AntigravityManager/commit/dbf53454c55b5dfc810286e90953c826e07ddbce))
15+
* refresh Google token before account switch injection ([#168](https://github.com/Draculabo/AntigravityManager/issues/168)) ([03a1307](https://github.com/Draculabo/AntigravityManager/commit/03a13077d11191212efe2372b65196127a4d9d02))
16+
17+
### ♻️ Code Refactoring
18+
19+
* **antigravity:** clarify request and quota mapping ([0758b1d](https://github.com/Draculabo/AntigravityManager/commit/0758b1d1326413ec6cc1b9382fb4b66295631e1b))
20+
21+
### ✅ Tests
22+
23+
* remove obsolete core feature suite ([abcee97](https://github.com/Draculabo/AntigravityManager/commit/abcee97c372aa322fd0628822bf02551727253ef))
24+
25+
### 🔧 Continuous Integration
26+
27+
* align publish workflow with Node 22 and add npm install retry ([158d2f3](https://github.com/Draculabo/AntigravityManager/commit/158d2f30ccf05803f380966982cadd2b58f68a17))
28+
529
## [0.11.1](https://github.com/Draculabo/AntigravityManager/compare/v0.11.0...v0.11.1) (2026-04-18)
630

731
### 🐛 Bug Fixes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "antigravity-manager",
33
"productName": "Antigravity Manager",
4-
"version": "0.11.1",
4+
"version": "0.12.0",
55
"description": "Antigravity Manager - Electron App",
66
"main": ".vite/build/main.js",
77
"private": true,

0 commit comments

Comments
 (0)