From 73672a72f13380a86b63dbacfbc5d21d073f5412 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Fri, 11 Oct 2024 14:18:28 +0000 Subject: [PATCH] Ship tag 6.4.1 --- CHANGELOG.md | 15 ++++++++++++--- exampleSite/content/basics/migration/_index.en.md | 2 +- layouts/partials/version.txt | 2 +- 3 files changed, 14 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0892a729a5..55e76fd956 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 6.4.1 (2024-10-11) + +[What's new in this release](https://mcshelby.github.io/hugo-theme-relearn/basics/migration/#640) + +### Fixes + +- [**bug**] highlight: remove additional newlines from code if copied from cursor selection [#925](https://github.com/McShelby/hugo-theme-relearn/issues/925) + +--- + ## 6.4.0 (2024-09-12) [What's new in this release](https://mcshelby.github.io/hugo-theme-relearn/basics/migration/#640) @@ -103,7 +113,7 @@ - [**task**] theme: remove special cases for LanguageCode [#861](https://github.com/McShelby/hugo-theme-relearn/issues/861) - [**task**] link: adjust to Hugo's build-in code [#858](https://github.com/McShelby/hugo-theme-relearn/issues/858) - [**task**] image: adjust to Hugo's build-in code [#857](https://github.com/McShelby/hugo-theme-relearn/issues/857) -- [**task**] opengraph: sync to Hugo’s implementation [#856](https://github.com/McShelby/hugo-theme-relearn/issues/856) +- [**task**] opengraph: sync to Hugo's implementation [#856](https://github.com/McShelby/hugo-theme-relearn/issues/856) - [**task**] i18n: improve file naming [#848](https://github.com/McShelby/hugo-theme-relearn/issues/848) --- @@ -1374,7 +1384,7 @@ ### Fixes -- [**bug**] favicon: fix URL if site resides in subfolder [#302](https://github.com/McShelby/hugo-theme-relearn/issues/302) +- [**bug**] favicon: fix URL if site resides in subdirectory [#302](https://github.com/McShelby/hugo-theme-relearn/issues/302) - [**bug**] code: show copy-to-clipboard marker for blocklevel code [#298](https://github.com/McShelby/hugo-theme-relearn/issues/298) - [**bug**] menu: make active expander visible on hover [#297](https://github.com/McShelby/hugo-theme-relearn/issues/297) - [**bug**] print: disable arrow navigation [#294](https://github.com/McShelby/hugo-theme-relearn/issues/294) @@ -1936,7 +1946,6 @@ - [**feature**] hidden pages: remove from RSS feed, JSON, taxonomy etc [#102](https://github.com/McShelby/hugo-theme-relearn/issues/102) - [**feature**] theme: announce alternative content in header [#101](https://github.com/McShelby/hugo-theme-relearn/issues/101) - [**feature**] menu: frontmatter option to change sort predicate [#98](https://github.com/McShelby/hugo-theme-relearn/issues/98) -- [**feature**] menu: frontmatter option to change sort predicate [#98](https://github.com/McShelby/hugo-theme-relearn/issues/98) - [**feature**] menu: add default setting for menu expansion [#97](https://github.com/McShelby/hugo-theme-relearn/issues/97) - [**feature**] theme: improve print style [#93](https://github.com/McShelby/hugo-theme-relearn/issues/93) - [**feature**] theme: improve style [#92](https://github.com/McShelby/hugo-theme-relearn/issues/92) diff --git a/exampleSite/content/basics/migration/_index.en.md b/exampleSite/content/basics/migration/_index.en.md index 7e4d446da6..69ae0ae9bd 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 --- -## 6.4.0 (2024-09-12) {#640} +## 6.4.0 (2024-10-11) {#640} - {{% badge style="note" title=" " %}}Change{{% /badge %}} If you now display a single code block in a `notice` box, its [margin and border will be removed](shortcodes/notice#code-with-collapsed-colored-borders) so only the colored notice border is visible. diff --git a/layouts/partials/version.txt b/layouts/partials/version.txt index 13a59cfce8..306894a15e 100644 --- a/layouts/partials/version.txt +++ b/layouts/partials/version.txt @@ -1 +1 @@ -6.4.0+tip \ No newline at end of file +6.4.1 \ No newline at end of file