Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: nedbat/dinghy

1.4.1

03 Apr 12:15
1.4.1

Choose a tag to compare

Fixed

  • Fixed the import of backports so people can use Python newer than 3.10. Thanks, Simon de Vlieger.
  • Fixed a link in the README and added some badges.

1.4.0

01 Apr 22:54
1.4.0

Choose a tag to compare

Added

  • Added breadcrumbs with navigation at the top of the HTML page if there is more than one section. Specifically with long sections, it makes navigating so much easier.

Changed

  • Install backports-datetime-fromisoformat only on Python <3.11.
  • Dropped support for Python 3.8.

1.3.3

09 Nov 13:01
1.3.3

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

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

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

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

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

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

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

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.