From e216d4614c344be0750439179a399065f0a79982 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Thu, 8 Jun 2023 16:04:01 +0000 Subject: [PATCH] Ship tag 5.16.0 --- exampleSite/content/basics/CHANGELOG.md | 18 ++++++++++++++++++ .../content/basics/migration/_index.en.md | 2 +- layouts/partials/version.txt | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/exampleSite/content/basics/CHANGELOG.md b/exampleSite/content/basics/CHANGELOG.md index 593ac65f2c0..db63e60c320 100644 --- a/exampleSite/content/basics/CHANGELOG.md +++ b/exampleSite/content/basics/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## 5.16.0 (2023-06-08) + +### Enhancements + +- [**feature**] tabs: add title and icon option [#552](https://github.com/McShelby/hugo-theme-relearn/issues/552) +- [**feature**] shortcodes: add style option to mimic code box color scheme [#551](https://github.com/McShelby/hugo-theme-relearn/issues/551) +- [**feature**] tabs: support color options [#550](https://github.com/McShelby/hugo-theme-relearn/issues/550) +- [**feature**] favicon: add light & dark option for OS's prefered color scheme [#549](https://github.com/McShelby/hugo-theme-relearn/issues/549) + +### Fixes + +- [**bug**] icon: remove whitespace on start [#560](https://github.com/McShelby/hugo-theme-relearn/issues/560) +- [**bug**] shortcodes: avoid superflous margin at start and end of content [#558](https://github.com/McShelby/hugo-theme-relearn/issues/558) +- [**bug**] expand: fix html encoding of finishing content tag [#557](https://github.com/McShelby/hugo-theme-relearn/issues/557) +- [**bug**] icon: fix ouput "raw HTML omitted" with goldmark config unsafe=false [#555](https://github.com/McShelby/hugo-theme-relearn/issues/555) + +--- + ## 5.15.2 (2023-05-29) ### Enhancements diff --git a/exampleSite/content/basics/migration/_index.en.md b/exampleSite/content/basics/migration/_index.en.md index abcbf0a4a9a..a41b69ce05c 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.16.0 (2023-06-05) +## 5.16.0 (2023-06-08) - {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The [`tabs` shortcode]({{% relref "shortcodes/tabs" %}}) and the [`tab` shortcode]({{% relref "shortcodes/tab" %}}) received some love and now align with their style, color, title and icon parameter to the other shortcodes. diff --git a/layouts/partials/version.txt b/layouts/partials/version.txt index 8301ea6d309..6fc6275499b 100644 --- a/layouts/partials/version.txt +++ b/layouts/partials/version.txt @@ -1 +1 @@ -5.15.2+tip \ No newline at end of file +5.16.0 \ No newline at end of file