Skip to content

Commit 9803d51

Browse files
author
GitHub Actions Bot
committed
Ship tag 8.0.0
1 parent c13656c commit 9803d51

File tree

10 files changed

+109
-2
lines changed

10 files changed

+109
-2
lines changed

CHANGELOG.md

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

3+
## 8.0.0 (2025-07-07)
4+
5+
### Enhancements
6+
7+
- [**feature**][**change**] theme: make H1 CSS inheritance reasonable [#1111](https://github.com/McShelby/hugo-theme-relearn/issues/1111)
8+
- [**feature**] search: mark each word of a multi word in-page search independently [#1106](https://github.com/McShelby/hugo-theme-relearn/issues/1106)
9+
- [**feature**] theme: optimize display of main heading on mobile [#1100](https://github.com/McShelby/hugo-theme-relearn/issues/1100)
10+
- [**feature**][**change**] theme: use Hugo's default sort order if no `ordersectionsby` was set [#1092](https://github.com/McShelby/hugo-theme-relearn/issues/1092)
11+
- [**feature**][**breaking**] search: add more filtering options for results [#407](https://github.com/McShelby/hugo-theme-relearn/issues/407)
12+
13+
### Fixes
14+
15+
- [**bug**] breadcrumbs: fix spacing of separator [#1108](https://github.com/McShelby/hugo-theme-relearn/issues/1108)
16+
- [**bug**] openapi: fix duplicated baseURL for swagger-ui.css [#1102](https://github.com/McShelby/hugo-theme-relearn/issues/1102)
17+
- [**bug**] children: fix broken console warning [#1099](https://github.com/McShelby/hugo-theme-relearn/issues/1099)
18+
- [**bug**] clipboard: fix link when using special characters [#1097](https://github.com/McShelby/hugo-theme-relearn/issues/1097)
19+
- [**bug**] i18n: fix spelling mistake for spanish [#1090](https://github.com/McShelby/hugo-theme-relearn/issues/1090)
20+
21+
### Maintenance
22+
23+
- [**task**] openapi: update swagger-ui to 5.26.1 [#1114](https://github.com/McShelby/hugo-theme-relearn/issues/1114)
24+
- [**task**] mermaid: update to 11.8.0 [#1113](https://github.com/McShelby/hugo-theme-relearn/issues/1113)
25+
- [**task**][**breaking**] theme: compatiblity with Hugo 0.146.0 and newer [#1086](https://github.com/McShelby/hugo-theme-relearn/issues/1086)
26+
- [**task**] tree: simplify code [#1085](https://github.com/McShelby/hugo-theme-relearn/issues/1085)
27+
28+
---
29+
330
## 7.6.1 (2025-03-30)
431

532
### Enhancements
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
## 8.0.0 (2025-07-07)
2+
3+
### Enhancements
4+
5+
- [**feature**][**change**] theme: make H1 CSS inheritance reasonable [#1111](https://github.com/McShelby/hugo-theme-relearn/issues/1111)
6+
- [**feature**] search: mark each word of a multi word in-page search independently [#1106](https://github.com/McShelby/hugo-theme-relearn/issues/1106)
7+
- [**feature**] theme: optimize display of main heading on mobile [#1100](https://github.com/McShelby/hugo-theme-relearn/issues/1100)
8+
- [**feature**][**change**] theme: use Hugo's default sort order if no `ordersectionsby` was set [#1092](https://github.com/McShelby/hugo-theme-relearn/issues/1092)
9+
- [**feature**][**breaking**] search: add more filtering options for results [#407](https://github.com/McShelby/hugo-theme-relearn/issues/407)
10+
11+
### Fixes
12+
13+
- [**bug**] breadcrumbs: fix spacing of separator [#1108](https://github.com/McShelby/hugo-theme-relearn/issues/1108)
14+
- [**bug**] openapi: fix duplicated baseURL for swagger-ui.css [#1102](https://github.com/McShelby/hugo-theme-relearn/issues/1102)
15+
- [**bug**] children: fix broken console warning [#1099](https://github.com/McShelby/hugo-theme-relearn/issues/1099)
16+
- [**bug**] clipboard: fix link when using special characters [#1097](https://github.com/McShelby/hugo-theme-relearn/issues/1097)
17+
- [**bug**] i18n: fix spelling mistake for spanish [#1090](https://github.com/McShelby/hugo-theme-relearn/issues/1090)
18+
19+
### Maintenance
20+
21+
- [**task**] openapi: update swagger-ui to 5.26.1 [#1114](https://github.com/McShelby/hugo-theme-relearn/issues/1114)
22+
- [**task**] mermaid: update to 11.8.0 [#1113](https://github.com/McShelby/hugo-theme-relearn/issues/1113)
23+
- [**task**][**breaking**] theme: compatiblity with Hugo 0.146.0 and newer [#1086](https://github.com/McShelby/hugo-theme-relearn/issues/1086)
24+
- [**task**] tree: simplify code [#1085](https://github.com/McShelby/hugo-theme-relearn/issues/1085)
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.0'
3+
type = 'changelog'
4+
weight = -0
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.0'
3+
type = 'changelog'
4+
weight = -0
5+
6+
[params]
7+
disableToc = false
8+
hidden = true
9+
+++
10+
{{< 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+
type = 'changelog'
4+
weight = -8
5+
6+
[params]
7+
disableToc = false
8+
hidden = true
9+
+++
10+
11+
{{% pages showhidden="true" showdivider="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+
type = 'changelog'
4+
weight = -8
5+
6+
[params]
7+
disableToc = false
8+
hidden = true
9+
+++
10+
{{< piratify >}}

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

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

12-
## 8.0.0 (XXXX-XX-XX) {#8-0-0}
12+
## 8.0.0 (2025-07-07) {#8-0-0}
1313

1414
### Hugo 0.126.3
1515

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
+++
2+
title = 'Version 8.0'
3+
type = 'releasenotes'
4+
weight = -0
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-
7.6.1+172b0f29e679cae38cc355257364b45f24150588
1+
8.0.0

0 commit comments

Comments
 (0)