Skip to content

Commit

Permalink
Ship tag 7.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed Dec 8, 2024
1 parent ddff90d commit 914b5f5
Show file tree
Hide file tree
Showing 8 changed files with 75 additions and 2 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

## 7.2.0 (2024-12-08)

### Enhancements

- [**feature**] theme: add Persian language [#961](https://github.com/McShelby/hugo-theme-relearn/issues/961)
- [**feature**] notice: add parameter groupid [#954](https://github.com/McShelby/hugo-theme-relearn/issues/954)
- [**feature**] notice: improve accessibility of notice title [#897](https://github.com/McShelby/hugo-theme-relearn/issues/897)

### Fixes

- [**bug**] mermaid: print preview closes automatically after opening [#959](https://github.com/McShelby/hugo-theme-relearn/issues/959)
- [**bug**] mermaid: escape diagram the recommended way [#950](https://github.com/McShelby/hugo-theme-relearn/issues/950)
- [**bug**] search: fix compat error with Hugo 0.126.0 [#949](https://github.com/McShelby/hugo-theme-relearn/issues/949)
- [**bug**][**change**] theme: fix flash on non-default variant [#757](https://github.com/McShelby/hugo-theme-relearn/issues/757)

### Maintenance

- [**task**] menu: replace clumsy expand implementation [#955](https://github.com/McShelby/hugo-theme-relearn/issues/955)
- [**task**][**change**] expand: use notice internally [#953](https://github.com/McShelby/hugo-theme-relearn/issues/953)
- [**task**] mermaid: update to 11.4.1 [#951](https://github.com/McShelby/hugo-theme-relearn/issues/951)
- [**task**] theme: leverage code styling config [#947](https://github.com/McShelby/hugo-theme-relearn/issues/947)

---

## 7.1.1 (2024-10-25)

### Fixes
Expand Down
21 changes: 21 additions & 0 deletions exampleSite/content/introduction/changelog/7/2/000.en.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
## 7.2.0 (2024-12-08)

### Enhancements

- [**feature**] theme: add Persian language [#961](https://github.com/McShelby/hugo-theme-relearn/issues/961)
- [**feature**] notice: add parameter groupid [#954](https://github.com/McShelby/hugo-theme-relearn/issues/954)
- [**feature**] notice: improve accessibility of notice title [#897](https://github.com/McShelby/hugo-theme-relearn/issues/897)

### Fixes

- [**bug**] mermaid: print preview closes automatically after opening [#959](https://github.com/McShelby/hugo-theme-relearn/issues/959)
- [**bug**] mermaid: escape diagram the recommended way [#950](https://github.com/McShelby/hugo-theme-relearn/issues/950)
- [**bug**] search: fix compat error with Hugo 0.126.0 [#949](https://github.com/McShelby/hugo-theme-relearn/issues/949)
- [**bug**][**change**] theme: fix flash on non-default variant [#757](https://github.com/McShelby/hugo-theme-relearn/issues/757)

### Maintenance

- [**task**] menu: replace clumsy expand implementation [#955](https://github.com/McShelby/hugo-theme-relearn/issues/955)
- [**task**][**change**] expand: use notice internally [#953](https://github.com/McShelby/hugo-theme-relearn/issues/953)
- [**task**] mermaid: update to 11.4.1 [#951](https://github.com/McShelby/hugo-theme-relearn/issues/951)
- [**task**] theme: leverage code styling config [#947](https://github.com/McShelby/hugo-theme-relearn/issues/947)
3 changes: 3 additions & 0 deletions exampleSite/content/introduction/changelog/7/2/000.pir.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
+++
+++
{{< piratify >}}
9 changes: 9 additions & 0 deletions exampleSite/content/introduction/changelog/7/2/_index.en.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
+++
disableToc = false
hidden = true
title = "Version 7.2"
type = "changelog"
weight = -2
+++

{{% pages showhidden="true" showdivider="true" reverse="true" %}}
8 changes: 8 additions & 0 deletions exampleSite/content/introduction/changelog/7/2/_index.pir.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
+++
disableToc = false
hidden = true
title = "Version 7.2"
type = "changelog"
weight = -2
+++
{{< piratify >}}
2 changes: 1 addition & 1 deletion exampleSite/content/introduction/releasenotes/7/2.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ type = "releasenotes"
weight = -2
+++

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

### Change

Expand Down
8 changes: 8 additions & 0 deletions exampleSite/content/introduction/releasenotes/7/2.pir.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
+++
disableToc = false
hidden = true
title = "Version 7.2"
type = "releasenotes"
weight = -2
+++
{{< piratify >}}
2 changes: 1 addition & 1 deletion layouts/partials/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.1.1+b6ba7c20f2882e8a1467fae0b0fc51a220a1717b
7.2.0

0 comments on commit 914b5f5

Please sign in to comment.