Skip to content

Releases: poppastring/dasblog-core

v3.0.847

22 Nov 15:35
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.831...v3.0.847

v3.0.831

18 Nov 03:50
Compare
Choose a tag to compare
  • Fixed the look ahead calculation when using Adjust Time Zone setting.

v3.0.826

17 Nov 03:06
Compare
Choose a tag to compare
  • Fixed the CLI tool
  • Resolved formatting issue with the Site admin page.

v3.0.817

13 Nov 00:42
Compare
Choose a tag to compare

Upgraded to .NET 6 SDK

Before deploying to Azure App Services navigate to the Configuration -> General Settings. Ensure that you update the Stack Settings for the .NET Version to .NET 6 (Early Access) or later.

Updated BootStrap 5.1

Updated jQuery

v2.43.775

02 Oct 02:20
Compare
Choose a tag to compare

Added a route that allows you to view all posts on 1 page.
/archive/all

v2.42.759

14 Apr 03:04
036933c
Compare
Choose a tag to compare
  • Some improvements to the summary items for default themes
  • Rolled back the double decoding option for blog post content (we always double decode)

v2.41.750

10 Apr 03:42
26235c3
Compare
Choose a tag to compare

Additional configurable attributes in the site.config
Theme updates for better menu support
Fixed TagHelper associated with blog default image

v2.40.734

02 Apr 01:50
ae80cae
Compare
Choose a tag to compare

Some of the latest changes:

  • Double HTML decoding setting in the admin settings page (helps legacy code bases).
  • Fixed a bug when posting with no categories
  • Removed the default image sizing for images in the post
  • Fixed a null reference bug in the CLI tool
  • Added a comment management page

v2.32.718

12 Mar 00:32
e8b77a4
Compare
Choose a tag to compare
  • Comment name just becomes a span without the optional home page.
  • Comment admin page includes IP Address
  • Improved name validation for comments
  • Updated feature policy

v2.31.701

26 Feb 04:59
075fe62
Compare
Choose a tag to compare

-Fixes an issue with initializing a new blog site from the command line.