Releases: anticomputer/gh-notify
v2.1.8
What's Changed
- Enable stacking of reason filters by @anticomputer in #25
Full Changelog: v2.1.7...v2.1.8
v2.1.7
What's Changed
- Simplify and update forge API use, remove smokescreen requirement by @anticomputer in #24
Full Changelog: v2.1.6...v2.1.7
v2.1.6
What's Changed
- Make issue and pullreq listings work with latest Forge by @anticomputer in #23
Full Changelog: v2.1.5...v2.1.6
v2.1.5
What's Changed
- Add prefix browse support for dicussion topics by @anticomputer in #22
Full Changelog: v2.1.4...v2.1.5
v2.1.4
What's Changed
- Bugfix: fetch discussion number properly by @anticomputer in #21
Full Changelog: v2.1.3...v2.1.4
v2.1.3
What's Changed
- Support notifications for discussions by @anticomputer in #20
Full Changelog: v2.1.2...v2.1.3
v2.1.2
This is a interim bug fix release to get folks back to working state re: #19
Full Changelog: v2.1.1...v2.1.2
v2.1.1
v2.1.0
Added requested bulk action support for marking topics read/unread.
The following interactive functions are available:
gh-notify-marked-notifications-set-read: sets marked notifications as readgh-notify-marked-notifications-set-unread: sets marked notifications as unreadgh-notify-set-status-read: sets notification at point as readgh-notify-set-status-unread: sets notification at point as unread
In concert with the existing region aware gh-notify-mark-all-notifications and gh-notify-unmark-all-notifications this should provide all the primitives one needs for local read state management of notifications.
Note that these are db local operations and do not reflect state changes on the remote end. A future release will have more integrated and comprehensive remote state syncing, pending Forge semantics.
v2.0.1
- API bugfixes for issue and pullreq listings
- Updated package dependency versions