Bump to v4.8.0
This commit is contained in:
@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [Unreleased](https://codeberg.org/daudix/duckquill/compare/v4.7.1...main)
|
## [Unreleased](https://codeberg.org/daudix/duckquill/compare/v4.7.1...main)
|
||||||
|
|
||||||
|
## [4.8.0](https://codeberg.org/daudix/duckquill/compare/v4.7.1...v4.8.0)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Add a separator between the article description and details.
|
- Add a separator between the article description and details.
|
||||||
@ -17,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Make button hover styles consistent across all buttons.
|
- Make button hover styles consistent across all buttons.
|
||||||
|
- Make navbar modifications also affect menu buttons (#69, nice).
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
|
|
||||||
|
@ -52,7 +52,7 @@ It is highly recommended to switch from the `main` branch to the latest release:
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd themes/duckquill
|
cd themes/duckquill
|
||||||
git checkout tags/v4.7.1
|
git checkout tags/v4.8.0
|
||||||
```
|
```
|
||||||
|
|
||||||
To update the submodule, simply switch to a new tag:
|
To update the submodule, simply switch to a new tag:
|
||||||
@ -64,7 +64,7 @@ Check the changelog for all versions that came after the one you are using, ther
|
|||||||
```bash
|
```bash
|
||||||
git submodule update --remote --merge
|
git submodule update --remote --merge
|
||||||
git tag --list
|
git tag --list
|
||||||
git checkout tags/v4.7.1
|
git checkout tags/v4.8.0
|
||||||
```
|
```
|
||||||
|
|
||||||
Then, enable it in your `config.toml`:
|
Then, enable it in your `config.toml`:
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*!
|
/*!
|
||||||
* Duckquill v4.7.1 (https://duckquill.daudix.one)
|
* Duckquill v4.8.0 (https://duckquill.daudix.one)
|
||||||
* Copyright 2024 David "Daudix" Lapshin
|
* Copyright 2024 David "Daudix" Lapshin
|
||||||
* Licensed under MIT (https://codeberg.org/daudix/duckquill/src/branch/main/LICENSE)
|
* Licensed under MIT (https://codeberg.org/daudix/duckquill/src/branch/main/LICENSE)
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user