diff --git a/CHANGELOG.md b/CHANGELOG.md index c9e3335789..4ac06370a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,29 @@ # Changelog +## 7.6.0 (2025-03-25) + +### Enhancements + +- [**feature**] cookieconsent: prepare theme and docs [#1070](https://github.com/McShelby/hugo-theme-relearn/issues/1070) +- [**feature**] icon: add `style` and `color` options [#1068](https://github.com/McShelby/hugo-theme-relearn/issues/1068) +- [**feature**] tree: add new shortcode [#1067](https://github.com/McShelby/hugo-theme-relearn/issues/1067) +- [**feature**] switcher: reset selection after browser back navigation [#1065](https://github.com/McShelby/hugo-theme-relearn/issues/1065) +- [**feature**] menu: make footer area configurable [#1059](https://github.com/McShelby/hugo-theme-relearn/issues/1059) +- [**feature**] menu: make header area configurable [#1057](https://github.com/McShelby/hugo-theme-relearn/issues/1057) +- [**feature**] theme: add version switcher [#1050](https://github.com/McShelby/hugo-theme-relearn/issues/1050) +- [**feature**] taxonomy: respect user-defined boxstyle for term-list [#1047](https://github.com/McShelby/hugo-theme-relearn/issues/1047) +- [**feature**] i18n: add Ukrainian translation [#1045](https://github.com/McShelby/hugo-theme-relearn/issues/1045) + +### Fixes + +- [**bug**] link: check fragments on same page [#1060](https://github.com/McShelby/hugo-theme-relearn/issues/1060) + +### Maintenance + +- [**task**] openapi: update swagger-ui to 5.20.1 [#1063](https://github.com/McShelby/hugo-theme-relearn/issues/1063) + +--- + ## 7.5.0 (2025-03-04) ### Enhancements diff --git a/docs/content/introduction/changelog/7/6/000.en.md b/docs/content/introduction/changelog/7/6/000.en.md new file mode 100644 index 0000000000..ef65523814 --- /dev/null +++ b/docs/content/introduction/changelog/7/6/000.en.md @@ -0,0 +1,21 @@ +## 7.6.0 (2025-03-25) + +### Enhancements + +- [**feature**] cookieconsent: prepare theme and docs [#1070](https://github.com/McShelby/hugo-theme-relearn/issues/1070) +- [**feature**] icon: add `style` and `color` options [#1068](https://github.com/McShelby/hugo-theme-relearn/issues/1068) +- [**feature**] tree: add new shortcode [#1067](https://github.com/McShelby/hugo-theme-relearn/issues/1067) +- [**feature**] switcher: reset selection after browser back navigation [#1065](https://github.com/McShelby/hugo-theme-relearn/issues/1065) +- [**feature**] menu: make footer area configurable [#1059](https://github.com/McShelby/hugo-theme-relearn/issues/1059) +- [**feature**] menu: make header area configurable [#1057](https://github.com/McShelby/hugo-theme-relearn/issues/1057) +- [**feature**] theme: add version switcher [#1050](https://github.com/McShelby/hugo-theme-relearn/issues/1050) +- [**feature**] taxonomy: respect user-defined boxstyle for term-list [#1047](https://github.com/McShelby/hugo-theme-relearn/issues/1047) +- [**feature**] i18n: add Ukrainian translation [#1045](https://github.com/McShelby/hugo-theme-relearn/issues/1045) + +### Fixes + +- [**bug**] link: check fragments on same page [#1060](https://github.com/McShelby/hugo-theme-relearn/issues/1060) + +### Maintenance + +- [**task**] openapi: update swagger-ui to 5.20.1 [#1063](https://github.com/McShelby/hugo-theme-relearn/issues/1063) diff --git a/docs/content/introduction/changelog/7/6/000.pir.md b/docs/content/introduction/changelog/7/6/000.pir.md new file mode 100644 index 0000000000..564d5aa4a6 --- /dev/null +++ b/docs/content/introduction/changelog/7/6/000.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify >}} diff --git a/docs/content/introduction/changelog/7/6/_index.en.md b/docs/content/introduction/changelog/7/6/_index.en.md new file mode 100644 index 0000000000..ea56b988e3 --- /dev/null +++ b/docs/content/introduction/changelog/7/6/_index.en.md @@ -0,0 +1,11 @@ ++++ +title = 'Version 7.6' +type = 'changelog' +weight = -6 + +[params] + disableToc = false + hidden = true ++++ + +{{% pages showhidden="true" showdivider="true" reverse="true" %}} diff --git a/docs/content/introduction/changelog/7/6/_index.pir.md b/docs/content/introduction/changelog/7/6/_index.pir.md new file mode 100644 index 0000000000..53fb37fe3e --- /dev/null +++ b/docs/content/introduction/changelog/7/6/_index.pir.md @@ -0,0 +1,10 @@ ++++ +title = 'Version 7.6' +type = 'changelog' +weight = -6 + +[params] + disableToc = false + hidden = true ++++ +{{< piratify >}} diff --git a/docs/content/introduction/releasenotes/7/6.en.md b/docs/content/introduction/releasenotes/7/6.en.md index a75fff446c..c260b34bd8 100644 --- a/docs/content/introduction/releasenotes/7/6.en.md +++ b/docs/content/introduction/releasenotes/7/6.en.md @@ -8,7 +8,7 @@ weight = -6 hidden = true +++ -## 7.6.0 (XXXX-XX-XX) {#7-6-0} +## 7.6.0 (2025-03-25) {#7-6-0} ### New diff --git a/docs/content/introduction/releasenotes/7/6.pir.md b/docs/content/introduction/releasenotes/7/6.pir.md new file mode 100644 index 0000000000..578e275eb4 --- /dev/null +++ b/docs/content/introduction/releasenotes/7/6.pir.md @@ -0,0 +1,10 @@ ++++ +title = 'Version 7.6' +type = 'releasenotes' +weight = -6 + +[params] + disableToc = false + hidden = true ++++ +{{< piratify >}} diff --git a/layouts/partials/version.txt b/layouts/partials/version.txt index 7b82ad362e..8df288f274 100644 --- a/layouts/partials/version.txt +++ b/layouts/partials/version.txt @@ -1 +1 @@ -7.5.0+790719bfc92532d670dc7e20c5877a11b978f951 \ No newline at end of file +7.6.0 \ No newline at end of file