Skip to content

Releases: nedbat/dinghy

1.3.3

09 Nov 13:01
1.3.3
Compare
Choose a tag to compare

Added

  • Declared support for Python 3.12 and 3.13.

1.3.2

21 Sep 14:53
1.3.2
abdf8bb
Compare
Choose a tag to compare

Fixed

  • The 1.3.1 fix for the ignore --since option accidentally ignored since settings in configuration files. This is now fixed, closing issue 36. Thanks, Lucas Taylor.

1.3.1

17 Sep 17:17
1.3.1
2ed7214
Compare
Choose a tag to compare

Fixed

  • When using a URL on the command line, the --since option was ignored. This is now fixed, closing issue 35.

1.3.0

31 Jul 12:45
1.3.0
0eaa9bb
Compare
Choose a tag to compare

Added

  • The since date can now be specified on the command line with --since. This will override any specification in the YAML file.
  • The since value can be specified as a specific ISO 8601 date or datetime, closing issue 26.

1.2.0

27 Jan 22:13
1.2.0
22ec834
Compare
Choose a tag to compare

Added

  • Now you can additionally specify digests on the command line to write, which will choose just those digests from the configuration file.

Fixed

  • If the config file has no digests: clause, it could be because it's not a dinghy config file at all, so print an error message about it.

1.1.0

25 Jan 22:49
1.1.0
9c02338
Compare
Choose a tag to compare

Added

  • A digest can specify template, a Jinja2 template file to produce the digest. This opens the possibility for other output formats than HTML.

1.0.0

03 Dec 12:14
1.0.0
739176d
Compare
Choose a tag to compare
  • Nothing has changed, just decided Dinghy was stable enough to call 1.0.0.

0.15.0

10 Nov 01:45
0.15.0
0aeac8a
Compare
Choose a tag to compare

Added

  • Show releases in the digest. Thanks, Simon de Vlieger.
  • A new setting include_bots: true will include pull requests, issues, or comments created by bot users. The default remains False, to exclude them. Closes issue 25.

0.14.0

25 Oct 16:32
Compare
Choose a tag to compare

Added

  • Now a CLI command is registered so you can use dinghy as a command instead of python -m dinghy (though that still works).
  • You can now specify since: forever to include all activity regardless of when it happened.

Changed

  • Search results now always show the repo containing the item.

Fixed

  • Comments by deleted GitHub users would cause a crash. This is now fixed (issue 23).

0.13.4

06 Oct 23:11
Compare
Choose a tag to compare

Fixed

  • Comments on pull requests were only filtered by their age, not their authors, so bot comments, and comments by "ignored users" were still included. This is now fixed.