dasblog-core

The original DasBlog reimagined with ASP.NET Core

MIT License

Stars
473

Bot releases are hidden (Show)

dasblog-core - v8.0.1200 Latest Release

Published by poppastring 8 months ago

What's Changed

Full Changelog: https://github.com/poppastring/dasblog-core/compare/v8.0.1197...v8.0.1200

dasblog-core - v8.0.1197

Published by poppastring 9 months ago

What's Changed

Full Changelog: https://github.com/poppastring/dasblog-core/compare/v8.0.1194...v8.0.1197

dasblog-core - v8.0.1194

Published by poppastring 11 months ago

Today we are releasing the latest version of DasBlog which supports .NET 8!

What's Changed

Full Changelog: https://github.com/poppastring/dasblog-core/compare/v3.4.1127...v8.0.1194

cc @shanselman

dasblog-core - v3.4.1127

Published by poppastring over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/poppastring/dasblog-core/compare/v3.3.1038...v3.4.1127

dasblog-core - v3.3.1038

Published by poppastring almost 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/poppastring/dasblog-core/compare/v3.2.1003...v3.3.1038

dasblog-core - v3.2.1003

Published by poppastring over 2 years ago

What's Changed

Full Changelog: https://github.com/poppastring/dasblog-core/compare/v3.2.931...v3.2.1003

dasblog-core - v3.2.931

Published by poppastring over 2 years ago

What's Changed

Full Changelog: https://github.com/poppastring/dasblog-core/compare/v3.2.926...v3.2.931

dasblog-core - v3.1.909

Published by poppastring over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/poppastring/dasblog-core/compare/3.0.880...v3.1.909

dasblog-core - v3.0.864

Published by poppastring over 2 years ago

What's Changed

Full Changelog: https://github.com/poppastring/dasblog-core/compare/v3.0.855...v3.0.864

dasblog-core - v3.0.855

Published by poppastring almost 3 years ago

What's Changed

Full Changelog: https://github.com/poppastring/dasblog-core/compare/v3.0.847...v3.0.855

dasblog-core - v3.0.847

Published by poppastring almost 3 years ago

What's Changed

Full Changelog: https://github.com/poppastring/dasblog-core/compare/v3.0.831...v3.0.847

dasblog-core - v3.0.831

Published by poppastring almost 3 years ago

  • Fixed the look ahead calculation when using Adjust Time Zone setting.
dasblog-core - v3.0.826

Published by poppastring almost 3 years ago

  • Fixed the CLI tool
  • Resolved formatting issue with the Site admin page.
dasblog-core - v3.0.817

Published by poppastring almost 3 years ago

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

dasblog-core - v2.43.775

Published by poppastring about 3 years ago

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

dasblog-core - v2.42.759

Published by poppastring over 3 years ago

  • Some improvements to the summary items for default themes
  • Rolled back the double decoding option for blog post content (we always double decode)
dasblog-core - v2.41.750

Published by poppastring over 3 years ago

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

dasblog-core - v2.40.734

Published by poppastring over 3 years ago

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
dasblog-core - v2.32.718

Published by poppastring over 3 years ago

  • 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
dasblog-core - v2.31.701

Published by poppastring over 3 years ago

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