Ship tag 7.5.0

This commit is contained in:
GitHub Actions Bot 2025-03-04 21:01:35 +00:00
parent c5fbc3427c
commit effc1bad3b
8 changed files with 67 additions and 2 deletions
CHANGELOG.md
docs/content/introduction
layouts/partials

View file

@ -1,5 +1,25 @@
# Changelog
## 7.5.0 (2025-03-04)
### Enhancements
- [**feature**][**change**] rtl: fix alignment of buttons [#1039](https://github.com/McShelby/hugo-theme-relearn/issues/1039)
- [**feature**] code: add copy-to-clipboard to pre-only elements [#1036](https://github.com/McShelby/hugo-theme-relearn/issues/1036)
### Fixes
- [**bug**] code: fixing negative margin on inline clipboard [#1038](https://github.com/McShelby/hugo-theme-relearn/issues/1038)
- [**bug**] tooltip: make font reliable [#1037](https://github.com/McShelby/hugo-theme-relearn/issues/1037)
- [**bug**] code: avoid inline code to display above sticky table headers [#1035](https://github.com/McShelby/hugo-theme-relearn/issues/1035)
### Maintenance
- [**task**] openapi: update swagger-ui to 5.19.0 [#1041](https://github.com/McShelby/hugo-theme-relearn/issues/1041)
- [**task**][**change**] theme: move dependencies from static to assets [#1040](https://github.com/McShelby/hugo-theme-relearn/issues/1040)
---
## 7.4.1 (2025-02-19)
### Fixes

View file

@ -0,0 +1,17 @@
## 7.5.0 (2025-03-04)
### Enhancements
- [**feature**][**change**] rtl: fix alignment of buttons [#1039](https://github.com/McShelby/hugo-theme-relearn/issues/1039)
- [**feature**] code: add copy-to-clipboard to pre-only elements [#1036](https://github.com/McShelby/hugo-theme-relearn/issues/1036)
### Fixes
- [**bug**] code: fixing negative margin on inline clipboard [#1038](https://github.com/McShelby/hugo-theme-relearn/issues/1038)
- [**bug**] tooltip: make font reliable [#1037](https://github.com/McShelby/hugo-theme-relearn/issues/1037)
- [**bug**] code: avoid inline code to display above sticky table headers [#1035](https://github.com/McShelby/hugo-theme-relearn/issues/1035)
### Maintenance
- [**task**] openapi: update swagger-ui to 5.19.0 [#1041](https://github.com/McShelby/hugo-theme-relearn/issues/1041)
- [**task**][**change**] theme: move dependencies from static to assets [#1040](https://github.com/McShelby/hugo-theme-relearn/issues/1040)

View file

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

View file

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

View file

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

View file

@ -6,7 +6,7 @@ type = "releasenotes"
weight = -5
+++
## 7.5.0 (XXXX-XX-XX) {#7-5-0}
## 7.5.0 (2025-03-04) {#7-5-0}
### Change

View file

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

View file

@ -1 +1 @@
7.4.1+4a4b60ef048a8d78397eefb8be672b6df9fe0830
7.5.0