From a854e66af679b1ca7fe13ddfe2227026312c5efa Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Sat, 16 Mar 2024 09:14:25 +0000 Subject: [PATCH] Ship tag 5.26.0 --- exampleSite/content/basics/CHANGELOG.md | 21 +++++++++++++++++++ .../content/basics/migration/_index.en.md | 2 +- layouts/partials/version.txt | 2 +- 3 files changed, 23 insertions(+), 2 deletions(-) diff --git a/exampleSite/content/basics/CHANGELOG.md b/exampleSite/content/basics/CHANGELOG.md index cd6558dce9..a16a920a6b 100644 --- a/exampleSite/content/basics/CHANGELOG.md +++ b/exampleSite/content/basics/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## 5.26.0 (2024-03-16) + +### Enhancements + +- [**feature**] image: add lazy loading image effect option [#803](https://github.com/McShelby/hugo-theme-relearn/issues/803) +- [**feature**] render-hook: support Markdown attributes [#795](https://github.com/McShelby/hugo-theme-relearn/issues/795) +- [**feature**] theme: support full page width [#752](https://github.com/McShelby/hugo-theme-relearn/issues/752) + +### Fixes + +- [**bug**] clipboard: fix broken style if block code is in table [#790](https://github.com/McShelby/hugo-theme-relearn/issues/790) +- [**bug**] nav: browser back navigation does not jump to the correct position [#509](https://github.com/McShelby/hugo-theme-relearn/issues/509) + +### Maintenance + +- [**task**] build: update all available actions to nodejs 20 [#802](https://github.com/McShelby/hugo-theme-relearn/issues/802) +- [**task**] openapi: update swagger-ui to 5.11.10 [#798](https://github.com/McShelby/hugo-theme-relearn/issues/798) +- [**task**] mermaid: update to 10.9.0 [#797](https://github.com/McShelby/hugo-theme-relearn/issues/797) + +--- + ## 5.25.0 (2024-02-29) ### Enhancements diff --git a/exampleSite/content/basics/migration/_index.en.md b/exampleSite/content/basics/migration/_index.en.md index 8d1ec4531f..c4f3367c5c 100644 --- a/exampleSite/content/basics/migration/_index.en.md +++ b/exampleSite/content/basics/migration/_index.en.md @@ -18,7 +18,7 @@ This document shows you what's new in the latest release and flags it with one o --- -## 5.26.0.beta (XXX) {#5260} +## 5.26.0 (2024-03-16) {#5260} - {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The lazy loading of images is now configurable by using the new `lazy` [image effect](cont/imageeffects). The default value hasn't changed in comparison to older versions, you don't need to change anything. diff --git a/layouts/partials/version.txt b/layouts/partials/version.txt index 8864d0604c..a5e9572308 100644 --- a/layouts/partials/version.txt +++ b/layouts/partials/version.txt @@ -1 +1 @@ -5.25.0+tip \ No newline at end of file +5.26.0 \ No newline at end of file