v3.10
New Features
- Added possibility to add a fallback image for the preview. This enables to use latest image formats like
avif
orwebp
but also consider older browsers and fallback tojpg
orpng
. To migrate the SQL database:
ALTER TABLE dbo.BlogPosts
ADD PreviewImageUrlFallback NVARCHAR(1024)
- Lazy load images under the fold (index page)
Bugs
- Fixed a bug where unpublished blog posts are listed in the search by tag page