Releases: poppastring/dasblog-core
Releases · poppastring/dasblog-core
10.2.1685
What's Changed
- Time zone handling to allow fractional hour by @poppastring in #787
- Improving Uploading and Editing Images by @poppastring in #788
- Refactor Tag attributes handling and add unit tests by @poppastring in #789
- Improvement for time zone handling by @poppastring in #798
- Use blog timezone for content lookahead window by @poppastring in #799
- fix and feature enhancement for SMTP by @poppastring in #801
- Reduce padding in container and article styles by @poppastring in #802
- Security enhancement for blog post deletion by @poppastring in #803
- Refactor edit link helpers for DI and root-relative URLs by @poppastring in #804
- Add invariant double model binder and update Recaptcha field by @poppastring in #805
- Add theme switcher with persisted color mode support by @poppastring in #806
- Theme Management by @poppastring in #807
- Bump version to 10.1.0 across all projects by @poppastring in #809
- Update layout-default-home.png and layout-summary-home.png by @poppastring in #812
- UX improvements for admin and theme editing by @poppastring in #814
- Adds admin support for managing static HTML pages by @poppastring in #818
- UI/UX enhancement for comment moderation and sidebar widgets by @poppastring in #819
- Add alt attribute logic to PostImageTagHelper for WCAG by @poppastring in #820
- Cleanup comment and post management actions by @poppastring in #821
- Limit form field selection to Comments section only by @poppastring in #822
- Re-enable disabled fields before form submit by @poppastring in #823
- UI updates based on site configuration by @poppastring in #824
- Update dependencies and AutoMapper registration by @poppastring in #825
- UI and unit tests by @poppastring in #826
- Remove Docker support: delete Dockerfile and .dockerignore by @poppastring in #827
- Build automation improvements by @poppastring in #828
- Publish NuGet artifacts and update template packaging by @poppastring in #829
- Fix template parameter replacements for blogUrl and adminEmail by @poppastring in #830
- Update Nuget Defaults by @poppastring in #831
Full Changelog: v10.0.1552...v10.2.1685
10.0.1552
What's Changed
- Admin Design Updates by @poppastring in #718
- Improve the admin mechanics by @poppastring in #725
- Cryptographic method cleanup by @poppastring in #726
- Refactor FindHeroImage to return URL and alt attributes by @poppastring in #727
- Unit tests for DasBlogSettings by @poppastring in #728
- Creating additional unit tests by @poppastring in #729
- Refactor GetAllEntries test to filter old entries by @poppastring in #732
- Replace Assert.Equal() with Assert.Single() for collection size checks (xUnit2013) by @Copilot in #739
- Remove unused siteConfigMock field from SiteSecurityManagerTest by @Copilot in #734
- Fix CS8981: Rename lowercase type names to PascalCase by @Copilot in #745
- Support for Atom Feeds by @poppastring in #750
- Add custom validation for TinyMCE API Key in SiteViewModel by @poppastring in #751
- UI enhancements for admin interface by @poppastring in #752
- Redesign cookie consent banner with improved UX & config by @poppastring in #753
- Improve category dropdown by separating display and value by @poppastring in #755
- Design and UI modernization by @poppastring in #758
- Improve avatar email lookup and alt text in UserAvatarTagHelper by @poppastring in #759
- Add null/whitespace check for post title validation by @poppastring in #760
- Remove unused private fields from SiteConfig.cs by @Copilot in #763
- Replace obsolete WebRequest with HttpClient in trackback worker by @Copilot in #762
- Fix ASP0019: Replace Headers.Add with indexer syntax by @Copilot in #765
- Fix CA2200: Preserve stack trace when re-throwing exceptions in XmlRpcManager by @Copilot in #764
- Fixed existing About page feature by @poppastring in #767
- Code cleanup for admin by @poppastring in #769
- Prefill admin info in comment reply form by @poppastring in #770
- Update nav links to use tag helpers; fix comment admin URLs by @poppastring in #771
- Improve URL generation using ASP.NET Core helpers by @poppastring in #772
- Playwright Support by @poppastring in #773
- Add New Themes by @poppastring in #774
- Refactor managers and services by @poppastring in #775
- Code clean up round 2 by @poppastring in #776
- Fix captive dependency: make DasBlogSettings reactive to config changes by @poppastring in #777
- Improve configuration and dependency injection by @poppastring in #778
- Code cleanup and middleware order correction by @poppastring in #779
- Enable runtime switching of blog permalink formats by @poppastring in #780
- Remove EnableAboutView and About page functionality by @poppastring in #781
- Removing redundant settings (Part 1) by @poppastring in #782
- Removing redundant settings (part 2) by @poppastring in #783
- Clean up settings (part 3) by @poppastring in #784
- Upgrade to .NET 10 by @poppastring in #785
- Update .NET version in pipeline to 10.0 by @poppastring in #786
New Contributors
- @Copilot made their first contribution in #739
Full Changelog: v8.1.1274...v10.0.1552
v8.1.1274
What's Changed
- Enable central NuGet package version management by @vbaderks in #708
- Resolve NuGet warnings NU1902 and NU1903 by updating NuGet packages by @vbaderks in #709
- Change RecaptchaMinimumScore from input text to number to solve #706 by @vbaderks in #710
- Updating UI resources by @poppastring in #713
- Enhance StripHtml method in StringExtensions.cs by @poppastring in #714
- Avoiding a stackoverflow exception by @poppastring in #715
- Add BlueSky sharing support to blog posts by @poppastring in #716
New Contributors
Full Changelog: v8.0.1200...v8.1.1274
v8.0.1200
What's Changed
- Removed satellite resource language folders by @poppastring in #699
Full Changelog: v8.0.1197...v8.0.1200
v8.0.1197
What's Changed
- Update the runtime config file by @poppastring in #696
Full Changelog: v8.0.1194...v8.0.1197
v8.0.1194
Today we are releasing the latest version of DasBlog which supports .NET 8!
What's Changed
- Upgrade dotnet 8 by @poppastring in #691
- First implementation of static pages as per #686. by @thousandtyone in #688
- Support defining a hero image (with help from Copilot) by @poppastring in #692
- Simplify the site initialization process by @poppastring in #693
Full Changelog: v3.4.1127...v8.0.1194
cc @shanselman
v3.4.1127
What's Changed
- Support for Markdown in Comments by @thousandtyone in #664
- Twitter Card Model Fix by @clemensv in #667
- Webfinger cleanup by @clemensv in #666
- Adding view data to base controller and fixing description by @clemensv in #668
- Fixing issues occuring when dasBlog uses a subdir by @clemensv in #669
- Find your blog from the Fediverse by @poppastring in #676
- Optional embeddings in blog posts for bare links by @clemensv in #677
- Adding CDN support for binary content. Configurable from site.config. by @noopman in #678
- Fixed for WebFinger account validation by @poppastring in #681
- Pin to home by @poppastring in #682
New Contributors
Full Changelog: v3.3.1038...v3.4.1127
v3.3.1038
What's Changed
- Increased day count by @lodenrogue in #641
- Updated scheduling to use Coravel by @poppastring in #642
- Replace client side caching #603 by @zukomgwili in #646
- Support for webfinger by @poppastring in #651
- Removed the additional ampersand. by @poppastring in #652
- Fixed the user url in the webfinger response. by @poppastring in #654
- Fixed the subject by @poppastring in #655
- Reformat the subject ... again. by @poppastring in #656
- Removed references to Mastodon email. by @poppastring in #657
- "wellknow" should have a dash in it. by @poppastring in #658
New Contributors
- @lodenrogue made their first contribution in #641
Full Changelog: v3.2.1003...v3.3.1038
v3.2.1003
What's Changed
- Added source link references. by @poppastring in #632
- Source Link included in all projects. by @poppastring in #634
- Fix a few bugs by @poppastring in #639
Full Changelog: v3.2.931...v3.2.1003
v3.2.931
What's Changed
- Remove unnecessary svg files. by @poppastring in #631
Full Changelog: v3.2.926...v3.2.931