github AmintaCCCP/GithubStarsManager v0.2.1

latest release: v0.2.2
5 hours ago

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

  1. Download and install the previous stable version (v0.2.0) from Releases.
  2. Launch the old version directly.
  3. 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.

Don't miss a new GithubStarsManager release

NewReleases is sending notifications on new releases.