After a long time a new stable release with many, many new features. Also check the MIGRATION.md for migrations you have to do.
Features
- Table of contents is automatically created
- Top 3 similar blog posts are automatically linked at the bottom of the page
- Shortcodes, a form of dynamic templates inside blog posts, are part of the blog
- Completely new markdown editor
- RSS Feed offers multiple versions (including content)
- New ways of customizing donations: See the docs.
- Markdown Editor supports asset upload directly to Azure Blob Storage! See the docs.
- Copy button for source code, so users have an easy time to grab the code samples
- (Experimental) Transform HTML to Markdown
- New Critical CSS Generator
Improvements
- Archive page overhaul! Looks better.
- Running with .net 9
- Enabled nullable annotations for all projects
- Many updates of packages.
- EF Migrations for SQL provider
Other (breaking) changes
InMemory
as a storage provider was removed. Please useSqlite
with the in-memory settings (consult the documentation for further information).- New places to add the "donations". That comes with a restructure of the
appsettings.json
file.