Skip to content

Releases: nedbat/dinghy

0.13.2

13 Aug 11:07
Compare
Choose a tag to compare

Fixed

  • Add an HTML <meta> tag to ensure content is properly decoded as UTF-8. Fixes issue 12. Thanks, Bill Mill.

0.13.1

03 Aug 13:19
Compare
Choose a tag to compare

Fixed

  • On Windows, an alarming but harmless error would appear when finishing. This is now fixed, closing issue 9. Thanks, Carlton Gibson.

0.13.0

29 Jul 14:47
Compare
Choose a tag to compare

Removed

  • Removed the deprecated "pull_requests" setting.

Added

  • The api_root setting lets GitHub Enterprise users control the GraphQL endpoint to use.

Changed

0.12.0

12 Jun 20:30
Compare
Choose a tag to compare

Added

  • The title option can be used on individual digests to add text to the title of the report. Thanks, Doug Hellmann.

0.11.5

07 Jun 14:05
Compare
Choose a tag to compare

Fixed

  • Closed issues now distinguish between "completed" and "not planned".

0.11.4

10 May 17:42
Compare
Choose a tag to compare

Added

  • HTML escaping is applied to the text pulled from GitHub (oops!)
  • Emojis are displayed as emojis rather than as text.

0.11.3

06 May 15:31
Compare
Choose a tag to compare

Fixed

  • GitHub sometimes responds with "502 Bad Gateway". Pause and retry if that happens.

0.11.2

24 Apr 20:55
Compare
Choose a tag to compare

Added

  • Added a --version option.

Fixed

  • Pull requests with many reviews would skip some reviews. Now all pull request data is fully retrieved.
  • On large digests, GitHub sometimes returns 403 as a rate limit. Retry when this happens to finish the queries.

0.11.1

24 Apr 20:55
Compare
Choose a tag to compare

Fixed

  • Corrected a packaging mistake (missing Changelog entry).

0.11.0

24 Apr 20:51
Compare
Choose a tag to compare

Added

  • Resolved comments are now indicated with a checkbox icon, and hover text of "resolved comment".

Fixed

  • Fixed a crash trying to get the repository for an issue in a project.