Skip to content

Commit 7da6911

Browse files
Release 9.0.0
1 parent fdbb879 commit 7da6911

File tree

11 files changed

+129
-3
lines changed

11 files changed

+129
-3
lines changed

CHANGELOG.md

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

3+
## 9.0.0 (2025-12-28)
4+
5+
### Enhancements
6+
7+
- [**feature**][**breaking**] children: add group layout [#1183](https://github.com/McShelby/hugo-theme-relearn/issues/1183)
8+
- [**feature**][**change**] expand: fix minor quirks [#1182](https://github.com/McShelby/hugo-theme-relearn/issues/1182)
9+
- [**feature**] taxonomy: allow layout customization [#1181](https://github.com/McShelby/hugo-theme-relearn/issues/1181)
10+
- [**feature**] variant: make zen variant more modular [#1177](https://github.com/McShelby/hugo-theme-relearn/issues/1177)
11+
- [**feature**][**change**] search: fit coloring of search box [#937](https://github.com/McShelby/hugo-theme-relearn/issues/937)
12+
- [**feature**][**change**] logo: simplify basic usage, allow for extended functionality [#679](https://github.com/McShelby/hugo-theme-relearn/issues/679)
13+
- [**feature**] search: add CSS variable for styling the hover color [#629](https://github.com/McShelby/hugo-theme-relearn/issues/629)
14+
15+
### Fixes
16+
17+
- [**bug**] expand: open if search term is contained [#1188](https://github.com/McShelby/hugo-theme-relearn/issues/1188)
18+
- [**bug**] anchor: fix neon variant button color [#1186](https://github.com/McShelby/hugo-theme-relearn/issues/1186)
19+
- [**bug**] history: fix for localhost [#1185](https://github.com/McShelby/hugo-theme-relearn/issues/1185)
20+
- [**bug**] openapi: make links colorful again [#1176](https://github.com/McShelby/hugo-theme-relearn/issues/1176)
21+
- [**bug**][**breaking**] theme: remove fix for some Hugo versions [#1175](https://github.com/McShelby/hugo-theme-relearn/issues/1175)
22+
- [**bug**] variant: fixing some issues after recent changes [#1172](https://github.com/McShelby/hugo-theme-relearn/issues/1172)
23+
- [**bug**] theme: remove favicon flickering on page interaction [#1127](https://github.com/McShelby/hugo-theme-relearn/issues/1127)
24+
25+
### Maintenance
26+
27+
- [**task**] width: consolidate naming of width variables [#1184](https://github.com/McShelby/hugo-theme-relearn/issues/1184)
28+
- [**task**] openapi: use native dark-mode [#1179](https://github.com/McShelby/hugo-theme-relearn/issues/1179)
29+
- [**task**] theme: use site instead of .Site [#1174](https://github.com/McShelby/hugo-theme-relearn/issues/1174)
30+
- [**task**][**change**][**upstream**] fontawesome: update to 7.1.0 [#1118](https://github.com/McShelby/hugo-theme-relearn/issues/1118)
31+
32+
---
33+
334
## 8.3.0 (2025-11-27)
435

536
### Enhancements
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
## 9.0.0 (2025-12-28)
2+
3+
### Enhancements
4+
5+
- [**feature**][**breaking**] children: add group layout [#1183](https://github.com/McShelby/hugo-theme-relearn/issues/1183)
6+
- [**feature**][**change**] expand: fix minor quirks [#1182](https://github.com/McShelby/hugo-theme-relearn/issues/1182)
7+
- [**feature**] taxonomy: allow layout customization [#1181](https://github.com/McShelby/hugo-theme-relearn/issues/1181)
8+
- [**feature**] variant: make zen variant more modular [#1177](https://github.com/McShelby/hugo-theme-relearn/issues/1177)
9+
- [**feature**][**change**] search: fit coloring of search box [#937](https://github.com/McShelby/hugo-theme-relearn/issues/937)
10+
- [**feature**][**change**] logo: simplify basic usage, allow for extended functionality [#679](https://github.com/McShelby/hugo-theme-relearn/issues/679)
11+
- [**feature**] search: add CSS variable for styling the hover color [#629](https://github.com/McShelby/hugo-theme-relearn/issues/629)
12+
13+
### Fixes
14+
15+
- [**bug**] expand: open if search term is contained [#1188](https://github.com/McShelby/hugo-theme-relearn/issues/1188)
16+
- [**bug**] anchor: fix neon variant button color [#1186](https://github.com/McShelby/hugo-theme-relearn/issues/1186)
17+
- [**bug**] history: fix for localhost [#1185](https://github.com/McShelby/hugo-theme-relearn/issues/1185)
18+
- [**bug**] openapi: make links colorful again [#1176](https://github.com/McShelby/hugo-theme-relearn/issues/1176)
19+
- [**bug**][**breaking**] theme: remove fix for some Hugo versions [#1175](https://github.com/McShelby/hugo-theme-relearn/issues/1175)
20+
- [**bug**] variant: fixing some issues after recent changes [#1172](https://github.com/McShelby/hugo-theme-relearn/issues/1172)
21+
- [**bug**] theme: remove favicon flickering on page interaction [#1127](https://github.com/McShelby/hugo-theme-relearn/issues/1127)
22+
23+
### Maintenance
24+
25+
- [**task**] width: consolidate naming of width variables [#1184](https://github.com/McShelby/hugo-theme-relearn/issues/1184)
26+
- [**task**] openapi: use native dark-mode [#1179](https://github.com/McShelby/hugo-theme-relearn/issues/1179)
27+
- [**task**] theme: use site instead of .Site [#1174](https://github.com/McShelby/hugo-theme-relearn/issues/1174)
28+
- [**task**][**change**][**upstream**] fontawesome: update to 7.1.0 [#1118](https://github.com/McShelby/hugo-theme-relearn/issues/1118)
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 9.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 9.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 9'
3+
type = 'changelog'
4+
weight = -9
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 9'
3+
type = 'changelog'
4+
weight = -9
5+
6+
[params]
7+
disableToc = false
8+
hidden = true
9+
+++
10+
{{< piratify >}}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ weight = -0
99
minHugoVersion = '0.141.0'
1010
+++
1111

12-
## 9.0.0 (XXXX-XX-XX) {#9-0-0}
12+
## 9.0.0 (2025-12-29) {#9-0-0}
1313

1414
### Hugo
1515

@@ -51,7 +51,7 @@ weight = -0
5151

5252
- {{% badge style="change" %}}Change{{% /badge %}} The [`expand` shortcode](shortcodes/expand) has changed its default text of `Expand me...` to `Details` to be in sync with Hugo's built-in `details` shortcode and the `details` HTML element.
5353

54-
## New
54+
## 9.0.0 (2025-12-29) {#9-0-0}
5555

5656
- {{% badge style="new" %}}New{{% /badge %}} The [taxonomy and term](authoring/taxterm) pages are now internally using the [`children` shortcode](shortcodes/children). This makes it possible for you to set parameter of the children shortcode in your taxonomy/term pages front matter to change the layout.
5757

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
+++
2+
title = 'Version 9.0'
3+
type = 'releasenotes'
4+
weight = -0
5+
6+
[params]
7+
disableToc = false
8+
hidden = true
9+
minHugoVersion = '0.141.0'
10+
+++
11+
{{< piratify >}}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
+++
2+
title = 'Version 9'
3+
type = 'releasenotes'
4+
weight = -9
5+
6+
[params]
7+
disableToc = false
8+
hidden = true
9+
minHugoVersion = '0.141.0'
10+
+++
11+
{{< piratify >}}

0 commit comments

Comments
 (0)