Bump to v6.1.0
This commit is contained in:
@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file.
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [Unreleased](https://codeberg.org/daudix/duckquill/compare/v6.0.0...main)
|
||||
## [Unreleased](https://codeberg.org/daudix/duckquill/compare/v6.1.0...main)
|
||||
|
||||
## [v6.1.0](https://codeberg.org/daudix/duckquill/compare/v6.0.0...v6.1.0)
|
||||
|
||||
### Added
|
||||
|
||||
|
@ -66,7 +66,7 @@ It is highly recommended to switch from the `main` branch to the latest release:
|
||||
|
||||
```bash
|
||||
cd themes/duckquill
|
||||
git checkout tags/v6.0.0
|
||||
git checkout tags/v6.1.0
|
||||
```
|
||||
|
||||
Then, enable it in your `config.toml`:
|
||||
@ -80,7 +80,7 @@ To update the theme, simply switch to a new tag:
|
||||
```bash
|
||||
git submodule update --remote --merge
|
||||
cd themes/duckquill
|
||||
git checkout tags/v6.0.0
|
||||
git checkout tags/v6.1.0
|
||||
```
|
||||
|
||||
{% alert(important=true) %}
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*!
|
||||
* Duckquill v6.0.0 (https://duckquill.daudix.one)
|
||||
* Duckquill v6.1.0 (https://duckquill.daudix.one)
|
||||
* Copyright 2024 David "Daudix" Lapshin
|
||||
* Licensed under MIT (https://codeberg.org/daudix/duckquill/src/branch/main/LICENSE)
|
||||
*/
|
||||
|
BIN
screenshot.png
BIN
screenshot.png
Binary file not shown.
Before Width: | Height: | Size: 176 KiB After Width: | Height: | Size: 171 KiB |
Reference in New Issue
Block a user