Skip to content

Releases: poppastring/dasblog-core

v2.31.692

12 Jan 02:53
4489ccc
Compare
Choose a tag to compare
  • Support for an "about" page, enabled via the Site Admin page.
  • Improved the edit tag helper, allows the default text to change.
  • Added a post image tag helper.

v2.30.686

05 Jan 03:08
48f5de0
Compare
Choose a tag to compare

Allows you to manage comments more effectively, by including a comment management page and a new tag helper

  • /admin/manage-comments
  • <comment-management-link post="@Model" />

v2.23.680

29 Dec 02:14
bbd5bed
Compare
Choose a tag to compare
  • Admin pages use the default "dasblog" theme.
  • Password gets hashed using a better algorithm
  • Default security support for CSS and scripts from Froala, TinyMCE, NicEdit

v2.22.666

17 Dec 01:39
31b1909
Compare
Choose a tag to compare

Improvements to the workflow of comments.

  • Improved data model checks
  • Improved error responses

v2.21.661

09 Dec 04:13
fee3ed3
Compare
Choose a tag to compare

Support individual "No comments" on blog posts.
Update to the latest Noda version
Update to the latest AppInsights version, AppInsights key added to the appsettings.json
Password strictness is defined by appsettings.json
Updating passwords takes immediate effect (no longer requires restart)

This allows you to startup immediately following deployment in a "Production" (or Staging, etc.) environment without having to manual create the environment config files.

site.[Environment].config, meta.[Environment].Config, and appSettings.[Environment].Config become optional files [in ConfigurationBuilder()..AddXmlFile()], So if they are missing you will not fail, login and save settings will create new files for you.

siteSecurity.[Environment].Config and IISUrlRewrite.[Environment].Config are now created as part of the start up checks.This will not impact existing deployments.

v2.20.624

31 Oct 03:02
ebb6941
Compare
Choose a tag to compare

Saves the description field when edit/adding posts from the admin pages.

v2.20.600

14 Oct 02:03
17974d7
Compare
Choose a tag to compare
  • Support the oldest dasblog links e.g. "/PermaLink.aspx?guid=b5790285-2eb7-4198-ac1d-6cfbf20735a4"
  • Fix og:type definition
  • Better support for Permission policy in browsers
  • Support old concept of Radio Userland Stories
  • Support access CSS associated with any theme
  • Support for HTTP HEAD in RSS

v2.20.572

25 Sep 03:41
17974d7
Compare
Choose a tag to compare

Includes new security tags in the site.config file, the following are good defaults for DasBlog Core.

SecurityStyleSources, example content:
www.google.com;platform.twitter.com;cdn.syndication.twimg.com;fonts.googleapis.com;maxcdn.bootstrapcdn.com

SecurityScriptSources, example content:
www.google.com;cse.google.com;cdn.syndication.twimg.com;platform.twitter.com;apis.google.com;ajax.aspnetcdn.com

v2.11.566

23 Sep 02:26
4b12c19
Compare
Choose a tag to compare

Better error messages around comments.

v2.11.561

01 Sep 02:55
a8884e1
Compare
Choose a tag to compare

Support Google Recaptcha