From 4391760c8bc1f27be60e472ecb326a2d3644c042 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Sun, 7 Apr 2024 21:49:31 +0000 Subject: [PATCH] Ship tag 5.27.0 --- exampleSite/content/basics/CHANGELOG.md | 19 +++++++++++++++++++ .../content/basics/migration/_index.en.md | 2 +- layouts/partials/version.txt | 2 +- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/exampleSite/content/basics/CHANGELOG.md b/exampleSite/content/basics/CHANGELOG.md index 180439a128..c814d0e138 100644 --- a/exampleSite/content/basics/CHANGELOG.md +++ b/exampleSite/content/basics/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## 5.27.0 (2024-04-07) + +### Enhancements + +- [**feature**] theme: simplify title generation [#825](https://github.com/McShelby/hugo-theme-relearn/issues/825) +- [**feature**] theme: adjust to Hugo's build-in code [#824](https://github.com/McShelby/hugo-theme-relearn/issues/824) +- [**feature**] link: warn if fragment is not found [#823](https://github.com/McShelby/hugo-theme-relearn/issues/823) +- [**feature**] theme: add styling for selected HTML elements [#822](https://github.com/McShelby/hugo-theme-relearn/issues/822) +- [**feature**] a11y: improve search box [#821](https://github.com/McShelby/hugo-theme-relearn/issues/821) +- [**feature**][**change**] dependencies: make loader more versatile [#820](https://github.com/McShelby/hugo-theme-relearn/issues/820) +- [**feature**] nav: scroll to prev/next heading using keyboard shortcut [#819](https://github.com/McShelby/hugo-theme-relearn/issues/819) +- [**feature**] breadcrumb: use .LinkTitle instead of .Title if available [#816](https://github.com/McShelby/hugo-theme-relearn/issues/816) + +### Fixes + +- [**bug**] scrollbar: scroll bar in side menu gets stuck in dragged state on mobile [#808](https://github.com/McShelby/hugo-theme-relearn/issues/808) + +--- + ## 5.26.2 (2024-03-18) ### Enhancements diff --git a/exampleSite/content/basics/migration/_index.en.md b/exampleSite/content/basics/migration/_index.en.md index 1a9c8357e6..845f174035 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.27.0.beta (XXXX-XX-XX) {#5270} +## 5.27.0 (2024-04-07) {#5270} - {{% badge color="fuchsia" icon="fa-fw fab fa-hackerrank" title=" " %}}0.121.0{{% /badge %}} This release requires a newer Hugo version. diff --git a/layouts/partials/version.txt b/layouts/partials/version.txt index 8706dea259..6930a7834b 100644 --- a/layouts/partials/version.txt +++ b/layouts/partials/version.txt @@ -1 +1 @@ -5.26.2+tip \ No newline at end of file +5.27.0 \ No newline at end of file