v0.5.0
New Features
- Auto-disable new non-default plugins (#105) by @robinebers
- Resolve auth path via CODEX_HOME and host env API (#90) by @igalarzab
- Add name field to redaction logic and corresponding tests by @robinebers
- Add Windsurf plugin provider (#93) by @robinebers
- Add Antigravity plugin provider (#91) by @robinebers
Bug Fixes
- Updated dark theme, scrollable panel, and sidebar refinements (#88) by @robinebers
Refactor
- Simplify HTTP request handling in probePort function by @robinebers
Chores
- Bump reqwest from 0.12.28 to 0.13.2 in /src-tauri (#104) by @dependabot
- Bump tauri-plugin-updater in /src-tauri (#99) by @dependabot
- Bump rquickjs from 0.10.0 to 0.11.0 in /src-tauri (#98) by @dependabot
- Bump @vitejs/plugin-react from 4.7.0 to 5.1.3 (#100) by @dependabot
- Bump jsdom from 27.4.0 to 28.0.0 (#101) by @dependabot
- Bump typescript from 5.8.3 to 5.9.3 (#102) by @dependabot
- Bump time from 0.3.46 to 0.3.47 in /src-tauri (#103) by @dependabot
- Add open-source community files and CI workflows (#95) by @robinebers
- Update README.md to reflect new provider additions and modify upcoming features section by @robinebers
- Update package metadata in Cargo.toml by @robinebers
- Bump version to 0.5.0 by @robinebers
Changelog
Full Changelog: v0.4.2...v0.5.0
- f1cf2bc feat(settings): auto-disable new non-default plugins (#105) by @robinebers
- c7bf1cc feat(codex): resolve auth path via CODEX_HOME and host env API (#90) by @igalarzab
- c49ce70 chore(deps): bump reqwest from 0.12.28 to 0.13.2 in /src-tauri (#104) by @dependabot
- 83f8c44 chore(deps): bump tauri-plugin-updater in /src-tauri (#99) by @dependabot
- a07abf9 chore(deps): bump rquickjs from 0.10.0 to 0.11.0 in /src-tauri (#98) by @dependabot
- c5167b7 chore(deps-dev): bump @vitejs/plugin-react from 4.7.0 to 5.1.3 (#100) by @dependabot
- 0f14a64 chore(deps-dev): bump jsdom from 27.4.0 to 28.0.0 (#101) by @dependabot
- 7dfb11e chore(deps-dev): bump typescript from 5.8.3 to 5.9.3 (#102) by @dependabot
- 5c9b948 chore(deps): bump time from 0.3.46 to 0.3.47 in /src-tauri (#103) by @dependabot
- b1e52eb docs: Update README.md to reflect new provider additions and modify upcoming features section by @robinebers
- 661ca68 chore: Add open-source community files and CI workflows (#95) by @robinebers
- bb57cd3 refactor(antigravity): simplify HTTP request handling in probePort function by @robinebers
- 463fb0c feat(redaction): Add name field to redaction logic and corresponding tests by @robinebers
- f2d1e9e feat(windsurf): Add Windsurf plugin provider (#93) by @robinebers
- 01d81ce feat(antigravity): Add Antigravity plugin provider (#91) by @robinebers
- 7905417 ui: Updated dark theme, scrollable panel, and sidebar refinements (#88) by @robinebers
- 46a452e chore: update package metadata in Cargo.toml by @robinebers
- f73192c chore: bump version to 0.5.0 by @robinebers