Skip to content

Commit 57a5af8

Browse files
Release 8.3.0
1 parent 32985e7 commit 57a5af8

10 files changed

Lines changed: 92 additions & 4 deletions

File tree

CHANGELOG.md

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

3+
## 8.3.0 (2025-11-27)
4+
5+
### Enhancements
6+
7+
- [**feature**][**change**] children: adjust image selection for cards [#1169](https://github.com/McShelby/hugo-theme-relearn/issues/1169)
8+
- [**feature**] toast: remove tooltip and replace it with toast [#1166](https://github.com/McShelby/hugo-theme-relearn/issues/1166)
9+
- [**feature**] anchor: use button implementation [#1162](https://github.com/McShelby/hugo-theme-relearn/issues/1162)
10+
- [**feature**] breadcrumbs: show title on mobile [#1161](https://github.com/McShelby/hugo-theme-relearn/issues/1161)
11+
- [**feature**] tree: accept native `tree` command output [#1159](https://github.com/McShelby/hugo-theme-relearn/issues/1159)
12+
- [**feature**] frontmatter: update snippets [#1158](https://github.com/McShelby/hugo-theme-relearn/issues/1158)
13+
- [**feature**] link: add checker for external links [#964](https://github.com/McShelby/hugo-theme-relearn/issues/964)
14+
15+
### Fixes
16+
17+
- [**bug**] anchor: don't replace browser history with clicked anchor [#1163](https://github.com/McShelby/hugo-theme-relearn/issues/1163)
18+
- [**bug**] cards: description not showing if unsafe HTML is not allowed [#1160](https://github.com/McShelby/hugo-theme-relearn/issues/1160)
19+
- [**bug**] theme: fix invalid HTML [#1156](https://github.com/McShelby/hugo-theme-relearn/issues/1156)
20+
21+
### Maintenance
22+
23+
- [**task**][**dependencies**] security: js-yaml [#1168](https://github.com/McShelby/hugo-theme-relearn/issues/1168)
24+
- [**task**] clipboard: use button implementation [#1165](https://github.com/McShelby/hugo-theme-relearn/issues/1165)
25+
- [**task**] mermaid: use button implementation [#1164](https://github.com/McShelby/hugo-theme-relearn/issues/1164)
26+
- [**task**] theme: switch to verified release commits [#1157](https://github.com/McShelby/hugo-theme-relearn/issues/1157)
27+
- [**task**] theme: remove .Scratch with .Store [#948](https://github.com/McShelby/hugo-theme-relearn/issues/948)
28+
29+
---
30+
331
## 8.2.0 (2025-11-01)
432

533
### Enhancements
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
## 8.3.0 (2025-11-27)
2+
3+
### Enhancements
4+
5+
- [**feature**][**change**] children: adjust image selection for cards [#1169](https://github.com/McShelby/hugo-theme-relearn/issues/1169)
6+
- [**feature**] toast: remove tooltip and replace it with toast [#1166](https://github.com/McShelby/hugo-theme-relearn/issues/1166)
7+
- [**feature**] anchor: use button implementation [#1162](https://github.com/McShelby/hugo-theme-relearn/issues/1162)
8+
- [**feature**] breadcrumbs: show title on mobile [#1161](https://github.com/McShelby/hugo-theme-relearn/issues/1161)
9+
- [**feature**] tree: accept native `tree` command output [#1159](https://github.com/McShelby/hugo-theme-relearn/issues/1159)
10+
- [**feature**] frontmatter: update snippets [#1158](https://github.com/McShelby/hugo-theme-relearn/issues/1158)
11+
- [**feature**] link: add checker for external links [#964](https://github.com/McShelby/hugo-theme-relearn/issues/964)
12+
13+
### Fixes
14+
15+
- [**bug**] anchor: don't replace browser history with clicked anchor [#1163](https://github.com/McShelby/hugo-theme-relearn/issues/1163)
16+
- [**bug**] cards: description not showing if unsafe HTML is not allowed [#1160](https://github.com/McShelby/hugo-theme-relearn/issues/1160)
17+
- [**bug**] theme: fix invalid HTML [#1156](https://github.com/McShelby/hugo-theme-relearn/issues/1156)
18+
19+
### Maintenance
20+
21+
- [**task**][**dependencies**] security: js-yaml [#1168](https://github.com/McShelby/hugo-theme-relearn/issues/1168)
22+
- [**task**] clipboard: use button implementation [#1165](https://github.com/McShelby/hugo-theme-relearn/issues/1165)
23+
- [**task**] mermaid: use button implementation [#1164](https://github.com/McShelby/hugo-theme-relearn/issues/1164)
24+
- [**task**] theme: switch to verified release commits [#1157](https://github.com/McShelby/hugo-theme-relearn/issues/1157)
25+
- [**task**] theme: remove .Scratch with .Store [#948](https://github.com/McShelby/hugo-theme-relearn/issues/948)
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.3'
3+
type = 'changelog'
4+
weight = -3
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.3'
3+
type = 'changelog'
4+
weight = -3
5+
6+
[params]
7+
disableToc = false
8+
hidden = true
9+
+++
10+
{{< piratify >}}

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

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

12-
## 8.3.0 (XXXX-XX-XX) {#8-2-0}
12+
## 8.3.0 (2025-11-27) {#8-3-0}
1313

1414
### Hugo 0.141.0
1515

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ weight = -8
66
[params]
77
disableToc = false
88
hidden = true
9-
minHugoVersion = '0.126.3'
9+
minHugoVersion = '0.141.0'
1010
+++
1111

1212
{{% pages showhidden="true" showdivider="true" %}}

docs/content/introduction/releasenotes/8/_index.pir.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ weight = -8
66
[params]
77
disableToc = false
88
hidden = true
9-
minHugoVersion = '0.126.3'
9+
minHugoVersion = '0.141.0'
1010
+++
1111
{{< piratify >}}

layouts/partials/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.2.0+146ca876ba489436a1221711f496c2a9ec2a6d1b
1+
8.3.0

0 commit comments

Comments
 (0)