Releases: nedbat/dinghy
Releases · nedbat/dinghy
0.4.0
0.3.0
Added
- The configuration file can be specified as the argument on the command line.
- GitHub icons decorate pull requests, issues, and comments to distinguish them and indicate their status.
Changed
- The configuration file syntax changed. Now there is a top-level
digests
clause and an optionaldefaults
clause. - The
bots
setting is now calledignore_users
. - Pull request review threads are presented hierarchically.
0.2.0
Added
- Items can have options. Organization projects have a
home_repo
option so that issues from other repos will get an indication of the other repo. - Organizatons can be searched for pull requests.
- If dinghy hits a GraphQL API rate limit, it will sleep until the limit is reset.
- Don't report on activity by bot users. The
bot
setting can be used to list user accounts that should be considered bots.