Skip to content

Commit 6e26088

Browse files
author
GitHub Actions Bot
committed
Ship tag 7.6.0
1 parent ca1e3e6 commit 6e26088

File tree

8 files changed

+81
-2
lines changed

8 files changed

+81
-2
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Changelog
22

3+
## 7.6.0 (2025-03-25)
4+
5+
### Enhancements
6+
7+
- [**feature**] cookieconsent: prepare theme and docs [#1070](https://github.com/McShelby/hugo-theme-relearn/issues/1070)
8+
- [**feature**] icon: add `style` and `color` options [#1068](https://github.com/McShelby/hugo-theme-relearn/issues/1068)
9+
- [**feature**] tree: add new shortcode [#1067](https://github.com/McShelby/hugo-theme-relearn/issues/1067)
10+
- [**feature**] switcher: reset selection after browser back navigation [#1065](https://github.com/McShelby/hugo-theme-relearn/issues/1065)
11+
- [**feature**] menu: make footer area configurable [#1059](https://github.com/McShelby/hugo-theme-relearn/issues/1059)
12+
- [**feature**] menu: make header area configurable [#1057](https://github.com/McShelby/hugo-theme-relearn/issues/1057)
13+
- [**feature**] theme: add version switcher [#1050](https://github.com/McShelby/hugo-theme-relearn/issues/1050)
14+
- [**feature**] taxonomy: respect user-defined boxstyle for term-list [#1047](https://github.com/McShelby/hugo-theme-relearn/issues/1047)
15+
- [**feature**] i18n: add Ukrainian translation [#1045](https://github.com/McShelby/hugo-theme-relearn/issues/1045)
16+
17+
### Fixes
18+
19+
- [**bug**] link: check fragments on same page [#1060](https://github.com/McShelby/hugo-theme-relearn/issues/1060)
20+
21+
### Maintenance
22+
23+
- [**task**] openapi: update swagger-ui to 5.20.1 [#1063](https://github.com/McShelby/hugo-theme-relearn/issues/1063)
24+
25+
---
26+
327
## 7.5.0 (2025-03-04)
428

529
### Enhancements
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
## 7.6.0 (2025-03-25)
2+
3+
### Enhancements
4+
5+
- [**feature**] cookieconsent: prepare theme and docs [#1070](https://github.com/McShelby/hugo-theme-relearn/issues/1070)
6+
- [**feature**] icon: add `style` and `color` options [#1068](https://github.com/McShelby/hugo-theme-relearn/issues/1068)
7+
- [**feature**] tree: add new shortcode [#1067](https://github.com/McShelby/hugo-theme-relearn/issues/1067)
8+
- [**feature**] switcher: reset selection after browser back navigation [#1065](https://github.com/McShelby/hugo-theme-relearn/issues/1065)
9+
- [**feature**] menu: make footer area configurable [#1059](https://github.com/McShelby/hugo-theme-relearn/issues/1059)
10+
- [**feature**] menu: make header area configurable [#1057](https://github.com/McShelby/hugo-theme-relearn/issues/1057)
11+
- [**feature**] theme: add version switcher [#1050](https://github.com/McShelby/hugo-theme-relearn/issues/1050)
12+
- [**feature**] taxonomy: respect user-defined boxstyle for term-list [#1047](https://github.com/McShelby/hugo-theme-relearn/issues/1047)
13+
- [**feature**] i18n: add Ukrainian translation [#1045](https://github.com/McShelby/hugo-theme-relearn/issues/1045)
14+
15+
### Fixes
16+
17+
- [**bug**] link: check fragments on same page [#1060](https://github.com/McShelby/hugo-theme-relearn/issues/1060)
18+
19+
### Maintenance
20+
21+
- [**task**] openapi: update swagger-ui to 5.20.1 [#1063](https://github.com/McShelby/hugo-theme-relearn/issues/1063)
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
+++
2+
+++
3+
{{< piratify >}}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
+++
2+
title = 'Version 7.6'
3+
type = 'changelog'
4+
weight = -6
5+
6+
[params]
7+
disableToc = false
8+
hidden = true
9+
+++
10+
11+
{{% pages showhidden="true" showdivider="true" reverse="true" %}}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
+++
2+
title = 'Version 7.6'
3+
type = 'changelog'
4+
weight = -6
5+
6+
[params]
7+
disableToc = false
8+
hidden = true
9+
+++
10+
{{< piratify >}}

docs/content/introduction/releasenotes/7/6.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ weight = -6
88
hidden = true
99
+++
1010

11-
## 7.6.0 (XXXX-XX-XX) {#7-6-0}
11+
## 7.6.0 (2025-03-25) {#7-6-0}
1212

1313
### New
1414

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
+++
2+
title = 'Version 7.6'
3+
type = 'releasenotes'
4+
weight = -6
5+
6+
[params]
7+
disableToc = false
8+
hidden = true
9+
+++
10+
{{< piratify >}}

layouts/partials/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.5.0+790719bfc92532d670dc7e20c5877a11b978f951
1+
7.6.0

0 commit comments

Comments
 (0)