diff --git a/CHANGELOG.md b/CHANGELOG.md index ff905ca..26a4a9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ 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.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Unreleased] +### Changed +- Use preformatted_text color for rendering plain text files (#351) + + ## [1.10.0] - 2024-03-17 ### Added - Syntax highlighting for preformatted text blocks with alt text (#252, #263, [wiki page](https://github.com/makeworld-the-better-one/amfora/wiki/Source-Code-Highlighting)) diff --git a/THANKS.md b/THANKS.md index 2ba5025..84e9813 100644 --- a/THANKS.md +++ b/THANKS.md @@ -30,3 +30,4 @@ Thank you to the following contributors, who have helped make Amfora great. FOSS * Emily (@emily-is-my-username) * Autumn! (@autumnull) * William Rehwinkel (@FiskFan1999) +* Frank Seifferth (@seifferth) diff --git a/display/thanks.go b/display/thanks.go index 9bca203..c30fedf 100644 --- a/display/thanks.go +++ b/display/thanks.go @@ -33,4 +33,6 @@ Thank you to the following contributors, who have helped make Amfora great. FOSS * Maxime Bouillot (@Arkaeriit) * Emily (@emily-is-my-username) * Autumn! (@autumnull) +* William Rehwinkel (@FiskFan1999) +* Frank Seifferth (@seifferth) `)