Skip to content

Releases: jharvey10/gh-notification-manager

v3.1.4

20 Apr 17:36
5839ff8

Choose a tag to compare

3.1.4 (2026-04-20)

Bug Fixes

  • improve poll loop stability (451e947)

v3.1.3

17 Apr 23:43
4e40491

Choose a tag to compare

3.1.3 (2026-04-17)

Bug Fixes

  • phrasing changes in activity labels (ecc83a0)

v3.1.2

17 Apr 22:16
2335378

Choose a tag to compare

3.1.2 (2026-04-17)

Bug Fixes

v3.1.1

17 Apr 20:38
f2b0c4f

Choose a tag to compare

3.1.1 (2026-04-17)

Bug Fixes

  • Allow deleted notifications to reappear on new activity (b6fbdde)
  • re-add super necessary emoji (18fb749)

v3.1.0

15 Apr 21:37
a83dba1

Choose a tag to compare

3.1.0 (2026-04-15)

Features

  • add configurable pr size labels (8e9d552)

v3.0.1

15 Apr 20:53
4b60462

Choose a tag to compare

3.0.1 (2026-04-15)

Bug Fixes

  • re-add missing checksuite tags (5ed934d)

v3.0.0

15 Apr 16:52
f63e8aa

Choose a tag to compare

3.0.0 (2026-04-15)

⚠ BREAKING CHANGES

  • unread state, saved state, archived state, are all managed locally and separate from github.com. a best effort is made to mirror the state on github, but the app is considered the definitive source which does not transfer 1-to-1 to external views of the notifications.

Features

  • large refactor to accommodate github api removals (40b11d9)

v2.1.1

13 Apr 14:17
22f62ca

Choose a tag to compare

2.1.1 (2026-04-13)

Bug Fixes

  • allow retry of existing token on error (3852053)
  • update minor deps (0bee79a)

v2.1.0

03 Apr 15:42
edf0a07

Choose a tag to compare

2.1.0 (2026-04-03)

Features

  • add better tagging of checksuite notifications (b698ae0)

Bug Fixes

  • fix bug with full refresh removing almost all notifications (151a1f2)
  • include "closed" in state for junk tags in addition to "merged" (4ee5891)
  • remove extraneous notifications update broadcast (4ee5891)

v2.0.0

02 Apr 21:32
ed4a7f1

Choose a tag to compare

2.0.0 (2026-04-02)

⚠ BREAKING CHANGES

  • The app now tracks read, unread, and saved as local state that is not reflected on github. This means there is not congruency between notification state in the app and notification state on github.com until there are sufficient public APIs available to have that.
  • This fundamentally changes the way the app updates and is experimental

Features

  • get self-update actually working (1e91f93)
  • implement bootstrap-based app bundle running (deed46e)
  • remove usages of graphql notifications-based queries (dc65935)
  • self-updater (8e3d1ab)

Bug Fixes

  • adjust build process (e4e084e)
  • deps: update dependency minor versions (50a78f0)
  • fix broken import path for index.html when loaded from bundle (0f39442)
  • fix incorrect artifact names (81a1788)