Skip to content

v0.8.1

Compare
Choose a tag to compare
@stuartmaxwell stuartmaxwell released this 25 Sep 08:45
· 298 commits to main since this release
369f45e

What's Changed

Switched a lot of the workflows to more modern tooling, including uv, nox, and just.

Started the work to support date-based permalinks. In this release, post permalinks can be set with POST_PERMALINK. However, the slug field is still unique and that is the key to retrieving content from the database. So although the dates in the URL are used to parse the URL. The content is only retrieved from the database based on the slug. For example, the following two URLs will both retrieve the same post, assuming there's a post with a slug test-post:

  • /post/2024/01/01/test-post
  • /post/2024/09/24/test-post

In the next release, this will be fixed.

Pull Requests:

Full Changelog: