mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 15:57:57 +00:00
Ship tag 5.6.0
This commit is contained in:
parent
e0ca56ed66
commit
224ef3f0c8
2 changed files with 27 additions and 1 deletions
|
@ -1,5 +1,31 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 5.6.0 (2022-11-18)
|
||||||
|
|
||||||
|
### Enhancements
|
||||||
|
|
||||||
|
- [**feature**] toc: improve keyboard handling [#390](https://github.com/McShelby/hugo-theme-relearn/issues/390)
|
||||||
|
- [**feature**] search: improve keyboard handling [#387](https://github.com/McShelby/hugo-theme-relearn/issues/387)
|
||||||
|
- [**feature**] search: add dedicated search page [#386](https://github.com/McShelby/hugo-theme-relearn/issues/386)
|
||||||
|
- [**feature**] theme: make creation of generator meta tag configurable [#383](https://github.com/McShelby/hugo-theme-relearn/issues/383)
|
||||||
|
- [**feature**] theme: increase build performance [#380](https://github.com/McShelby/hugo-theme-relearn/issues/380)
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
|
||||||
|
- [**bug**] mermaid: avoid leading whitespace [#394](https://github.com/McShelby/hugo-theme-relearn/issues/394)
|
||||||
|
- [**bug**] theme: fix build errors when referencing SVGs in markdown [#393](https://github.com/McShelby/hugo-theme-relearn/issues/393)
|
||||||
|
- [**bug**] variant: avoid neon to leak into IE11 fallback [#392](https://github.com/McShelby/hugo-theme-relearn/issues/392)
|
||||||
|
- [**bug**] theme: fix urls for file:// protocol in sitemap [#385](https://github.com/McShelby/hugo-theme-relearn/issues/385)
|
||||||
|
- [**bug**] theme: add id to h1 elements [#384](https://github.com/McShelby/hugo-theme-relearn/issues/384)
|
||||||
|
- [**bug**] rss: fix display of hidden subpages [#382](https://github.com/McShelby/hugo-theme-relearn/issues/382)
|
||||||
|
- [**bug**] nav: fix key navigation when pressing wrong modifiers [#379](https://github.com/McShelby/hugo-theme-relearn/issues/379)
|
||||||
|
|
||||||
|
### Maintenance
|
||||||
|
|
||||||
|
- [**task**] mermaid: update to version 9.2.2 [#391](https://github.com/McShelby/hugo-theme-relearn/issues/391)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## 5.5.3 (2022-11-10)
|
## 5.5.3 (2022-11-10)
|
||||||
|
|
||||||
### Fixes
|
### Fixes
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
5.5.3+tip
|
5.6.0
|
Loading…
Reference in a new issue