Skip to content

v3.10

Compare
Choose a tag to compare
@linkdotnet linkdotnet released this 27 Jun 10:38
· 871 commits to master since this release

New Features

  • Added possibility to add a fallback image for the preview. This enables to use latest image formats like avif or webp but also consider older browsers and fallback to jpg or png. 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