Skip to content

Commit 5289842

Browse files
author
GitHub Actions Bot
committed
Ship tag 8.2.0
1 parent a3b0348 commit 5289842

File tree

8 files changed

+76
-2
lines changed

8 files changed

+76
-2
lines changed

CHANGELOG.md

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

3+
## 8.2.0 (2025-11-01)
4+
5+
### Enhancements
6+
7+
- [**feature**] button: add more styling [#1154](https://github.com/McShelby/hugo-theme-relearn/issues/1154)
8+
- [**feature**] boxstyle: support `style` parameter as default for user defined styles [#1149](https://github.com/McShelby/hugo-theme-relearn/issues/1149)
9+
- [**feature**] i18n: add Danish translation [#1148](https://github.com/McShelby/hugo-theme-relearn/issues/1148)
10+
- [**feature**] topbar: introduce CSS color variables [#863](https://github.com/McShelby/hugo-theme-relearn/issues/863)
11+
12+
### Fixes
13+
14+
- [**bug**] mermaid: don't ignore codefence zoom attribute [#1150](https://github.com/McShelby/hugo-theme-relearn/issues/1150)
15+
16+
### Maintenance
17+
18+
- [**task**] build: make it build from any directory [#1155](https://github.com/McShelby/hugo-theme-relearn/issues/1155)
19+
- [**task**] code: regenerate chroma styles [#1152](https://github.com/McShelby/hugo-theme-relearn/issues/1152)
20+
- [**task**] test: switch to hvm [#1151](https://github.com/McShelby/hugo-theme-relearn/issues/1151)
21+
22+
---
23+
324
## 8.1.1 (2025-10-05)
425

526
### Fixes
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
## 8.2.0 (2025-11-01)
2+
3+
### Enhancements
4+
5+
- [**feature**] button: add more styling [#1154](https://github.com/McShelby/hugo-theme-relearn/issues/1154)
6+
- [**feature**] boxstyle: support `style` parameter as default for user defined styles [#1149](https://github.com/McShelby/hugo-theme-relearn/issues/1149)
7+
- [**feature**] i18n: add Danish translation [#1148](https://github.com/McShelby/hugo-theme-relearn/issues/1148)
8+
- [**feature**] topbar: introduce CSS color variables [#863](https://github.com/McShelby/hugo-theme-relearn/issues/863)
9+
10+
### Fixes
11+
12+
- [**bug**] mermaid: don't ignore codefence zoom attribute [#1150](https://github.com/McShelby/hugo-theme-relearn/issues/1150)
13+
14+
### Maintenance
15+
16+
- [**task**] build: make it build from any directory [#1155](https://github.com/McShelby/hugo-theme-relearn/issues/1155)
17+
- [**task**] code: regenerate chroma styles [#1152](https://github.com/McShelby/hugo-theme-relearn/issues/1152)
18+
- [**task**] test: switch to hvm [#1151](https://github.com/McShelby/hugo-theme-relearn/issues/1151)
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.2'
3+
type = 'changelog'
4+
weight = -2
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.2'
3+
type = 'changelog'
4+
weight = -2
5+
6+
[params]
7+
disableToc = false
8+
hidden = true
9+
+++
10+
{{< piratify >}}

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

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

12-
## 8.2.0 (XXXX-XX-XX) {#8-2-0}
12+
## 8.2.0 (2025-11-01) {#8-2-0}
1313

1414
### New
1515

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
+++
2+
title = 'Version 8.2'
3+
type = 'releasenotes'
4+
weight = -2
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.1.1+5aa2115bff02c7ddd48a781165e543babec8f96a
1+
8.2.0

0 commit comments

Comments
 (0)