From 6478d4795cc5502d144bec56874b737ea5d8104c Mon Sep 17 00:00:00 2001 From: daudix Date: Wed, 28 Aug 2024 06:08:04 +0300 Subject: [PATCH] Bump to v4.7.1 --- CHANGELOG.md | 11 +++++++++++ content/_index.md | 4 ++-- sass/style.scss | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b73b76f..f63b7c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased](https://codeberg.org/daudix/duckquill/compare/v4.7.0...main) +## [4.7.1](https://codeberg.org/daudix/duckquill/compare/v4.7.0...v4.7.1) - 2024-08-28 + +### Changed + +- Don't use `safe` on `primary_color` default variables since they don't need it. +- Make commented-out config variables easier to find. + +### Fixed + +- Don't wrap sentences in navbar dropdowns. + ## [4.7.0](https://codeberg.org/daudix/duckquill/compare/v4.6.0...v4.7.0) - 2024-08-27 ### Added diff --git a/content/_index.md b/content/_index.md index 35f2425..27d9a59 100644 --- a/content/_index.md +++ b/content/_index.md @@ -52,7 +52,7 @@ It is highly recommended to switch from the `main` branch to the latest release: ```bash cd themes/duckquill -git checkout tags/v4.7.0 +git checkout tags/v4.7.1 ``` 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 git submodule update --remote --merge git tag --list -git checkout tags/v4.7.0 +git checkout tags/v4.7.1 ``` Then, enable it in your `config.toml`: diff --git a/sass/style.scss b/sass/style.scss index 0abde4f..5c2d8d6 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -1,5 +1,5 @@ /*! - * Duckquill v4.7.0 (https://duckquill.daudix.one) + * Duckquill v4.7.1 (https://duckquill.daudix.one) * Copyright 2024 David "Daudix" Lapshin * Licensed under MIT (https://codeberg.org/daudix/duckquill/src/branch/main/LICENSE) */