docs: restructure changelog #917

This commit is contained in:
Sören Weber 2024-09-18 20:36:42 +02:00
parent e95434c2d4
commit 8ee5bee30f
No known key found for this signature in database
GPG key ID: BEC6D55545451B6D
556 changed files with 5009 additions and 1298 deletions

View file

@ -45,6 +45,6 @@ module.exports = {
onlyMilestones: true, onlyMilestones: true,
template: { template: {
group: "\n### {{heading}}\n", group: "\n### {{heading}}\n",
release: ({ body, date, release }) => `## ${release} (` + date.replace( /(\d+)\/(\d+)\/(\d+)/, '$3-$2-$1' ) + `)\n\n[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/` + release.replace( /(\d+)\.(\d+)\.(\d+)/, '$1' ) + `.x/#` + release.replace( /(\d+)\.(\d+)\.(\d+)/, '$1$2' ) + `0)\n${body}`, release: ({ body, date, release }) => `## ${release} (` + date.replace( /(\d+)\/(\d+)\/(\d+)/, '$3-$2-$1' ) + `)\n\n[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/` + release.replace( /(\d+)\.(\d+)\.(\d+)/, '$1' ) + `.x/#` + release.replace( /(\d+)\.(\d+)\.(\d+)/, '$1$2' ) + `0)\n${body}`,
}, },
}; };

File diff suppressed because it is too large Load diff

View file

