Skip to content

Commit 914b5f5

Browse files
author
GitHub Actions Bot
committed
Ship tag 7.2.0
1 parent ddff90d commit 914b5f5

File tree

8 files changed

+75
-2
lines changed

8 files changed

+75
-2
lines changed

CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Changelog
22

3+
## 7.2.0 (2024-12-08)
4+
5+
### Enhancements
6+
7+
- [**feature**] theme: add Persian language [#961](https://github.com/McShelby/hugo-theme-relearn/issues/961)
8+
- [**feature**] notice: add parameter groupid [#954](https://github.com/McShelby/hugo-theme-relearn/issues/954)
9+
- [**feature**] notice: improve accessibility of notice title [#897](https://github.com/McShelby/hugo-theme-relearn/issues/897)
10+
11+
### Fixes
12+
13+
- [**bug**] mermaid: print preview closes automatically after opening [#959](https://github.com/McShelby/hugo-theme-relearn/issues/959)
14+
- [**bug**] mermaid: escape diagram the recommended way [#950](https://github.com/McShelby/hugo-theme-relearn/issues/950)
15+
- [**bug**] search: fix compat error with Hugo 0.126.0 [#949](https://github.com/McShelby/hugo-theme-relearn/issues/949)
16+
- [**bug**][**change**] theme: fix flash on non-default variant [#757](https://github.com/McShelby/hugo-theme-relearn/issues/757)
17+
18+
### Maintenance
19+
20+
- [**task**] menu: replace clumsy expand implementation [#955](https://github.com/McShelby/hugo-theme-relearn/issues/955)
21+
- [**task**][**change**] expand: use notice internally [#953](https://github.com/McShelby/hugo-theme-relearn/issues/953)
22+
- [**task**] mermaid: update to 11.4.1 [#951](https://github.com/McShelby/hugo-theme-relearn/issues/951)
23+
- [**task**] theme: leverage code styling config [#947](https://github.com/McShelby/hugo-theme-relearn/issues/947)
24+
25+
---
26+
327
## 7.1.1 (2024-10-25)
428

529
### Fixes
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
## 7.2.0 (2024-12-08)
2+
3+
### Enhancements
4+
5+
- [**feature**] theme: add Persian language [#961](https://github.com/McShelby/hugo-theme-relearn/issues/961)
6+
- [**feature**] notice: add parameter groupid [#954](https://github.com/McShelby/hugo-theme-relearn/issues/954)
7+
- [**feature**] notice: improve accessibility of notice title [#897](https://github.com/McShelby/hugo-theme-relearn/issues/897)
8+
9+
### Fixes
10+
11+
- [**bug**] mermaid: print preview closes automatically after opening [#959](https://github.com/McShelby/hugo-theme-relearn/issues/959)
12+
- [**bug**] mermaid: escape diagram the recommended way [#950](https://github.com/McShelby/hugo-theme-relearn/issues/950)
13+
- [**bug**] search: fix compat error with Hugo 0.126.0 [#949](https://github.com/McShelby/hugo-theme-relearn/issues/949)
14+
- [**bug**][**change**] theme: fix flash on non-default variant [#757](https://github.com/McShelby/hugo-theme-relearn/issues/757)
15+
16+
### Maintenance
17+
18+
- [**task**] menu: replace clumsy expand implementation [#955](https://github.com/McShelby/hugo-theme-relearn/issues/955)
19+
- [**task**][**change**] expand: use notice internally [#953](https://github.com/McShelby/hugo-theme-relearn/issues/953)
20+
- [**task**] mermaid: update to 11.4.1 [#951](https://github.com/McShelby/hugo-theme-relearn/issues/951)
21+
- [**task**] theme: leverage code styling config [#947](https://github.com/McShelby/hugo-theme-relearn/issues/947)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
+++
2+
+++
3+
{{< piratify >}}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
+++
2+
disableToc = false
3+
hidden = true
4+
title = "Version 7.2"
5+
type = "changelog"
6+
weight = -2
7+
+++
8+
9+
{{% pages showhidden="true" showdivider="true" reverse="true" %}}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
+++
2+
disableToc = false
3+
hidden = true
4+
title = "Version 7.2"
5+
type = "changelog"
6+
weight = -2
7+
+++
8+
{{< piratify >}}

exampleSite/content/introduction/releasenotes/7/2.en.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ type = "releasenotes"
66
weight = -2
77
+++
88

9-
## 7.2.0.beta (XXXX-XX-XX) {#7-2-0}
9+
## 7.2.0 (2024-12-08) {#7-2-0}
1010

1111
### Change
1212

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
+++
2+
disableToc = false
3+
hidden = true
4+
title = "Version 7.2"
5+
type = "releasenotes"
6+
weight = -2
7+
+++
8+
{{< piratify >}}

layouts/partials/version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.1.1+b6ba7c20f2882e8a1467fae0b0fc51a220a1717b
1+
7.2.0

0 commit comments

Comments
 (0)