Releases: poppastring/dasblog-core
v2.31.692
- 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
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
- 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
Improvements to the workflow of comments.
- Improved data model checks
- Improved error responses
v2.21.661
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
Saves the description field when edit/adding posts from the admin pages.
v2.20.600
- 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
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
Better error messages around comments.
v2.11.561
Support Google Recaptcha