Commit 914b5f5 GitHub Actions Bot
committed
1 parent ddff90d commit 914b5f5 Copy full SHA for 914b5f5
File tree 8 files changed +75
-2
lines changed
exampleSite/content/introduction
8 files changed +75
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
27
## 7.1.1 (2024-10-25)
4
28
5
29
### Fixes
Original file line number Diff line number Diff line change
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 number Diff line number Diff line change
1
+ +++
2
+ +++
3
+ {{< piratify >}}
Original file line number Diff line number Diff line change
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 number Diff line number Diff line change
1
+ +++
2
+ disableToc = false
3
+ hidden = true
4
+ title = " Version 7.2"
5
+ type = " changelog"
6
+ weight = -2
7
+ +++
8
+ {{< piratify >}}
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ type = "releasenotes"
6
6
weight = -2
7
7
+++
8
8
9
- ## 7.2.0.beta (XXXX-XX-XX ) {#7 -2-0}
9
+ ## 7.2.0 (2024-12-08 ) {#7 -2-0}
10
10
11
11
### Change
12
12
Original file line number Diff line number Diff line change
1
+ +++
2
+ disableToc = false
3
+ hidden = true
4
+ title = " Version 7.2"
5
+ type = " releasenotes"
6
+ weight = -2
7
+ +++
8
+ {{< piratify >}}
Original file line number Diff line number Diff line change 1
- 7.1.1+b6ba7c20f2882e8a1467fae0b0fc51a220a1717b
1
+ 7.2.0
You can’t perform that action at this time.
0 commit comments