Releases: fwouts/prmonitor
Releases · fwouts/prmonitor
v0.8.2
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
This adds a new checkbox "Notify me of new commits" on top of the "Mute until next comment" option.
v0.8.0
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
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
This release fixes a bug where your own pull requests would not appear if you were also assigned as a reviewer.
v0.6.0
This release introduces the ability to open a fullscreen view, allowing you to more easily manage your pull requests.
v0.5.4
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.2
- Differentiate between "Mergeable" and "Approved by everyone".
- Improved unit testing.
v0.5.1
- Better handling of GitHub API rate limiting.