Skip to content

v5.0

Compare
Choose a tag to compare
@linkdotnet linkdotnet released this 24 Mar 18:14
· 591 commits to master since this release

A new release after quite some time. There are a lot of new features:

Features

  • Using Bootstrap 5.3 to use dark and light mode
  • Ability to schedule posts to publish in the future

Improvements

  • Use the custom paged list to improve scalability
  • Better way of counting words (faster and fewer allocations)
  • DateOnly instead of DateTime for records
  • Don't allow press the publish button multiple times to publish the same article twice
  • Use sliding window for caching

There are some breaking changes:
BlogPost has a new ScheduledPublishDate column as well as UserRecord DateClicked is a Date instead of DateTime2.