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.