Skip to content

Releases: nedbat/dinghy

0.10.0

24 Apr 20:51
Compare
Choose a tag to compare

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

24 Apr 20:51
Compare
Choose a tag to compare

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 of search:. pull_requests: org:my_org becomes search: org:my_org is:pr.

0.8.0

24 Apr 20:51
Compare
Choose a tag to compare

Added

  • Repo projects are supported.

Fixed

  • Error handling failed on certain errors. This is now fixed, closing issue 4.

0.7.1

24 Apr 20:51
Compare
Choose a tag to compare

Fixed

  • Better handling of authorization problems, with error message presented so that the user can fix them.

0.7.0

24 Apr 20:51
Compare
Choose a tag to compare

Added

  • The command line now accepts a GitHub URL to quickly get a week's digest of activity from a repo (or issues, pull requests, etc).
  • The logging level can now be specified with the -v/--verbosity command-line option.

Fixed

  • Dependencies now have minimum pins, fixing issue 1.

0.6.0

24 Apr 20:51
Compare
Choose a tag to compare

Added

  • GitHub's @ghost user shows up in GraphQL results as an "author" of None. Properly handle that case.

Fixed

  • Fixes to the color of labels.
  • Correct handling of HTML in bodies.

0.5.2

24 Apr 20:51
Compare
Choose a tag to compare

Changed

  • More HTML tweaks to indentation and information.

0.5.1

24 Apr 20:51
Compare
Choose a tag to compare

Changed

  • Indentation tweaks to make thread structure clearer.

0.5.0

24 Apr 20:51
Compare
Choose a tag to compare

Changed

  • Pull request reviews are displayed more compactly.

0.4.0

24 Apr 20:51
Compare
Choose a tag to compare

Added

  • A repo URL will report on both pull requests and issues in the repo.