Skip to content

Releases: AmintaCCCP/GithubStarsManager

v0.2.5

16 Mar 10:05

Choose a tag to compare

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

14 Mar 12:48

Choose a tag to compare

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

08 Mar 10:48

Choose a tag to compare

v0.2.3

Fixes

  • PR #51: Added repository unstar support and improved delete flow stability by correctly handling 204 No Content responses 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

07 Mar 10:36

Choose a tag to compare

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:

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

07 Mar 09:00

Choose a tag to compare

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.

v0.2.0

06 Mar 16:43
283aa76

Choose a tag to compare

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 to updated_at).
  • Fixed a white-screen crash when opening categories with zero repositories by correcting React Hook call order.

Downloads

  • Windows: .exe installer
  • macOS: .dmg installer
  • Linux: .AppImage

0.1.9

03 Mar 01:27
e7e9a03

Choose a tag to compare

  • feat: Added an optional Express + SQLite backend server, supporting cross-device automatic synchronization. by @Micah-Zheng

0.1.8

15 Feb 14:53
10fc86d

Choose a tag to compare

  • feat: Supports multiple AI API formats and fixes connectivity testing. by @thornboo

0.1.7

16 Nov 08:54
4c3ba04

Choose a tag to compare

0.1.6

27 Oct 01:59
6136d6e

Choose a tag to compare

  • 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