diff --git a/CHANGELOG.md b/CHANGELOG.md index ac4f708..1028059 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - External programs started by Amfora remain as zombie processes (#219) - Prevent link lines (and other types) from being wider than the `max_width` setting (#280) - `new:7` on new tab page fails to open link (#306) +- Slashes aren't decoded in redirect URLs (#322, #324) ## [1.9.2] - 2021-12-10 diff --git a/THANKS.md b/THANKS.md index ba0b4e6..effd852 100644 --- a/THANKS.md +++ b/THANKS.md @@ -28,3 +28,4 @@ Thank you to the following contributors, who have helped make Amfora great. FOSS * mntn (@mntn-xyz) * Maxime Bouillot (@Arkaeriit) * Emily (@emily-is-my-username) +* Autumn! (@autumnull) diff --git a/display/thanks.go b/display/thanks.go index 7240e9a..9bca203 100644 --- a/display/thanks.go +++ b/display/thanks.go @@ -32,4 +32,5 @@ Thank you to the following contributors, who have helped make Amfora great. FOSS * mntn (@mntn-xyz) * Maxime Bouillot (@Arkaeriit) * Emily (@emily-is-my-username) +* Autumn! (@autumnull) `)