CHANGELOG for v2.0.2

Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
This commit is contained in:
Brian S. Stephan 2025-03-18 21:28:15 -05:00
parent c46a1c0bae
commit b69bdb424a
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.
## v2.0.2
### Bugfixes
* Paths for files in the `pages/` root no longer have an extra `./` in them, which made URLs look ugly and also added an
extra blank breadcrumb in the breadcrumbs.
### Improvements
* `custom-static` in the instance dir is now ignored and has no special handling --- put static files in `pages/static/`
like all the other files that get copied. This also fixes a bug where the build errored if the directory didn't exist.
* Some README typos fixed.
## v2.0.1
### Improvements