Releases: nedbat/dinghy
Releases · nedbat/dinghy
0.11.0
0.10.0
Changed
- Pull request data was not properly displayed: comments weren't included in the digest that should have been.
- Pull request comments older than the cutoff date will be included if they are needed to show the discussion threads of newer comments. The old comments are shown in gray to help stay focused on recent activity.
- Parsing of time durations was made stricter, so that "1 month" isn't mistaken for "1 minute". Fixes issue 7
Removed
- Oops, it turns out there's no such thing as a repo project for "Projects (beta)". That thing that wouldn't have worked has been removed.
0.9.0
Added
- GitHub enterprise support: you can use URLs pointing to your own GitHub Enterprise installation. Only a single host can be used. Thanks, Henry Gessau.
- A "search:" entry in the configuration file will find issues or pull requests matching the query.
- Items in the configuration file can have
title:
to set an explicit title.
Deprecated
- The
pull_requests:
configuration setting is deprecated in favor ofsearch:
.pull_requests: org:my_org
becomessearch: org:my_org is:pr
.