What's New in v0.3.0
Category Management Improvements
- Hide/Show Default Categories: Built-in categories can now be hidden instead of deleted. Hidden categories can be restored from Settings.
- Delete Custom Categories: Custom categories can be deleted without affecting repositories. Repositories will keep their starred status.
- Drag & Drop Category Assignment: Drag repository cards onto sidebar categories to quickly assign categories.
- Category Lock: Manually assigned categories are now locked and won't be changed by subsequent AI analysis or sync operations.
- AI Category Matching: AI analysis now considers custom categories and will assign repositories to matching custom categories.
AI Service Fixes
- Gemini Compatibility (#74): Fixed connection test failures for Gemini models by increasing maxTokens threshold. Thanks to @Minttc for the contribution!
- DeepSeek Reasoner Compatibility (#75): Fixed compatibility issues with DeepSeek's official
deepseek-reasonermodel by removing unsupported parameters.
UI Improvements
- Sidebar Layout (#77): Category count badges are now properly aligned. Action buttons appear on hover without causing layout shifts.
Bug Fixes
- Backend Persistence: Category lock state (
category_locked) is now properly persisted to the backend database. - Settings Sync: Hidden default category preferences are now synced across devices via backend settings.
- Category Rename: Renaming a custom category now updates all repositories assigned to that category.
Downloads
| Platform | File |
|---|---|
| Windows | GitHub.Stars.Manager.Setup.0.3.0.exe
|
| macOS (Intel) | GitHub.Stars.Manager-0.3.0.dmg
|
| macOS (Apple Silicon) | GitHub.Stars.Manager-0.3.0-arm64.dmg
|
| Linux | GitHub.Stars.Manager-0.3.0.AppImage
|
What's Changed
- fix(aiService): increase maxTokens in testConnection for Gemini compatibility by @Minttc in #74
- fix(aiService): improve deepseek-reasoner compatibility by @AmintaCCCP in #75
- feat(categories): improve category management and drag-to-assign by @AmintaCCCP in #76
- fix(sidebar): align category counts and show actions on hover without layout shift by @AmintaCCCP in #77
New Contributors
Full Changelog: v0.2.9...v0.3.0