Skip to content

Releases: anticomputer/gh-notify

v2.1.8

09 Dec 17:36
d606d13

Choose a tag to compare

What's Changed

Full Changelog: v2.1.7...v2.1.8

v2.1.7

03 Nov 01:34
c992d7f

Choose a tag to compare

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

16 Oct 00:28
6a25fd8

Choose a tag to compare

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

02 Oct 19:43
63ebc8c

Choose a tag to compare

What's Changed

Full Changelog: v2.1.4...v2.1.5

v2.1.4

02 Oct 19:37
ad2ac80

Choose a tag to compare

What's Changed

Full Changelog: v2.1.3...v2.1.4

v2.1.3

02 Oct 19:12
4356b2b

Choose a tag to compare

What's Changed

Full Changelog: v2.1.2...v2.1.3

v2.1.2

02 Oct 18:54
95aac09

Choose a tag to compare

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

15 Feb 23:03
eb14b84

Choose a tag to compare

What's Changed

  • replace dash function with a built-in by @agzam in #17

New Contributors

  • @agzam made their first contribution in #17

Full Changelog: v2.1.0...v2.1.1

v2.1.0

11 Apr 03:22
364cc30

Choose a tag to compare

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 read
  • gh-notify-marked-notifications-set-unread: sets marked notifications as unread
  • gh-notify-set-status-read: sets notification at point as read
  • gh-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

10 Apr 21:59
6d1a267

Choose a tag to compare

  • API bugfixes for issue and pullreq listings
  • Updated package dependency versions