Skip to content

Commit fa06dbf

Browse files
committed
chore: bump version to 0.6.11
Made-with: Cursor
1 parent f5edf2a commit fa06dbf

File tree

5 files changed

+47
-4
lines changed

5 files changed

+47
-4
lines changed

CHANGELOG.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,48 @@
11
# Changelog
22

3+
## 0.6.11
4+
5+
### New Features
6+
- Add in-app changelog ([#309](https://github.com/robinebers/openusage/pull/309)) by @hearsilent
7+
- Add drag-to-reorder plugin icons in sidebar by @hearsilent
8+
9+
### Bug Fixes
10+
- Refresh Windsurf quota cloud plugin ([#313](https://github.com/robinebers/openusage/pull/313)) by @robinebers
11+
- Send real app version to credits API by @robinebers
12+
- Fix reset tooltips to mirror display mode ([#297](https://github.com/robinebers/openusage/pull/297)) by @robinebers
13+
- Preserve leading disabled plugin on reorder by @hearsilent
14+
- Preserve disabled plugins when reordering by @hearsilent
15+
- Fix test issue by @hearsilent
16+
17+
### Chores
18+
- Update bun.lock by @robinebers
19+
- Bump jsdom from 28.1.0 to 29.0.1 ([#312](https://github.com/robinebers/openusage/pull/312)) by @dependabot
20+
- Bump tauri-nspanel in /src-tauri ([#311](https://github.com/robinebers/openusage/pull/311)) by @dependabot
21+
- Update AGENTS.md to version 0.27 by @robinebers
22+
- Update lucide-react lockfile by @robinebers
23+
- Use next plist path in cloud mocks by @robinebers
24+
25+
---
26+
27+
### Changelog
28+
29+
**Full Changelog**: [v0.6.10...v0.6.11](https://github.com/robinebers/openusage/compare/v0.6.10...v0.6.11)
30+
31+
- [f5edf2a](https://github.com/robinebers/openusage/commit/f5edf2a) update bun.lock by @robinebers
32+
- [3a66f32](https://github.com/robinebers/openusage/commit/3a66f32) chore(deps-dev): bump jsdom from 28.1.0 to 29.0.1 (#312) by @dependabot
33+
- [0ba68d8](https://github.com/robinebers/openusage/commit/0ba68d8) chore(deps): bump tauri-nspanel in /src-tauri (#311) by @dependabot
34+
- [11ce2d5](https://github.com/robinebers/openusage/commit/11ce2d5) fix: refresh Windsurf quota cloud plugin (#313) by @robinebers
35+
- [0bfcaa3](https://github.com/robinebers/openusage/commit/0bfcaa3) feat: in-app changelog (#309) by @hearsilent
36+
- [73fe349](https://github.com/robinebers/openusage/commit/73fe349) Update AGENTS.md to version 0.27 by @robinebers
37+
- [459647c](https://github.com/robinebers/openusage/commit/459647c) build: update lucide-react lockfile by @robinebers
38+
- [086ad7d](https://github.com/robinebers/openusage/commit/086ad7d) test(windsurf): use next plist path in cloud mocks by @robinebers
39+
- [0c716fb](https://github.com/robinebers/openusage/commit/0c716fb) fix(windsurf): send real app version to credits API by @robinebers
40+
- [0766afc](https://github.com/robinebers/openusage/commit/0766afc) Fix reset tooltips to mirror display mode (#297) by @robinebers
41+
- [a71a4c1](https://github.com/robinebers/openusage/commit/a71a4c1) fix: preserve leading disabled plugin on reorder by @hearsilent
42+
- [c84ba87](https://github.com/robinebers/openusage/commit/c84ba87) fix: preserve disabled plugins when reordering by @hearsilent
43+
- [7ac86fb](https://github.com/robinebers/openusage/commit/7ac86fb) fix: test issue by @hearsilent
44+
- [b1d290d](https://github.com/robinebers/openusage/commit/b1d290d) feat: add drag-to-reorder plugin icons in sidebar by @hearsilent
45+
346
## 0.6.10
447

548
### New Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "openusage",
33
"private": true,
4-
"version": "0.6.10",
4+
"version": "0.6.11",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "openusage"
3-
version = "0.6.10"
3+
version = "0.6.11"
44
description = "OpenUsage is an open source AI subscription limit tracker"
55
authors = ["Robin Ebers"]
66
edition = "2024"

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "OpenUsage",
4-
"version": "0.6.10",
4+
"version": "0.6.11",
55
"identifier": "com.sunstory.openusage",
66
"build": {
77
"beforeDevCommand": "bun run bundle:plugins && bun run dev",

0 commit comments

Comments
 (0)