diff --git a/CHANGELOG.md b/CHANGELOG.md index ebccb1079c..b5232d8eb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,43 @@ # Changelog +## 7.4.0 (2025-02-18) + +### Enhancements + +- [**feature**] theme: make content footer configurable [#1025](https://github.com/McShelby/hugo-theme-relearn/issues/1025) +- [**feature**] favicon: respect assets directory [#1023](https://github.com/McShelby/hugo-theme-relearn/issues/1023) +- [**feature**] code: wrap inline code if necessary [#1022](https://github.com/McShelby/hugo-theme-relearn/issues/1022) +- [**feature**] image: support for inlining image content [#1019](https://github.com/McShelby/hugo-theme-relearn/issues/1019) +- [**feature**] search: remove warning for deprecated JSON output format [#1017](https://github.com/McShelby/hugo-theme-relearn/issues/1017) +- [**feature**] children: improve if listed as headings [#1015](https://github.com/McShelby/hugo-theme-relearn/issues/1015) +- [**feature**] menu: adjust contrast of zen variants [#1013](https://github.com/McShelby/hugo-theme-relearn/issues/1013) +- [**feature**] logo: make header color configurable [#1012](https://github.com/McShelby/hugo-theme-relearn/issues/1012) +- [**feature**] theme: add compat way of including scripts [#1009](https://github.com/McShelby/hugo-theme-relearn/issues/1009) +- [**feature**][**change**] menu: support downloadable links [#1008](https://github.com/McShelby/hugo-theme-relearn/issues/1008) +- [**feature**] link: add check for menu links [#1002](https://github.com/McShelby/hugo-theme-relearn/issues/1002) +- [**feature**] theme: add new source output format [#1001](https://github.com/McShelby/hugo-theme-relearn/issues/1001) +- [**feature**] openapi: make collapse-all work for tag sections [#999](https://github.com/McShelby/hugo-theme-relearn/issues/999) +- [**feature**] theme: make table headers sticky [#997](https://github.com/McShelby/hugo-theme-relearn/issues/997) +- [**feature**] link: add ignore list to checker to skip certain URLs [#971](https://github.com/McShelby/hugo-theme-relearn/issues/971) +- [**feature**] menu: increase expander left margin [#943](https://github.com/McShelby/hugo-theme-relearn/issues/943) +- [**feature**][**change**] link: support link variations through query parameter [#850](https://github.com/McShelby/hugo-theme-relearn/issues/850) + +### Fixes + +- [**bug**] include: a11y: remove first heading for screen reader if hideFirstHeading [#1028](https://github.com/McShelby/hugo-theme-relearn/issues/1028) +- [**bug**] breadcrumbs: default to site title for home page [#1027](https://github.com/McShelby/hugo-theme-relearn/issues/1027) +- [**bug**] breadcrumb: fix Google Search Console errors [#1026](https://github.com/McShelby/hugo-theme-relearn/issues/1026) +- [**bug**] mermaid: tooltips cause page layout to shift [#1021](https://github.com/McShelby/hugo-theme-relearn/issues/1021) +- [**bug**] scroll: live reload doesn't preserve the scroll position [#1014](https://github.com/McShelby/hugo-theme-relearn/issues/1014) +- [**bug**] theme: guard access to page.File.Filename [#1005](https://github.com/McShelby/hugo-theme-relearn/issues/1005) +- [**bug**] variant: fix table contrast issue [#998](https://github.com/McShelby/hugo-theme-relearn/issues/998) + +### Maintenance + +- [**task**] docs: move docs and provide a simple exampleSite [#1003](https://github.com/McShelby/hugo-theme-relearn/issues/1003) + +--- + ## 7.3.2 (2025-01-26) ### Fixes diff --git a/docs/content/introduction/changelog/7/4/000.en.md b/docs/content/introduction/changelog/7/4/000.en.md new file mode 100644 index 0000000000..a7791b9ac2 --- /dev/null +++ b/docs/content/introduction/changelog/7/4/000.en.md @@ -0,0 +1,35 @@ +## 7.4.0 (2025-02-18) + +### Enhancements + +- [**feature**] theme: make content footer configurable [#1025](https://github.com/McShelby/hugo-theme-relearn/issues/1025) +- [**feature**] favicon: respect assets directory [#1023](https://github.com/McShelby/hugo-theme-relearn/issues/1023) +- [**feature**] code: wrap inline code if necessary [#1022](https://github.com/McShelby/hugo-theme-relearn/issues/1022) +- [**feature**] image: support for inlining image content [#1019](https://github.com/McShelby/hugo-theme-relearn/issues/1019) +- [**feature**] search: remove warning for deprecated JSON output format [#1017](https://github.com/McShelby/hugo-theme-relearn/issues/1017) +- [**feature**] children: improve if listed as headings [#1015](https://github.com/McShelby/hugo-theme-relearn/issues/1015) +- [**feature**] menu: adjust contrast of zen variants [#1013](https://github.com/McShelby/hugo-theme-relearn/issues/1013) +- [**feature**] logo: make header color configurable [#1012](https://github.com/McShelby/hugo-theme-relearn/issues/1012) +- [**feature**] theme: add compat way of including scripts [#1009](https://github.com/McShelby/hugo-theme-relearn/issues/1009) +- [**feature**][**change**] menu: support downloadable links [#1008](https://github.com/McShelby/hugo-theme-relearn/issues/1008) +- [**feature**] link: add check for menu links [#1002](https://github.com/McShelby/hugo-theme-relearn/issues/1002) +- [**feature**] theme: add new source output format [#1001](https://github.com/McShelby/hugo-theme-relearn/issues/1001) +- [**feature**] openapi: make collapse-all work for tag sections [#999](https://github.com/McShelby/hugo-theme-relearn/issues/999) +- [**feature**] theme: make table headers sticky [#997](https://github.com/McShelby/hugo-theme-relearn/issues/997) +- [**feature**] link: add ignore list to checker to skip certain URLs [#971](https://github.com/McShelby/hugo-theme-relearn/issues/971) +- [**feature**] menu: increase expander left margin [#943](https://github.com/McShelby/hugo-theme-relearn/issues/943) +- [**feature**][**change**] link: support link variations through query parameter [#850](https://github.com/McShelby/hugo-theme-relearn/issues/850) + +### Fixes + +- [**bug**] include: a11y: remove first heading for screen reader if hideFirstHeading [#1028](https://github.com/McShelby/hugo-theme-relearn/issues/1028) +- [**bug**] breadcrumbs: default to site title for home page [#1027](https://github.com/McShelby/hugo-theme-relearn/issues/1027) +- [**bug**] breadcrumb: fix Google Search Console errors [#1026](https://github.com/McShelby/hugo-theme-relearn/issues/1026) +- [**bug**] mermaid: tooltips cause page layout to shift [#1021](https://github.com/McShelby/hugo-theme-relearn/issues/1021) +- [**bug**] scroll: live reload doesn't preserve the scroll position [#1014](https://github.com/McShelby/hugo-theme-relearn/issues/1014) +- [**bug**] theme: guard access to page.File.Filename [#1005](https://github.com/McShelby/hugo-theme-relearn/issues/1005) +- [**bug**] variant: fix table contrast issue [#998](https://github.com/McShelby/hugo-theme-relearn/issues/998) + +### Maintenance + +- [**task**] docs: move docs and provide a simple exampleSite [#1003](https://github.com/McShelby/hugo-theme-relearn/issues/1003) diff --git a/docs/content/introduction/changelog/7/4/000.pir.md b/docs/content/introduction/changelog/7/4/000.pir.md new file mode 100644 index 0000000000..564d5aa4a6 --- /dev/null +++ b/docs/content/introduction/changelog/7/4/000.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify >}} diff --git a/docs/content/introduction/changelog/7/4/_index.en.md b/docs/content/introduction/changelog/7/4/_index.en.md new file mode 100644 index 0000000000..7676a4683f --- /dev/null +++ b/docs/content/introduction/changelog/7/4/_index.en.md @@ -0,0 +1,9 @@ ++++ +disableToc = false +hidden = true +title = "Version 7.4" +type = "changelog" +weight = -4 ++++ + +{{% pages showhidden="true" showdivider="true" reverse="true" %}} diff --git a/docs/content/introduction/changelog/7/4/_index.pir.md b/docs/content/introduction/changelog/7/4/_index.pir.md new file mode 100644 index 0000000000..9c7aafca06 --- /dev/null +++ b/docs/content/introduction/changelog/7/4/_index.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 7.4" +type = "changelog" +weight = -4 ++++ +{{< piratify >}} diff --git a/docs/content/introduction/releasenotes/7/4.en.md b/docs/content/introduction/releasenotes/7/4.en.md index a5a992cd48..de47ca0706 100644 --- a/docs/content/introduction/releasenotes/7/4.en.md +++ b/docs/content/introduction/releasenotes/7/4.en.md @@ -6,7 +6,7 @@ type = "releasenotes" weight = -4 +++ -## 7.4.0 (XXXX-XX-XX) {#7-4-0} +## 7.4.0 (2025-02-18) {#7-4-0} ### Change diff --git a/docs/content/introduction/releasenotes/7/4.pir.md b/docs/content/introduction/releasenotes/7/4.pir.md new file mode 100644 index 0000000000..4b91444773 --- /dev/null +++ b/docs/content/introduction/releasenotes/7/4.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 7.4" +type = "releasenotes" +weight = -4 ++++ +{{< piratify >}} diff --git a/layouts/partials/version.txt b/layouts/partials/version.txt index e66f91daf4..b616717999 100644 --- a/layouts/partials/version.txt +++ b/layouts/partials/version.txt @@ -1 +1 @@ -7.3.2+08d2484fa5f49e95464433c24524243e59892b13 \ No newline at end of file +7.4.0 \ No newline at end of file