Skip to content

Commit e524a34

Browse files
chore(release): 0.11.1
## [0.11.1](v0.11.0...v0.11.1) (2026-04-18) ### 🐛 Bug Fixes * add unit label to AI credit display ([6577f1c](6577f1c)) * remaining localization gaps ([#156](#156)) ([7093c98](7093c98)) * remove AI credit refresh time scraping ([3e1e10b](3e1e10b)) ### 📝 Documentation * **repo:** update project docs ([440a934](440a934)) ### ♻️ Code Refactoring * **ipc:** migrate renderer IPC client to official oRPC client ([d0c282d](d0c282d)) * standardize runtime guard patterns with lodash-es ([#154](#154)) ([bc35b96](bc35b96))
1 parent 6577f1c commit e524a34

3 files changed

Lines changed: 20 additions & 3 deletions

File tree

CHANGELOG.md

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

33
# Changelog
44

5+
## [0.11.1](https://github.com/Draculabo/AntigravityManager/compare/v0.11.0...v0.11.1) (2026-04-18)
6+
7+
### 🐛 Bug Fixes
8+
9+
* add unit label to AI credit display ([6577f1c](https://github.com/Draculabo/AntigravityManager/commit/6577f1c51fd155004b81f6171eb5feffa2448128))
10+
* remaining localization gaps ([#156](https://github.com/Draculabo/AntigravityManager/issues/156)) ([7093c98](https://github.com/Draculabo/AntigravityManager/commit/7093c982ba790380cda7d1e8a53891970df6b3cf))
11+
* remove AI credit refresh time scraping ([3e1e10b](https://github.com/Draculabo/AntigravityManager/commit/3e1e10b2a580ebf5a64b9a8982bd812a6a1f2924))
12+
13+
### 📝 Documentation
14+
15+
* **repo:** update project docs ([440a934](https://github.com/Draculabo/AntigravityManager/commit/440a9342800f244287c758b1a77a05fac9096df7))
16+
17+
### ♻️ Code Refactoring
18+
19+
* **ipc:** migrate renderer IPC client to official oRPC client ([d0c282d](https://github.com/Draculabo/AntigravityManager/commit/d0c282dffff24bb74a81cfa523f2f72f949bf8f9))
20+
* standardize runtime guard patterns with lodash-es ([#154](https://github.com/Draculabo/AntigravityManager/issues/154)) ([bc35b96](https://github.com/Draculabo/AntigravityManager/commit/bc35b96b5d2d873cf0f187a57de695aedc32108f))
21+
522
## [0.11.0](https://github.com/Draculabo/AntigravityManager/compare/v0.10.0...v0.11.0) (2026-04-11)
623

724
### ✨ Features

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.0",
4+
"version": "0.11.1",
55
"description": "Antigravity Manager - Electron App",
66
"main": ".vite/build/main.js",
77
"private": true,

0 commit comments

Comments
 (0)