Fix release diff links in changelog
Too bad that forgejo doesn't support CHANGELOG.md format
This commit is contained in:
36
CHANGELOG.md
36
CHANGELOG.md
@ -5,9 +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]
|
||||
## [Unreleased](https://codeberg.org/daudix/duckquill/compare/v4.6.0...main)
|
||||
|
||||
## [v4.6.0] - 2024-08-23
|
||||
## [4.6.0](https://codeberg.org/daudix/duckquill/compare/v4.5.0...v4.6.0) - 2024-08-23
|
||||
|
||||
### Added
|
||||
|
||||
@ -25,7 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
- Fix the Feed button in multilingual sites.
|
||||
- Remove left/right margins from `<figure>`.
|
||||
|
||||
## [v4.5.0] - 2024-08-18
|
||||
## [4.5.0](https://codeberg.org/daudix/duckquill/compare/v4.4.0...v4.5.0) - 2024-08-18
|
||||
|
||||
### Added
|
||||
|
||||
@ -35,7 +35,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
- Improve adaptivity of footer on mobile.
|
||||
|
||||
## [v4.4.0] - 2024-08-17
|
||||
## [4.4.0](https://codeberg.org/daudix/duckquill/compare/v4.3.0...v4.4.0) - 2024-08-17
|
||||
|
||||
### Added
|
||||
|
||||
@ -49,7 +49,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
- Improve adaptivity of navbar on mobile.
|
||||
- Use `--contrast-color` for footer's "Powered by" links.
|
||||
|
||||
## [v4.3.0] - 2024-08-15
|
||||
## [4.3.0](https://codeberg.org/daudix/duckquill/compare/v4.2.1...v4.3.0) - 2024-08-15
|
||||
|
||||
### Added
|
||||
|
||||
@ -70,13 +70,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
- Fix line height in footer.
|
||||
- Fix text color in search bar using User Agent color.
|
||||
|
||||
## [v4.2.1] - 2024-08-06
|
||||
## [4.2.1](https://codeberg.org/daudix/duckquill/compare/v4.2.0...v4.2.1) - 2024-08-06
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fix phantom search bar causing spaces on the sides of short navbars, even when search is disabled.
|
||||
|
||||
## [v4.2.0] - 2024-08-06
|
||||
## [4.2.0](https://codeberg.org/daudix/duckquill/compare/v4.1.0...v4.2.0) - 2024-08-06
|
||||
|
||||
### Added
|
||||
|
||||
@ -114,7 +114,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
- Fix search bar getting stuck in the disabled state after reloading page with it being open.
|
||||
- Replace leftover tabi paths with Duckquill.
|
||||
|
||||
## [v4.1.0] - 2024-07-22
|
||||
## [4.1.0](https://codeberg.org/daudix/duckquill/compare/v4.0.0...v4.1.0) - 2024-07-22
|
||||
|
||||
### Added
|
||||
|
||||
@ -136,7 +136,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
- Fix code blocks with complex settings.
|
||||
|
||||
## [v4.0.0] - 2024-07-20
|
||||
## [4.0.0](https://codeberg.org/daudix/duckquill/compare/v3.2.1...v4.0.0) - 2024-07-20
|
||||
|
||||
### Added
|
||||
|
||||
@ -181,7 +181,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
- Trim whitespace in more places.
|
||||
- Use button element instead of anchors, fixes keyboard navigation and other issues.
|
||||
|
||||
## [v3.2.1] - 2024-06-30
|
||||
## [3.2.1](https://codeberg.org/daudix/duckquill/compare/v3.2.0...v3.2.1) - 2024-06-30
|
||||
|
||||
### Changed
|
||||
|
||||
@ -194,7 +194,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
- Add missing translation keys for search.
|
||||
|
||||
## [v3.2.0] - 2024-06-30
|
||||
## [3.2.0](https://codeberg.org/daudix/duckquill/compare/v3.1.0...v3.2.0) - 2024-06-30
|
||||
|
||||
### Added
|
||||
|
||||
@ -211,7 +211,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
- Replace all `px` values with `rem` for better responsiveness. E.g the whole UI can be scaled by just changing HTML font size.
|
||||
- Tone down the inline code element and checkbox outline.
|
||||
|
||||
## [v3.1.0] - 2024-06-27
|
||||
## [3.1.0](https://codeberg.org/daudix/duckquill/compare/v3.0.0...v3.1.0) - 2024-06-27
|
||||
|
||||
### Added
|
||||
|
||||
@ -240,7 +240,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
- Prevent previous/next post buttons' text being too close to each other.
|
||||
|
||||
## [v3.0.0] - 2024-06-20
|
||||
## [3.0.0](https://codeberg.org/daudix/duckquill/compare/v2.1.0...v3.0.0) - 2024-06-20
|
||||
|
||||
### Added
|
||||
|
||||
@ -277,7 +277,7 @@ with `date_format` and `date_locale` inside translation files.
|
||||
- Fix images with `transparent` class having shadow on hover.
|
||||
- Fix the anchor link not being keyboard-accessible.
|
||||
|
||||
## [v2.1.0] - 2024-06-13
|
||||
## [2.1.0](https://codeberg.org/daudix/duckquill/compare/v2.0.0...v2.1.0) - 2024-06-13
|
||||
|
||||
### Added
|
||||
|
||||
@ -308,7 +308,7 @@ with `date_format` and `date_locale` inside translation files.
|
||||
- Fix active state transition for footer socials.
|
||||
- Fix the verified checkmark in comments render as emoji.
|
||||
|
||||
## [v2.0.0] - 2024-05-20
|
||||
## [2.0.0](https://codeberg.org/daudix/duckquill/compare/v1.1.0...v2.0.0) - 2024-05-20
|
||||
|
||||
### Added
|
||||
|
||||
@ -351,7 +351,7 @@ with `date_format` and `date_locale` inside translation files.
|
||||
- Fix long post title sneaking under the archived/drafted post badge.
|
||||
- Fix the image shortcode having the source link not working.
|
||||
|
||||
## [v1.1.0] - 2024-04-29
|
||||
## [1.1.0](https://codeberg.org/daudix/duckquill/compare/v1.0.1...v1.1.0) - 2024-04-29
|
||||
|
||||
### Added
|
||||
|
||||
@ -382,7 +382,7 @@ with `date_format` and `date_locale` inside translation files.
|
||||
- Fix code blocks having every other line being darker in some complex cases.
|
||||
- Fix emoji favicon being cut-off.
|
||||
|
||||
## [v1.0.1] - 2024-04-05
|
||||
## [1.0.1](https://codeberg.org/daudix/duckquill/compare/v1.0.0...v1.0.1) - 2024-04-05
|
||||
|
||||
### Changed
|
||||
|
||||
@ -398,6 +398,6 @@ with `date_format` and `date_locale` inside translation files.
|
||||
- Fix capitalization of buttons.
|
||||
- Revert 2006d69bd4 since it broke "Go to Top" among others.
|
||||
|
||||
## [v1.0.0] - 2024-04-03
|
||||
## [v1.0.0](https://codeberg.org/daudix/duckquill/compare/940c84f4ee...v1.0.0) - 2024-04-03
|
||||
|
||||
Initial release.
|
||||
|
Reference in New Issue
Block a user