Skip to content

Releases: linkdotnet/Blog

v2.7.1

27 Nov 18:44
Compare
Choose a tag to compare

This is a small hotfix release which addresses the following issue:

Bugfixes

  • Sitemap.xml was not in correct format for Google

v2.7

27 Nov 16:04
Compare
Choose a tag to compare

Improvements

  • Removed some dependencies
  • Smaller refactorings and cleanups (restructured smaller parts of the API)

Bugfixes

  • Fixed issue where selecting tag in searchByTag will not result in new results

v2.6

18 Nov 18:27
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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