Skip to content

Releases: linkdotnet/Blog

v2.6

18 Nov 18:27

Choose a tag to compare

Improvements

  • Minified basic.css and smaller css tweaks
  • Update packages

Bugfixes

  • InMemoryRepository didn't apply where clause when no OrderBy statement was passed to

v2.5

14 Nov 11:23

Choose a tag to compare

Improvements

  • Used PooledDbContext for better throughput
  • Updated highlight.js and bootstrap to the latest version
  • Removed some unused assets

Bugfixes

  • Fixed bug in Dashboard where resetting the date-range throws an exception

v2.4

13 Nov 10:19

Choose a tag to compare

Features

  • Analytics can be searched with variable time span

Improvements

  • Tables are overflowing so they don't mess up the layout especially on mobile
  • Fixes cache reset mechanism
  • Removed some dependencies

v2.3.1

09 Nov 14:25

Choose a tag to compare

Bug-Fixes

  • Fixed a bug where updating a blog post leads to tag duplication

v2.3

08 Nov 14:41
fea9ba8

Choose a tag to compare

Features and Improvements

  • Visitor count can be filtered with specific date ranges (see #38 )
  • Updated packages
  • Smaller refactoring's

v2.2

23 Oct 09:45

Choose a tag to compare

New Features and Improvements

  • Upgrade to .net6 RC2
  • Automatically generating a sitemap.xml (#37)
  • When creating a blog post the preview is updated immediately

v2.1.2

01 Oct 13:48

Choose a tag to compare

This is another bugfix release

Bugfixes

  • Fixed an issue where storing or retrieving keys from the local storage throws an exception
  • Fixed CSS Layout of introduction card

v2.1.1

29 Sep 13:58

Choose a tag to compare

This is a hotfix release which includes fixes for two major bugs

Bugfixes

  • Fixes #35 - Can't save blog posts due to null reference exception in cache
  • Fixes #36 - Cache wasn't updated correctly when searching for terms or tags

v2.1

28 Sep 13:24

Choose a tag to compare

New Features and Improvements

  • Included caching to reduce load times (see #33)
  • Refactored and simplified pagination (see #34)
  • Smaller cleanups and refactorings

v2.0

24 Sep 06:48

Choose a tag to compare

This is the new 2.0 release. It brings a lot of new features and improvements

Features

  • Comment section added. Based on giscus. See #30
  • Components and images are lazy loaded when outside current view window. See #28

Improvements

  • Uses .net 6 RC1 - which also made same smaller refactorings possible

Breaking changes

  • .net 6 RC1 disabled long-pooling connection as fallback . If you deploy to Azure Web Apps make sure ARR-Affinity and WebSockets are enabled. More information here and here