Bump to v6.2.0, add missing release dates to changelog, update copyright year
This commit is contained in:
24
CHANGELOG.md
24
CHANGELOG.md
@ -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/v6.1.1...main)
|
## [Unreleased](https://codeberg.org/daudix/duckquill/compare/v6.1.1...main)
|
||||||
|
|
||||||
|
## [v6.2.0](https://codeberg.org/daudix/duckquill/compare/v6.1.1...v6.2.0) - 2025-03-30
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Add ability to disable share preview card altogether by setting `config.extra.card` to `false` (#122).
|
- Add ability to disable share preview card altogether by setting `config.extra.card` to `false` (#122).
|
||||||
@ -28,13 +30,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
- Remove `extra.fix_contrast` and `extra.fix_contrast_dark` config/page/section variables in favor of automatic contrast color picking (#43).
|
- Remove `extra.fix_contrast` and `extra.fix_contrast_dark` config/page/section variables in favor of automatic contrast color picking (#43).
|
||||||
|
|
||||||
## [v6.1.1](https://codeberg.org/daudix/duckquill/compare/v6.1.0...v6.1.1)
|
## [v6.1.1](https://codeberg.org/daudix/duckquill/compare/v6.1.0...v6.1.1) - 2024-12-01
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Fix translation of table of contents heading.
|
- Fix translation of table of contents heading.
|
||||||
|
|
||||||
## [v6.1.0](https://codeberg.org/daudix/duckquill/compare/v6.0.0...v6.1.0)
|
## [v6.1.0](https://codeberg.org/daudix/duckquill/compare/v6.0.0...v6.1.0) - 2024-12-01
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
@ -51,7 +53,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
- Fix navbar not scrolling with content on mobile (#109).
|
- Fix navbar not scrolling with content on mobile (#109).
|
||||||
|
|
||||||
## [6.0.0](https://codeberg.org/daudix/duckquill/compare/v5.4.0...v6.0.0)
|
## [6.0.0](https://codeberg.org/daudix/duckquill/compare/v5.4.0...v6.0.0) - 2024-11-03
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
@ -106,7 +108,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
- **[BREAKING]** Remove `container` class in favor of styling the `main` element directly.
|
- **[BREAKING]** Remove `container` class in favor of styling the `main` element directly.
|
||||||
- Remove `inline-button` class and instead apply button styles by default.
|
- Remove `inline-button` class and instead apply button styles by default.
|
||||||
|
|
||||||
## [5.4.0](https://codeberg.org/daudix/duckquill/compare/v5.3.2...v5.4.0)
|
## [5.4.0](https://codeberg.org/daudix/duckquill/compare/v5.3.2...v5.4.0) - 2024-10-06
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
@ -127,13 +129,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
- Move quick navigation buttons to the top on mobile.
|
- Move quick navigation buttons to the top on mobile.
|
||||||
- Return some `-webkit-` prefixes for wider compatibility.
|
- Return some `-webkit-` prefixes for wider compatibility.
|
||||||
|
|
||||||
## [5.3.2](https://codeberg.org/daudix/duckquill/compare/v5.3.1...v5.3.2)
|
## [5.3.2](https://codeberg.org/daudix/duckquill/compare/v5.3.1...v5.3.2) - 2024-10-02
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Fix navbar blur covering the entire page on mobile (#93).
|
- 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) - 2024-09-30
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
@ -144,7 +146,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
- Fix backdrop blur of dropdowns and search container in Chrome (#77 and #91).
|
- Fix backdrop blur of dropdowns and search container in Chrome (#77 and #91).
|
||||||
- Fix height of search bar in Chrome.
|
- Fix height of search bar in Chrome.
|
||||||
|
|
||||||
## [5.3.0](https://codeberg.org/daudix/duckquill/compare/v5.2.0...v5.3.0)
|
## [5.3.0](https://codeberg.org/daudix/duckquill/compare/v5.2.0...v5.3.0) - 2024-09-29
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
@ -163,7 +165,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
- Fix height of "Skip to Main Content" button.
|
- Fix height of "Skip to Main Content" button.
|
||||||
- Fix various RTL issues (broken toggles, article list arrow, unmirrored icons).
|
- Fix various RTL issues (broken toggles, article list arrow, unmirrored icons).
|
||||||
|
|
||||||
## [5.2.0](https://codeberg.org/daudix/duckquill/compare/v5.1.0...v5.2.0)
|
## [5.2.0](https://codeberg.org/daudix/duckquill/compare/v5.1.0...v5.2.0) - 2024-09-25
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
@ -189,7 +191,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
- Fix spacing between article heading and description in article list if badge is present.
|
- Fix spacing between article heading and description in article list if badge is present.
|
||||||
|
|
||||||
## [5.1.0](https://codeberg.org/daudix/duckquill/compare/v5.0.0...v5.1.0)
|
## [5.1.0](https://codeberg.org/daudix/duckquill/compare/v5.0.0...v5.1.0) - 2024-09-20
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
@ -205,7 +207,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
- Simplify prev/next post nav styles.
|
- Simplify prev/next post nav styles.
|
||||||
- Use decimals instead of percents (again).
|
- Use decimals instead of percents (again).
|
||||||
|
|
||||||
## [5.0.0](https://codeberg.org/daudix/duckquill/compare/v4.8.0...v5.0.0)
|
## [5.0.0](https://codeberg.org/daudix/duckquill/compare/v4.8.0...v5.0.0) - 2024-09-18
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
@ -296,7 +298,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
- Fix videos and iframes having rounded corners and edge highlight in fullscreen.
|
- Fix videos and iframes having rounded corners and edge highlight in fullscreen.
|
||||||
- Load auto-menu-close script if navbar menus are present.
|
- Load auto-menu-close script if navbar menus are present.
|
||||||
|
|
||||||
## [4.8.0](https://codeberg.org/daudix/duckquill/compare/v4.7.1...v4.8.0)
|
## [4.8.0](https://codeberg.org/daudix/duckquill/compare/v4.7.1...v4.8.0) - 2024-08-29
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
MIT License
|
MIT License
|
||||||
|
|
||||||
Copyright (c) 2024 David "Daudix" Lapshin
|
Copyright (c) 2024-2025 David "Daudix" Lapshin
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -66,7 +66,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/v6.1.1
|
git checkout tags/v6.2.0
|
||||||
```
|
```
|
||||||
|
|
||||||
Then, enable it in your `config.toml`:
|
Then, enable it in your `config.toml`:
|
||||||
@ -80,7 +80,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/v6.1.1
|
git checkout tags/v6.2.0
|
||||||
```
|
```
|
||||||
|
|
||||||
{% alert(important=true) %}
|
{% alert(important=true) %}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*!
|
/*!
|
||||||
* Duckquill v6.1.1 (https://duckquill.daudix.one)
|
* Duckquill v6.2.0 (https://duckquill.daudix.one)
|
||||||
* Copyright 2024 David "Daudix" Lapshin
|
* Copyright 2024-2025 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