|
1 | 1 | # Changelog |
2 | 2 |
|
| 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 | + |
3 | 46 | ## 0.6.10 |
4 | 47 |
|
5 | 48 | ### New Features |
|
0 commit comments