Skip to content

Commit 9c44a8c

Browse files
author
GitHub Actions Bot
committed
Ship tag 8.1.0
1 parent 990c5af commit 9c44a8c

File tree

8 files changed

+78
-2
lines changed

8 files changed

+78
-2
lines changed

CHANGELOG.md

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

3+
## 8.1.0 (2025-10-05)
4+
5+
### Enhancements
6+
7+
- [**feature**] tabs: improve a11y [#1144](https://github.com/McShelby/hugo-theme-relearn/issues/1144)
8+
- [**feature**] cards: create new card shortcode [#1138](https://github.com/McShelby/hugo-theme-relearn/issues/1138)
9+
- [**feature**][**change**] children: new presentation with cards [#1124](https://github.com/McShelby/hugo-theme-relearn/issues/1124)
10+
11+
### Fixes
12+
13+
- [**bug**] history: fix checkmarks for `canonifyURLs=true` [#1142](https://github.com/McShelby/hugo-theme-relearn/issues/1142)
14+
- [**bug**] versioning: use consistent language in german translation [#1139](https://github.com/McShelby/hugo-theme-relearn/issues/1139)
15+
- [**bug**] version: translation text for "Version" is missing [#1133](https://github.com/McShelby/hugo-theme-relearn/issues/1133)
16+
- [**bug**] tabs: can't toggle tabs with similar names [#1132](https://github.com/McShelby/hugo-theme-relearn/issues/1132)
17+
18+
### Maintenance
19+
20+
- [**task**][**change**] linkeffects: make default `externalLinkTarget` behave like standard [#1143](https://github.com/McShelby/hugo-theme-relearn/issues/1143)
21+
- [**task**] alias: remove noindex [#1137](https://github.com/McShelby/hugo-theme-relearn/issues/1137)
22+
23+
---
24+
325
## 8.0.1 (2025-09-11)
426

527
### Fixes
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
## 8.1.0 (2025-10-05)
2+
3+
### Enhancements
4+
5+
- [**feature**] tabs: improve a11y [#1144](https://github.com/McShelby/hugo-theme-relearn/issues/1144)
6+
- [**feature**] cards: create new card shortcode [#1138](https://github.com/McShelby/hugo-theme-relearn/issues/1138)
7+
- [**feature**][**change**] children: new presentation with cards [#1124](https://github.com/McShelby/hugo-theme-relearn/issues/1124)
8+
9+
### Fixes
10+
11+
- [**bug**] history: fix checkmarks for `canonifyURLs=true` [#1142](https://github.com/McShelby/hugo-theme-relearn/issues/1142)
12+
- [**bug**] versioning: use consistent language in german translation [#1139](https://github.com/McShelby/hugo-theme-relearn/issues/1139)
13+
- [**bug**] version: translation text for "Version" is missing [#1133](https://github.com/McShelby/hugo-theme-relearn/issues/1133)
14+
- [**bug**] tabs: can't toggle tabs with similar names [#1132](https://github.com/McShelby/hugo-theme-relearn/issues/1132)
15+
16+
### Maintenance
17+
18+
- [**task**][**change**] linkeffects: make default `externalLinkTarget` behave like standard [#1143](https://github.com/McShelby/hugo-theme-relearn/issues/1143)
19+
- [**task**] alias: remove noindex [#1137](https://github.com/McShelby/hugo-theme-relearn/issues/1137)
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 8.1'
3+
type = 'changelog'
4+
weight = -1
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 8.1'
3+
type = 'changelog'
4+
weight = -1
5+
6+
[params]
7+
disableToc = false
8+
hidden = true
9+
+++
10+
{{< piratify >}}

docs/content/introduction/releasenotes/8/1.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ weight = -1
99
minHugoVersion = '0.126.3'
1010
+++
1111

12-
## 8.1.0 (XXXX-XX-XX) {#8-1-0}
12+
## 8.1.0 (2025-10-05) {#8-1-0}
1313

1414
### Change
1515

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

layouts/partials/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.0.1+85f3dc7fb0a6eb144366f5d50019ba7197a15ca5
1+
8.1.0

0 commit comments

Comments
 (0)