From 224ef3f0c81aa6a01c42c70200e6ef24eff2d0d2 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Fri, 18 Nov 2022 23:29:43 +0000 Subject: [PATCH] Ship tag 5.6.0 --- exampleSite/content/basics/CHANGELOG.md | 26 +++++++++++++++++++++++++ layouts/partials/version.txt | 2 +- 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/exampleSite/content/basics/CHANGELOG.md b/exampleSite/content/basics/CHANGELOG.md index c84926fe75..7fd76859ad 100644 --- a/exampleSite/content/basics/CHANGELOG.md +++ b/exampleSite/content/basics/CHANGELOG.md @@ -1,5 +1,31 @@ # Changelog +## 5.6.0 (2022-11-18) + +### Enhancements + +- [**feature**] toc: improve keyboard handling [#390](https://github.com/McShelby/hugo-theme-relearn/issues/390) +- [**feature**] search: improve keyboard handling [#387](https://github.com/McShelby/hugo-theme-relearn/issues/387) +- [**feature**] search: add dedicated search page [#386](https://github.com/McShelby/hugo-theme-relearn/issues/386) +- [**feature**] theme: make creation of generator meta tag configurable [#383](https://github.com/McShelby/hugo-theme-relearn/issues/383) +- [**feature**] theme: increase build performance [#380](https://github.com/McShelby/hugo-theme-relearn/issues/380) + +### Fixes + +- [**bug**] mermaid: avoid leading whitespace [#394](https://github.com/McShelby/hugo-theme-relearn/issues/394) +- [**bug**] theme: fix build errors when referencing SVGs in markdown [#393](https://github.com/McShelby/hugo-theme-relearn/issues/393) +- [**bug**] variant: avoid neon to leak into IE11 fallback [#392](https://github.com/McShelby/hugo-theme-relearn/issues/392) +- [**bug**] theme: fix urls for file:// protocol in sitemap [#385](https://github.com/McShelby/hugo-theme-relearn/issues/385) +- [**bug**] theme: add id to h1 elements [#384](https://github.com/McShelby/hugo-theme-relearn/issues/384) +- [**bug**] rss: fix display of hidden subpages [#382](https://github.com/McShelby/hugo-theme-relearn/issues/382) +- [**bug**] nav: fix key navigation when pressing wrong modifiers [#379](https://github.com/McShelby/hugo-theme-relearn/issues/379) + +### Maintenance + +- [**task**] mermaid: update to version 9.2.2 [#391](https://github.com/McShelby/hugo-theme-relearn/issues/391) + +--- + ## 5.5.3 (2022-11-10) ### Fixes diff --git a/layouts/partials/version.txt b/layouts/partials/version.txt index 50ef467e71..4cc0e35cb3 100644 --- a/layouts/partials/version.txt +++ b/layouts/partials/version.txt @@ -1 +1 @@ -5.5.3+tip \ No newline at end of file +5.6.0 \ No newline at end of file