Bump to v5.3.2

This commit is contained in:
daudix
2024-10-02 02:56:19 +03:00
parent 011a149498
commit 1ff0537045
3 changed files with 10 additions and 4 deletions

View File

@ -5,7 +5,13 @@ 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/), 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). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased](https://codeberg.org/daudix/duckquill/compare/v5.3.1...main) ## [Unreleased](https://codeberg.org/daudix/duckquill/compare/v5.3.2...main)
## [5.3.2](https://codeberg.org/daudix/duckquill/compare/v5.3.1...v5.3.2)
### Fixed
- Fix navbar blur covering the entire page on mobile (#93).
## [5.3.1](https://codeberg.org/daudix/duckquill/compare/v5.3.0...v5.3.1) ## [5.3.1](https://codeberg.org/daudix/duckquill/compare/v5.3.0...v5.3.1)

View File

@ -70,7 +70,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/v5.3.1 git checkout tags/v5.3.2
``` ```
Then, enable it in your `config.toml`: Then, enable it in your `config.toml`:
@ -84,7 +84,7 @@ To update the theme, simply switch to a new tag:
```bash ```bash
git submodule update --remote --merge git submodule update --remote --merge
cd themes/duckquill cd themes/duckquill
git checkout tags/v5.3.1 git checkout tags/v5.3.2
``` ```
{% alert(important=true) %} {% alert(important=true) %}

View File

@ -1,5 +1,5 @@
/*! /*!
* Duckquill v5.3.1 (https://duckquill.daudix.one) * Duckquill v5.3.2 (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)
*/ */