Skip to content

Releases: fwouts/prmonitor

v0.8.2

04 Jun 23:33
Compare
Choose a tag to compare

This fixes a bug where PRs would not appear in the "Already reviewed" list when the checkbox "Notify me of new commits" was disabled.

v0.8.1

04 Jun 23:27
71cac39
Compare
Choose a tag to compare

This adds a new checkbox "Notify me of new commits" on top of the "Mute until next comment" option.

v0.8.0

04 Jun 22:38
a56ac89
Compare
Choose a tag to compare

This release adds a new muting option: "Mute until next comment by author". This will help reduce unnecessary notifications, for example when the author merges latest master.

v0.7.0

02 Jun 22:55
9a11359
Compare
Choose a tag to compare

This new release improves support for draft PRs:

  • Always show the "Draft" badge on PRs, not just for your own PRs.
  • Allow "Mute until not draft".

v0.6.1

25 Apr 09:45
Compare
Choose a tag to compare

This release fixes a bug where your own pull requests would not appear if you were also assigned as a reviewer.

v0.6.0

25 Mar 10:30
b59f07a
Compare
Choose a tag to compare

This release introduces the ability to open a fullscreen view, allowing you to more easily manage your pull requests.

v0.5.4

09 Mar 22:14
a657e39
Compare
Choose a tag to compare

This fixes a bug where a PR would be considered "Approved by everyone" when one of the reviewers had only added a comment.

v0.5.3

03 Nov 21:32
7448e83
Compare
Choose a tag to compare
  • Minor UI improvements.

v0.5.2

28 Aug 22:40
1487834
Compare
Choose a tag to compare
  • Differentiate between "Mergeable" and "Approved by everyone".
  • Improved unit testing.

v0.5.1

11 Aug 11:29
eceaaf6
Compare
Choose a tag to compare
  • Better handling of GitHub API rate limiting.