Releases: poppastring/dasblog-core
Releases · poppastring/dasblog-core
v3.0.847
What's Changed
- Updated the default source list to allow Hot Reload to work by @poppastring in #596
- Ensure that dates account for any time index offsets by @poppastring in #598
- Update the comments management page by @poppastring in #600
Full Changelog: v3.0.831...v3.0.847
v3.0.831
- Fixed the look ahead calculation when using
Adjust Time Zone
setting.
v3.0.826
- Fixed the CLI tool
- Resolved formatting issue with the Site admin page.
v3.0.817
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
Added a route that allows you to view all posts on 1 page.
/archive/all
v2.42.759
- 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
Additional configurable attributes in the site.config
Theme updates for better menu support
Fixed TagHelper associated with blog default image
v2.40.734
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
- 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
-Fixes an issue with initializing a new blog site from the command line.