Changelog for v2.0.5

Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
This commit is contained in:
Brian S. Stephan 2025-09-18 16:12:04 -05:00
parent bbab9de1f6
commit d66a471c76
Signed by: bss
GPG Key ID: 3DE06D3180895FCB

View File

@ -2,6 +2,19 @@
Included is a summary of changes to the project, by version. Details can be found in the commit history. Included is a summary of changes to the project, by version. Details can be found in the commit history.
## v2.0.5
### Features
* The Markdown parser replaces links to e.g. `[Page](page.md)` with a href of `page`, rather than the Markdown source
specifying a link of `page` explicitly. This allows for some improved site navigation when browsing the Markdown
files, e.g. when going to files in Vim, or browsing a site in a Git web UI.
### Miscellaneous
* `tox.ini` also runs tests in a Python 3.13 environment now.
* Some trivial bumps to CI requirements.
## v2.0.4 ## v2.0.4
### Bugfixes ### Bugfixes