initial commit
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
## 6.3.0 (2024-09-03)
|
||||
|
||||
### Enhancements
|
||||
|
||||
- [**feature**] theme: support Obsidian styled alerts [#903](https://github.com/McShelby/hugo-theme-relearn/issues/903)
|
||||
- [**feature**] notice: add expander to box title [#901](https://github.com/McShelby/hugo-theme-relearn/issues/901)
|
||||
|
||||
### Fixes
|
||||
|
||||
- [**bug**] children: fix sort parameter [#898](https://github.com/McShelby/hugo-theme-relearn/issues/898)
|
||||
- [**bug**] mermaid: classDiagram breaks when using <<interface>> [#895](https://github.com/McShelby/hugo-theme-relearn/issues/895)
|
||||
- [**bug**] toc: don't show toc button if empty [#893](https://github.com/McShelby/hugo-theme-relearn/issues/893)
|
||||
|
||||
### Maintenance
|
||||
|
||||
- [**task**] mermaid: update to 11.1.0 [#904](https://github.com/McShelby/hugo-theme-relearn/issues/904)
|
||||
- [**task**][**change**] expand: rename `open` parameter to `expanded` [#902](https://github.com/McShelby/hugo-theme-relearn/issues/902)
|
||||
- [**task**] i18n: update Arabic translation [#900](https://github.com/McShelby/hugo-theme-relearn/issues/900)
|
||||
@@ -0,0 +1,3 @@
|
||||
+++
|
||||
+++
|
||||
{{< piratify >}}
|
||||
@@ -0,0 +1,9 @@
|
||||
+++
|
||||
disableToc = false
|
||||
hidden = true
|
||||
title = "Version 6.3"
|
||||
type = "changelog"
|
||||
weight = -3
|
||||
+++
|
||||
|
||||
{{% pages showhidden="true" showdivider="true" reverse="true" %}}
|
||||
@@ -0,0 +1,8 @@
|
||||
+++
|
||||
disableToc = false
|
||||
hidden = true
|
||||
title = "Version 6.3"
|
||||
type = "changelog"
|
||||
weight = -3
|
||||
+++
|
||||
{{< piratify >}}
|
||||
Reference in New Issue
Block a user