From f2f5bcf755ee86cae0beea867e5280294506b7dd Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Sat, 26 Aug 2023 16:15:38 +0000 Subject: [PATCH] Ship tag 5.20.0 --- exampleSite/content/basics/CHANGELOG.md | 23 +++++++++++++++++++ .../content/basics/migration/_index.en.md | 2 +- layouts/partials/version.txt | 2 +- 3 files changed, 25 insertions(+), 2 deletions(-) diff --git a/exampleSite/content/basics/CHANGELOG.md b/exampleSite/content/basics/CHANGELOG.md index b4e6c301d4..b0dc3efc00 100644 --- a/exampleSite/content/basics/CHANGELOG.md +++ b/exampleSite/content/basics/CHANGELOG.md @@ -1,5 +1,28 @@ # Changelog +## 5.20.0 (2023-08-26) + +### Enhancements + +- [**feature**][**change**] theme: support for colored borders between menu and content [#626](https://github.com/McShelby/hugo-theme-relearn/issues/626) +- [**feature**] image: allow option to apply image effects globally [#623](https://github.com/McShelby/hugo-theme-relearn/issues/623) +- [**feature**][**change**] openapi: switch to light syntaxhighlightning where applicable [#621](https://github.com/McShelby/hugo-theme-relearn/issues/621) +- [**feature**] images: document usage of images with links [#576](https://github.com/McShelby/hugo-theme-relearn/issues/576) + +### Fixes + +- [**bug**] highlight: fix rendering for Hugo < 0.111 [#630](https://github.com/McShelby/hugo-theme-relearn/issues/630) +- [**bug**] search: remove link underline on dedicated search page [#627](https://github.com/McShelby/hugo-theme-relearn/issues/627) +- [**bug**] highlight: don't switch to block view if hl_inline=true [#618](https://github.com/McShelby/hugo-theme-relearn/issues/618) +- [**bug**] variant: minor adjustments to zen variants [#617](https://github.com/McShelby/hugo-theme-relearn/issues/617) +- [**bug**] mermaid: lazy render graph if it is initially hidden [#187](https://github.com/McShelby/hugo-theme-relearn/issues/187) + +### Maintenance + +- [**task**] openapi: update to swagger 5.4.1 [#620](https://github.com/McShelby/hugo-theme-relearn/issues/620) + +--- + ## 5.19.0 (2023-08-12) ### Enhancements diff --git a/exampleSite/content/basics/migration/_index.en.md b/exampleSite/content/basics/migration/_index.en.md index 17793fe4f2..20b8e1e948 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. For a detailed list of --- -## 5.20.0 (0000-00-00) {#0} +## 5.20.0 (2023-08-26) {#5200} - {{% badge style="note" title=" " %}}Change{{% /badge %}} The theme has updated its Swagger dependency to 5.4.1 for the [`openapi` shortcode]({{% relref "shortcodes/openapi" %}}). diff --git a/layouts/partials/version.txt b/layouts/partials/version.txt index 6a561cde32..e0b67f8a2c 100644 --- a/layouts/partials/version.txt +++ b/layouts/partials/version.txt @@ -1 +1 @@ -5.19.0+tip \ No newline at end of file +5.20.0 \ No newline at end of file