@ -2,7 +2,7 @@
A theme for [Hugo](https://gohugo.io/) designed for documentation. A theme for [Hugo](https://gohugo.io/) designed for documentation.
[★ What's new in the latest release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes) [★ What's new in the latest version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes)
![Image of the Relearn theme in light and dark mode on phone, tablet and desktop](https://github.com/McShelby/hugo-theme-relearn/raw/main/images/hero.png) ![Image of the Relearn theme in light and dark mode on phone, tablet and desktop](https://github.com/McShelby/hugo-theme-relearn/raw/main/images/hero.png)
@ -61,9 +61,9 @@ The Relearn theme is a fork of the great [Learn theme](https://github.com/matcor
For a detailed description of the theme's capabilities visit the [official documentation](https://mcshelby.github.io/hugo-theme-relearn/). For a detailed description of the theme's capabilities visit the [official documentation](https://mcshelby.github.io/hugo-theme-relearn/).
## Changelog ## Releasenotes & Changelog
See the [What's New](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes) page for release highlights or the detailed [change history](https://mcshelby.github.io/hugo-theme-relearn/basics/history) for a complete list of changes. See the [What's New](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes) page for release highlights or the detailed [changelog](https://mcshelby.github.io/hugo-theme-relearn/basics/history) for a complete list of changes.
## Contributions ## Contributions

View file

@ -2,6 +2,12 @@
description = "A theme for Hugo designed for documentation." description = "A theme for Hugo designed for documentation."
title = "Hugo Relearn Theme" title = "Hugo Relearn Theme"
type = "home" type = "home"
[[cascade]]
[cascade._target]
path = "/basics/history/*/*/*"
[cascade.params]
[cascade.params._build]
render = "never"
+++ +++
{{% replaceRE "https://mcshelby.github.io/hugo-theme-relearn/" "" %}} {{% replaceRE "https://mcshelby.github.io/hugo-theme-relearn/" "" %}}
{{< include "README.md" "true" >}} {{< include "README.md" "true" >}}

View file

@ -2,5 +2,11 @@
description = "A theme fer Cap'n Hugo designed fer documentat'n." description = "A theme fer Cap'n Hugo designed fer documentat'n."
title = "Cap'n Hugo Relearrrn Theme" title = "Cap'n Hugo Relearrrn Theme"
type = "home" type = "home"
[[cascade]]
[cascade._target]
path = "/basics/history/*/*/*"
[cascade.params]
[cascade.params._build]
render = "never"
+++ +++
{{< piratify true >}} {{< piratify true >}}

View file

@ -0,0 +1,5 @@
## 1.0.0 (2021-07-01)
### Maintenance
- [**task**] Fork project [#1](https://github.com/McShelby/hugo-theme-relearn/issues/1)

View file

@ -0,0 +1,3 @@
+++
+++
{{< piratify true >}}

View file

@ -0,0 +1,5 @@
## 1.0.1 (2021-07-01)
### Maintenance
- [**task**] Prepare for hugo showcase [#3](https://github.com/McShelby/hugo-theme-relearn/issues/3)

View file

@ -0,0 +1,3 @@
+++
+++
{{< piratify true >}}

View file

@ -0,0 +1,9 @@
+++
disableToc = false
hidden = true
title = "Version 1.0"
type = "changelog"
weight = -0
+++
{{% pages showhidden="true" showdivider="true" reverse="true" %}}

View file

@ -0,0 +1,8 @@
+++
disableToc = false
hidden = true
title = "Version 1.0"
type = "changelog"
weight = -0
+++
{{< piratify true >}}

View file

@ -0,0 +1,17 @@
## 1.1.0 (2021-07-02)
### Enhancements
- [**feature**] mermaid: expose options in config.toml [#4](https://github.com/McShelby/hugo-theme-relearn/issues/4)
### Fixes
- [**bug**] mermaid: config option for CDN url not used [#12](https://github.com/McShelby/hugo-theme-relearn/issues/12)
- [**bug**] mermaid: only highlight text in HTML elements [#10](https://github.com/McShelby/hugo-theme-relearn/issues/10)
- [**bug**] mermaid: support pan & zoom for graphs [#9](https://github.com/McShelby/hugo-theme-relearn/issues/9)
- [**bug**] mermaid: code fences not always rendered [#6](https://github.com/McShelby/hugo-theme-relearn/issues/6)
- [**bug**] mermaid: search term on load may bomb chart [#5](https://github.com/McShelby/hugo-theme-relearn/issues/5)
### Maintenance
- [**task**] mermaid: update to 8.10.2 [#7](https://github.com/McShelby/hugo-theme-relearn/issues/7)

View file

@ -0,0 +1,3 @@
+++
+++
{{< piratify true >}}

View file

@ -0,0 +1,5 @@
## 1.1.1 (2021-07-04)
### Maintenance
- [**task**] theme: prepare for new hugo theme registration [#13](https://github.com/McShelby/hugo-theme-relearn/issues/13)

View file

@ -0,0 +1,3 @@
+++
+++
{{< piratify true >}}

View file

@ -0,0 +1,9 @@
+++
disableToc = false
hidden = true
title = "Version 1.1"
type = "changelog"
weight = -1
+++
{{% pages showhidden="true" showdivider="true" reverse="true" %}}

View file

@ -0,0 +1,8 @@
+++
disableToc = false
hidden = true
title = "Version 1.1"
type = "changelog"
weight = -1
+++
{{< piratify true >}}

View file

@ -0,0 +1,24 @@
## 1.2.0 (2021-07-26)
### Enhancements
- [**feature**] theme: adjust copy-to-clipboard [#29](https://github.com/McShelby/hugo-theme-relearn/issues/29)
- [**feature**] attachments: adjust style between notice boxes and attachments [#28](https://github.com/McShelby/hugo-theme-relearn/issues/28)
- [**feature**] theme: adjust blockquote contrast [#27](https://github.com/McShelby/hugo-theme-relearn/issues/27)
- [**feature**] expand: add option to open on page load [#25](https://github.com/McShelby/hugo-theme-relearn/issues/25)
- [**feature**] expand: rework styling [#24](https://github.com/McShelby/hugo-theme-relearn/issues/24)
- [**feature**] attachments: sort output [#23](https://github.com/McShelby/hugo-theme-relearn/issues/23)
- [**feature**] notice: make restyling of notice boxes more robust [#20](https://github.com/McShelby/hugo-theme-relearn/issues/20)
- [**feature**] notice: fix contrast issues [#19](https://github.com/McShelby/hugo-theme-relearn/issues/19)
- [**feature**] notice: align box colors to common standards [#18](https://github.com/McShelby/hugo-theme-relearn/issues/18)
- [**feature**] notice: use distinct icons for notice box type [#17](https://github.com/McShelby/hugo-theme-relearn/issues/17)
### Fixes
- [**bug**] attachments: support i18n for attachment size [#21](https://github.com/McShelby/hugo-theme-relearn/issues/21)
- [**bug**] notice: support i18n for box labels [#16](https://github.com/McShelby/hugo-theme-relearn/issues/16)
- [**bug**] notice: support multiple blocks in one box [#15](https://github.com/McShelby/hugo-theme-relearn/issues/15)
### Maintenance
- [**task**] dependency: upgrade jquery to 3.6.0 [#30](https://github.com/McShelby/hugo-theme-relearn/issues/30)

View file

@ -0,0 +1,3 @@
+++
+++
{{< piratify true >}}

View file

@ -0,0 +1,9 @@
+++
disableToc = false
hidden = true
title = "Version 1.2"
type = "changelog"
weight = -2
+++
{{% pages showhidden="true" showdivider="true" reverse="true" %}}

View file

@ -0,0 +1,8 @@
+++
disableToc = false
hidden = true
title = "Version 1.2"
type = "changelog"
weight = -2
+++
{{< piratify true >}}

View file

@ -0,0 +1,8 @@
+++
disableToc = false
title = "Version 1"
type = "changelog"
weight = -1
+++
{{% pages showhidden="true" showdivider="true" %}}

View file

@ -0,0 +1,7 @@
+++
disableToc = false
title = "Version 1"
type = "changelog"
weight = -1
+++
{{< piratify true >}}

View file

@ -0,0 +1,30 @@
## 2.0.0 (2021-08-28)
### Enhancements
- [**feature**] tabs: enhance styling [#65](https://github.com/McShelby/hugo-theme-relearn/issues/65)
- [**feature**] theme: improve readability [#64](https://github.com/McShelby/hugo-theme-relearn/issues/64)
- [**feature**] menu: show hidden pages if accessed directly [#60](https://github.com/McShelby/hugo-theme-relearn/issues/60)
- [**feature**][**change**] theme: treat pages without title as hidden [#59](https://github.com/McShelby/hugo-theme-relearn/issues/59)
- [**feature**] search: show search results if field gains focus [#58](https://github.com/McShelby/hugo-theme-relearn/issues/58)
- [**feature**] theme: add partial templates for pre/post menu entries [#56](https://github.com/McShelby/hugo-theme-relearn/issues/56)
- [**feature**] theme: make chapter archetype more readable [#55](https://github.com/McShelby/hugo-theme-relearn/issues/55)
- [**feature**] children: add parameter for container style [#53](https://github.com/McShelby/hugo-theme-relearn/issues/53)
- [**feature**] theme: make content a template [#50](https://github.com/McShelby/hugo-theme-relearn/issues/50)
- [**feature**] menu: control menu expansion with alwaysopen parameter [#49](https://github.com/McShelby/hugo-theme-relearn/issues/49)
- [**feature**] include: new shortcode to include other files [#43](https://github.com/McShelby/hugo-theme-relearn/issues/43)
- [**feature**] theme: adjust print styles [#35](https://github.com/McShelby/hugo-theme-relearn/issues/35)
- [**feature**][**change**] code highlighter: switch to standard hugo highlighter [#32](https://github.com/McShelby/hugo-theme-relearn/issues/32)
### Fixes
- [**bug**][**change**] arrow-nav: default sorting ignores ordersectionsby [#63](https://github.com/McShelby/hugo-theme-relearn/issues/63)
- [**bug**][**change**] children: default sorting ignores ordersectionsby [#62](https://github.com/McShelby/hugo-theme-relearn/issues/62)
- [**bug**][**change**] arrow-nav: fix broken links on (and below) hidden pages [#61](https://github.com/McShelby/hugo-theme-relearn/issues/61)
- [**bug**] theme: remove superfluous singular taxonomy from taxonomy title [#46](https://github.com/McShelby/hugo-theme-relearn/issues/46)
- [**bug**][**change**] theme: missing --MENU-HOME-LINK-HOVER-color in documentation [#45](https://github.com/McShelby/hugo-theme-relearn/issues/45)
- [**bug**] theme: fix home link when base URL has some path [#44](https://github.com/McShelby/hugo-theme-relearn/issues/44)
### Maintenance
- [**task**] docs: include changelog in exampleSite [#33](https://github.com/McShelby/hugo-theme-relearn/issues/33)

View file

@ -0,0 +1,3 @@
+++
+++
{{< piratify true >}}

View file

@ -0,0 +1,9 @@
+++
disableToc = false
hidden = true
title = "Version 2.0"
type = "changelog"
weight = -0
+++
{{% pages showhidden="true" showdivider="true" reverse="true" %}}

View file

@ -0,0 +1,8 @@
+++
disableToc = false
hidden = true
title = "Version 2.0"
type = "changelog"
weight = -0
+++
{{< piratify true >}}

View file

@ -0,0 +1,15 @@
## 2.1.0 (2021-09-07)
### Enhancements
- [**feature**] search: open expand if it contains search term [#80](https://github.com/McShelby/hugo-theme-relearn/issues/80)
- [**feature**] menu: scroll active item into view [#79](https://github.com/McShelby/hugo-theme-relearn/issues/79)
- [**feature**] search: disable search in hidden pages [#76](https://github.com/McShelby/hugo-theme-relearn/issues/76)
- [**feature**] search: improve readability of index.json [#75](https://github.com/McShelby/hugo-theme-relearn/issues/75)
- [**feature**] search: increase performance [#74](https://github.com/McShelby/hugo-theme-relearn/issues/74)
- [**feature**] search: improve search context preview [#73](https://github.com/McShelby/hugo-theme-relearn/issues/73)
### Fixes
- [**bug**][**change**] search: hide non-site content [#81](https://github.com/McShelby/hugo-theme-relearn/issues/81)
- [**bug**] menu: always hide hidden sub pages [#77](https://github.com/McShelby/hugo-theme-relearn/issues/77)

View file

@ -0,0 +1,3 @@
+++
+++
{{< piratify true >}}

View file

@ -0,0 +1,9 @@
+++
disableToc = false
hidden = true
title = "Version 2.1"
type = "changelog"
weight = -1
+++
{{% pages showhidden="true" showdivider="true" reverse="true" %}}

View file

@ -0,0 +1,8 @@
+++
disableToc = false
hidden = true
title = "Version 2.1"
type = "changelog"
weight = -1
+++
{{< piratify true >}}

View file

@ -0,0 +1,13 @@
## 2.2.0 (2021-09-09)
### Enhancements
- [**feature**] sitemap: hide hidden pages from sitemap and SEO indexing [#85](https://github.com/McShelby/hugo-theme-relearn/issues/85)
### Fixes
- [**bug**] theme: fix showVisitedLinks in case Hugo is configured to modify relative URLs [#86](https://github.com/McShelby/hugo-theme-relearn/issues/86)
### Maintenance
- [**task**] theme: switch from data-vocabulary to schema [#84](https://github.com/McShelby/hugo-theme-relearn/issues/84)

View file

@ -0,0 +1,3 @@
+++
+++
{{< piratify true >}}

View file

@ -0,0 +1,9 @@
+++
disableToc = false
hidden = true
title = "Version 2.2"
type = "changelog"
weight = -2
+++
{{% pages showhidden="true" showdivider="true" reverse="true" %}}

View file

@ -0,0 +1,8 @@
+++
disableToc = false
hidden = true
title = "Version 2.2"
type = "changelog"
weight = -2
+++
{{< piratify true >}}

View file

@ -0,0 +1,10 @@
## 2.3.0 (2021-09-13)
### Fixes
- [**bug**] theme: fix usage of section element [#88](https://github.com/McShelby/hugo-theme-relearn/issues/88)
### Maintenance
- [**task**] theme: ensure IE11 compatibility [#89](https://github.com/McShelby/hugo-theme-relearn/issues/89)
- [**task**] docs: Arrr! showcase multilang featurrre [#87](https://github.com/McShelby/hugo-theme-relearn/issues/87)

View file

@ -0,0 +1,3 @@
+++
+++
{{< piratify true >}}

View file

@ -0,0 +1,5 @@
## 2.3.1 (2021-09-20)
### Fixes
- [**bug**] docs: rename english pirate translation to avoid crash on rendering [#90](https://github.com/McShelby/hugo-theme-relearn/issues/90)

View file

@ -0,0 +1,3 @@
+++
+++
{{< piratify true >}}

View file

@ -0,0 +1,5 @@
## 2.3.2 (2021-09-20)
### Fixes
- [**bug**] docs: rename history pirate translation [#91](https://github.com/McShelby/hugo-theme-relearn/issues/91)

View file

@ -0,0 +1,3 @@
+++
+++
{{< piratify true >}}

View file

@ -0,0 +1,9 @@
+++
disableToc = false
hidden = true
title = "Version 2.3"
type = "changelog"
weight = -3
+++
{{% pages showhidden="true" showdivider="true" reverse="true" %}}

View file

@ -0,0 +1,8 @@
+++
disableToc = false
hidden = true
title = "Version 2.3"
type = "changelog"
weight = -3
+++
{{< piratify true >}}

View file

@ -0,0 +1,23 @@
## 2.4.0 (2021-10-07)
### Enhancements
- [**feature**] lang: add vietnamese translation [#109](https://github.com/McShelby/hugo-theme-relearn/issues/109)
- [**feature**][**change**] theme: simplify stylesheet for color variants [#107](https://github.com/McShelby/hugo-theme-relearn/issues/107)
- [**feature**] hidden pages: remove from RSS feed, JSON, taxonomy etc [#102](https://github.com/McShelby/hugo-theme-relearn/issues/102)
- [**feature**] theme: announce alternative content in header [#101](https://github.com/McShelby/hugo-theme-relearn/issues/101)
- [**feature**] menu: frontmatter option to change sort predicate [#98](https://github.com/McShelby/hugo-theme-relearn/issues/98)
- [**feature**] menu: frontmatter option to change sort predicate [#98](https://github.com/McShelby/hugo-theme-relearn/issues/98)
- [**feature**] menu: add default setting for menu expansion [#97](https://github.com/McShelby/hugo-theme-relearn/issues/97)
- [**feature**] theme: improve print style [#93](https://github.com/McShelby/hugo-theme-relearn/issues/93)
- [**feature**] theme: improve style [#92](https://github.com/McShelby/hugo-theme-relearn/issues/92)
### Fixes
- [**bug**] include: don't generate additional HTML if file should be displayed "as is" [#110](https://github.com/McShelby/hugo-theme-relearn/issues/110)
- [**bug**] attachments: fix broken links if multilang config is used [#105](https://github.com/McShelby/hugo-theme-relearn/issues/105)
- [**bug**] theme: fix sticky header to remove horizontal scrollbar [#82](https://github.com/McShelby/hugo-theme-relearn/issues/82)
### Maintenance
- [**task**] chore: update fontawesome [#94](https://github.com/McShelby/hugo-theme-relearn/issues/94)

View file

@ -0,0 +1,3 @@
+++
+++
{{< piratify true >}}

View file

@ -0,0 +1,5 @@
## 2.4.1 (2021-10-07)
### Fixes
- [**bug**] theme: remove runtime styles from print [#111](https://github.com/McShelby/hugo-theme-relearn/issues/111)

View file

@ -0,0 +1,3 @@
+++
+++
{{< piratify true >}}

View file

@ -0,0 +1,9 @@
+++
disableToc = false
hidden = true
title = "Version 2.4"
type = "changelog"
weight = -4
+++
{{% pages showhidden="true" showdivider="true" reverse="true" %}}

View file

@ -0,0 +1,8 @@
+++
disableToc = false
hidden = true
title = "Version 2.4"
type = "changelog"
weight = -4
+++
{{< piratify true >}}

View file

@ -0,0 +1,10 @@
## 2.5.0 (2021-10-08)
### Enhancements
- [**feature**][**change**] syntax highlight: provide default colors for unknown languages [#113](https://github.com/McShelby/hugo-theme-relearn/issues/113)
### Fixes
- [**bug**] security: fix XSS for malicious URLs [#114](https://github.com/McShelby/hugo-theme-relearn/issues/114)
- [**bug**] menu: write correct local shortcut links [#112](https://github.com/McShelby/hugo-theme-relearn/issues/112)

View file

@ -0,0 +1,3 @@
+++
+++
{{< piratify true >}}

View file

@ -0,0 +1,5 @@
## 2.5.1 (2021-10-12)
### Fixes
- [**bug**] security: fix XSS for malicious image URLs [#117](https://github.com/McShelby/hugo-theme-relearn/issues/117)

View file

@ -0,0 +1,3 @@
+++
+++
{{< piratify true >}}

View file

@ -0,0 +1,9 @@
+++
disableToc = false
hidden = true
title = "Version 2.5"
type = "changelog"
weight = -5
+++
{{% pages showhidden="true" showdivider="true" reverse="true" %}}

View file

@ -0,0 +1,8 @@
+++
disableToc = false
hidden = true
title = "Version 2.5"
type = "changelog"
weight = -5
+++
{{< piratify true >}}

View file

@ -0,0 +1,5 @@
## 2.6.0 (2021-10-21)
### Fixes
- [**bug**] theme: generate correct links if theme served from subdirectory [#120](https://github.com/McShelby/hugo-theme-relearn/issues/120)

View file

@ -0,0 +1,3 @@
+++
+++
{{< piratify true >}}

View file

@ -0,0 +1,9 @@
+++
disableToc = false
hidden = true
title = "Version 2.6"
type = "changelog"
weight = -6
+++
{{% pages showhidden="true" showdivider="true" reverse="true" %}}

View file

@ -0,0 +1,8 @@
+++
disableToc = false
hidden = true
title = "Version 2.6"
type = "changelog"
weight = -6
+++
{{< piratify true >}}

View file

@ -0,0 +1,5 @@
## 2.7.0 (2021-10-24)
### Enhancements
- [**feature**] notice: support custom titles [#124](https://github.com/McShelby/hugo-theme-relearn/issues/124)

View file

@ -0,0 +1,3 @@
+++
+++
{{< piratify true >}}

View file

@ -0,0 +1,9 @@
+++
disableToc = false
hidden = true
title = "Version 2.7"
type = "changelog"
weight = -7
+++
{{% pages showhidden="true" showdivider="true" reverse="true" %}}

View file

@ -0,0 +1,8 @@
+++
disableToc = false
hidden = true
title = "Version 2.7"
type = "changelog"
weight = -7
+++
{{< piratify true >}}

View file

@ -0,0 +1,16 @@
## 2.8.0 (2021-11-03)
### Enhancements
- [**feature**] toc: make disableTOC globally available via config.toml [#133](https://github.com/McShelby/hugo-theme-relearn/issues/133)
- [**feature**] mermaid: only load javascript if necessary [#95](https://github.com/McShelby/hugo-theme-relearn/issues/95)
- [**feature**][**change**] theme: switch font [#83](https://github.com/McShelby/hugo-theme-relearn/issues/83)
- [**feature**] theme: make favicon configurable [#2](https://github.com/McShelby/hugo-theme-relearn/issues/2)
### Fixes
- [**bug**] mermaid: assert that window.mermaid is actually mermaid [#136](https://github.com/McShelby/hugo-theme-relearn/issues/136)
- [**bug**] menu: remove usage of Hugo's UniqueID [#131](https://github.com/McShelby/hugo-theme-relearn/issues/131)
- [**bug**] theme: reduce margin for children shortcode [#130](https://github.com/McShelby/hugo-theme-relearn/issues/130)
- [**bug**] theme: left-align h3 in chapters [#129](https://github.com/McShelby/hugo-theme-relearn/issues/129)
- [**bug**] theme: align copy link to clipboard [#128](https://github.com/McShelby/hugo-theme-relearn/issues/128)

View file

@ -0,0 +1,3 @@
+++
+++
{{< piratify true >}}

View file

@ -0,0 +1,5 @@
## 2.8.1 (2021-11-04)
### Fixes
- [**bug**] search: don't break JS in multilang setup if search is disabled [#140](https://github.com/McShelby/hugo-theme-relearn/issues/140)

View file

@ -0,0 +1,3 @@
+++
+++
{{< piratify true >}}

View file

@ -0,0 +1,5 @@
## 2.8.2 (2021-11-08)
### Fixes
- [**bug**] mermaid: always load javascript to avoid break if code fences are used [#142](https://github.com/McShelby/hugo-theme-relearn/issues/142)

View file

@ -0,0 +1,3 @@
+++
+++
{{< piratify true >}}

View file

@ -0,0 +1,6 @@
## 2.8.3 (2021-11-09)
### Fixes
- [**bug**] mermaid: let zoom reset to initial size [#145](https://github.com/McShelby/hugo-theme-relearn/issues/145)
- [**bug**] mermaid: remove whitespace from big graphs [#143](https://github.com/McShelby/hugo-theme-relearn/issues/143)

View file

@ -0,0 +1,3 @@
+++
+++
{{< piratify true >}}

View file

@ -0,0 +1,9 @@
+++
disableToc = false
hidden = true
title = "Version 2.8"
type = "changelog"
weight = -8
+++
{{% pages showhidden="true" showdivider="true" reverse="true" %}}

View file

@ -0,0 +1,8 @@
+++
disableToc = false
hidden = true
title = "Version 2.8"
type = "changelog"
weight = -8
+++
{{< piratify true >}}

View file

@ -0,0 +1,10 @@
## 2.9.0 (2021-11-19)
### Fixes
- [**bug**][**breaking**] relref: fix inconsistent behavior [#156](https://github.com/McShelby/hugo-theme-relearn/issues/156)
- [**bug**] search: make dropdown stick to search field when scrolling [#155](https://github.com/McShelby/hugo-theme-relearn/issues/155)
- [**bug**] menu: align long text properly [#154](https://github.com/McShelby/hugo-theme-relearn/issues/154)
- [**bug**] copyToClipBoard: add missing right border for inline code if `disableInlineCopyToClipBoard=true` [#153](https://github.com/McShelby/hugo-theme-relearn/issues/153)
- [**bug**] menu: show hidden sibling pages reliably [#152](https://github.com/McShelby/hugo-theme-relearn/issues/152)
- [**bug**] menu: bring active item in sight for large menus [#149](https://github.com/McShelby/hugo-theme-relearn/issues/149)

View file

@ -0,0 +1,3 @@
+++
+++
{{< piratify true >}}

View file

@ -0,0 +1,5 @@
## 2.9.1 (2021-11-22)
### Fixes
- [**bug**] menu: fix significantly low performance for collecting of meta info [#157](https://github.com/McShelby/hugo-theme-relearn/issues/157)

View file

@ -0,0 +1,3 @@
+++
+++
{{< piratify true >}}

View file

@ -0,0 +1,9 @@
## 2.9.2 (2021-11-26)
### Enhancements
- [**feature**] theme: add theme version info to head [#158](https://github.com/McShelby/hugo-theme-relearn/issues/158)
### Fixes
- [**bug**] theme: fix selection of *.ico files as favicons [#160](https://github.com/McShelby/hugo-theme-relearn/issues/160)

View file

@ -0,0 +1,3 @@
+++
+++
{{< piratify true >}}

View file

@ -0,0 +1,5 @@
## 2.9.3 (2022-02-06)
### Fixes
- [**bug**] menu: invalid URL when the shortcut is an internal link [#163](https://github.com/McShelby/hugo-theme-relearn/issues/163)

View file

@ -0,0 +1,3 @@
+++
+++
{{< piratify true >}}

View file

@ -0,0 +1,5 @@
## 2.9.4 (2022-02-06)
### Fixes
- [**bug**] exampleSite: fix links in official documentation [#168](https://github.com/McShelby/hugo-theme-relearn/issues/168)

View file

@ -0,0 +1,3 @@
+++
+++
{{< piratify true >}}

View file

@ -0,0 +1,5 @@
## 2.9.5 (2022-02-07)
### Fixes
- [**bug**] menu: let arrow navigation respect ordersectionsby configuration [#170](https://github.com/McShelby/hugo-theme-relearn/issues/170)

View file

@ -0,0 +1,3 @@
+++
+++
{{< piratify true >}}

View file

@ -0,0 +1,5 @@
## 2.9.6 (2022-02-07)
### Fixes
- [**bug**] menu: remove debug output [#171](https://github.com/McShelby/hugo-theme-relearn/issues/171)

View file

@ -0,0 +1,3 @@
+++
+++
{{< piratify true >}}

View file

@ -0,0 +1,9 @@
+++
disableToc = false
hidden = true
title = "Version 2.9"
type = "changelog"
weight = -9
+++
{{% pages showhidden="true" showdivider="true" reverse="true" %}}

View file

@ -0,0 +1,8 @@
+++
disableToc = false
hidden = true
title = "Version 2.9"
type = "changelog"
weight = -9
+++
{{< piratify true >}}

View file

@ -0,0 +1,8 @@
+++
disableToc = false
title = "Version 2"
type = "changelog"
weight = -2
+++
{{% pages showhidden="true" showdivider="true" %}}

View file

@ -0,0 +1,7 @@
+++
disableToc = false
title = "Version 2"
type = "changelog"
weight = -2
+++
{{< piratify true >}}

View file

@ -0,0 +1,21 @@
## 3.0.0 (2022-02-22)
### Enhancements
- [**feature**] variant: build a variant generator [#188](https://github.com/McShelby/hugo-theme-relearn/issues/188)
- [**feature**] nav: only show toc if the page has headings [#182](https://github.com/McShelby/hugo-theme-relearn/issues/182)
- [**feature**][**breaking**] theme: change default colors to Relearn defaults [#181](https://github.com/McShelby/hugo-theme-relearn/issues/181)
- [**feature**] variant: add a variant selector [#178](https://github.com/McShelby/hugo-theme-relearn/issues/178)
- [**feature**][**breaking**] menu: rework footer UX [#177](https://github.com/McShelby/hugo-theme-relearn/issues/177)
- [**feature**] theme: support for dark mode [#175](https://github.com/McShelby/hugo-theme-relearn/issues/175)
- [**feature**] docs: use light syntax highlighting theme [#174](https://github.com/McShelby/hugo-theme-relearn/issues/174)
- [**feature**] notice: tweak dull colors [#173](https://github.com/McShelby/hugo-theme-relearn/issues/173)
- [**feature**] theme: rework header UX [#151](https://github.com/McShelby/hugo-theme-relearn/issues/151)
### Fixes
- [**bug**] search: remove additional X in filled out search box in IE11 [#190](https://github.com/McShelby/hugo-theme-relearn/issues/190)
- [**bug**] clipboard: localize tooltips [#186](https://github.com/McShelby/hugo-theme-relearn/issues/186)
- [**bug**] print: hide sidebar on Mac [#183](https://github.com/McShelby/hugo-theme-relearn/issues/183)
- [**bug**] menu: fix scrollbar height [#180](https://github.com/McShelby/hugo-theme-relearn/issues/180)
- [**bug**][**change**] search: fix color change for icons on hover [#176](https://github.com/McShelby/hugo-theme-relearn/issues/176)

View file

@ -0,0 +1,3 @@
+++
+++
{{< piratify true >}}

View file

@ -0,0 +1,9 @@
## 3.0.1 (2022-02-23)
### Enhancements
- [**feature**] children: set containerstyle automatically according to style [#192](https://github.com/McShelby/hugo-theme-relearn/issues/192)
### Fixes
- [**bug**] theme: revert fontawsome to version 5 for IE11 compat [#191](https://github.com/McShelby/hugo-theme-relearn/issues/191)

View file

@ -0,0 +1,3 @@
+++
+++
{{< piratify true >}}

View file

@ -0,0 +1,5 @@
## 3.0.2 (2022-02-23)
### Enhancements
- [**feature**] tags: sort by name [#193](https://github.com/McShelby/hugo-theme-relearn/issues/193)

View file

@ -0,0 +1,3 @@
+++
+++
{{< piratify true >}}

View file

@ -0,0 +1,11 @@
## 3.0.3 (2022-02-23)
### Enhancements
- [**feature**] tags: show tag count in taxonomy list [#195](https://github.com/McShelby/hugo-theme-relearn/issues/195)
### Fixes
- [**bug**] theme: remove Hugo build warning if page is not file based [#197](https://github.com/McShelby/hugo-theme-relearn/issues/197)
- [**bug**] tags: adhere to titleSeparator [#196](https://github.com/McShelby/hugo-theme-relearn/issues/196)
- [**bug**] theme: hide footer divider and variant selector in IE11 [#194](https://github.com/McShelby/hugo-theme-relearn/issues/194)

View file

@ -0,0 +1,3 @@
+++
+++
{{< piratify true >}}

View file

@ -0,0 +1,14 @@
## 3.0.4 (2022-02-24)
### Enhancements
- [**feature**] theme: improve font loading [#201](https://github.com/McShelby/hugo-theme-relearn/issues/201)
- [**feature**][**change**] variant: fix inconsistent color variable naming [#200](https://github.com/McShelby/hugo-theme-relearn/issues/200)
### Fixes
- [**bug**] variant: fix occasional fail when resetting generator [#208](https://github.com/McShelby/hugo-theme-relearn/issues/208)
- [**bug**] docs: don't move header on logo hover in IE11 [#207](https://github.com/McShelby/hugo-theme-relearn/issues/207)
- [**bug**] variant: avoid flash of menu header when non default variant is active [#206](https://github.com/McShelby/hugo-theme-relearn/issues/206)
- [**bug**] theme: fix wrong HTML closing tag order in chapters [#205](https://github.com/McShelby/hugo-theme-relearn/issues/205)
- [**bug**] theme: adjust breadcrumb and title for empty home page titles [#202](https://github.com/McShelby/hugo-theme-relearn/issues/202)

Some files were not shown because too many files have changed in this diff Show more