Releases: AmintaCCCP/GithubStarsManager
Releases · AmintaCCCP/GithubStarsManager
v0.2.5
What's Fixed
- Fixed macOS App/Window menu missing in desktop build
- Restored Command+Q (quit) and Command+W (close window) shortcuts
- Fixed SyntaxError in generated main.js caused by improper string escaping
Downloads
- Windows: GitHub.Stars.Manager.Setup.0.2.5.exe
- macOS: GitHub.Stars.Manager-0.2.5.dmg (Apple Silicon: -0.2.5-arm64.dmg)
- Linux: GitHub.Stars.Manager-0.2.5.AppImage
See #58 for details. Thanks to @AmintaCCCP for the fix in PR #59.
v0.2.4
Changelog
- Improved sync stability, backend auth handling, and mobile layout refinements. (Thanks @HuberttFox for the contribution.)
- Added a release list unsubscribe action with confirmation and immediate sync.
Desktop Application Release
- Windows: .exe installer
- macOS: .dmg installer
- Linux: .AppImage portable executable
v0.2.3
v0.2.3
Fixes
- PR #51: Added repository unstar support and improved delete flow stability by correctly handling
204 No Contentresponses and cleaning related release/subscription state after unstar operations. Thanks to external contributor @milo-container (Milo Jiang) for the contribution. - PR #54: Fixed desktop input and keyboard behavior regressions introduced in v0.2.0-v0.2.2, including:
- Restored paste support during first login (Ctrl/Cmd + V for token input)
- Restored global search shortcuts (
Ctrl/Cmd + K,Ctrl/Cmd + Shift + F,/,Esc) - Restored desktop Edit menu roles (
cut/copy/paste/select all) for better cross-platform shortcut compatibility
Notes
- This release is focused on stability and usability fixes with no breaking changes.
v0.2.2
GitHub Stars Manager v0.2.2
Improvements
- Added category lock support in repository edit panel.
- Manual category changes now automatically enable category lock by default.
- Sync process now preserves manual category settings and no longer overwrites locked categories.
- Added a lock toggle and tooltip so users can explicitly control whether category auto-updates are allowed.
- Improved edit modal defaults: custom description now prefers AI summary when available.
Why this release
This release focuses on stabilizing category management and avoiding user edits being overwritten after sync.
Rollback guidance
If you encounter issues after upgrading:
- Download and install the previous stable version from Releases (for example v0.2.1).
- Launch the old version directly.
- Existing data remains available because compatibility storage is retained.
If any mismatch appears, please open an issue with OS/version/log details.
v0.2.1
GitHub Stars Manager v0.2.1
Fixes
- Fixed the white-screen startup issue after the IndexedDB migration in desktop builds.
- Normalized persisted state during store merge, so startup always receives safe data types.
- Preserved seamless migration from legacy localStorage data to IndexedDB without forcing users to reset data.
- Kept compatibility backup writes for rollback safety.
Migration and rollback safety
This version is designed for zero-interruption migration:
- Existing user data in localStorage is migrated smoothly to IndexedDB.
- A compatibility copy is still maintained so users can roll back to an older version without data loss.
If you encounter issues
- Download and install the previous stable version (v0.2.0) from Releases.
- Launch the old version directly.
- Your existing data should still be available because compatibility storage is retained.
If any data mismatch occurs, open an issue and include your OS + version + logs.
v0.2.0
GitHub Stars Manager v0.2.0
This release includes three focused fixes and improvements:
- Added optional OpenAI Responses API support while keeping existing OpenAI Chat Completions compatibility.
- Fixed repository "updated" display and sorting semantics by prioritizing
pushed_at(with fallback toupdated_at). - Fixed a white-screen crash when opening categories with zero repositories by correcting React Hook call order.
Downloads
- Windows:
.exeinstaller - macOS:
.dmginstaller - Linux:
.AppImage
0.1.9
- feat: Added an optional Express + SQLite backend server, supporting cross-device automatic synchronization. by @Micah-Zheng
0.1.8
0.1.7
0.1.6
- Sidebar now scrolls vertically when its content exceeds the screen height, preventing hidden or inaccessible items and improving navigation on smaller screens or long lists.#29 by @rootwhois