changelog for v2.0.1

Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
This commit is contained in:
Brian S. Stephan 2025-03-18 08:24:46 -05:00
parent 8aabd93273
commit 9caf08a277
Signed by: bss
GPG Key ID: 3DE06D3180895FCB

View File

@ -2,6 +2,14 @@
Included is a summary of changes to the project, by version. Details can be found in the commit history.
## v2.0.1
### Improvements
* The `Image` tag in Markdown files no longer requires the full URL to be specified. Now `Config.BASE_HOST` is
prepended to the tag value, which should be the full path to the image.
* `.files` are skipped when copying files to the SSG output directory.
## v2.0.0
### Features