diff --git a/CHANGELOG.md b/CHANGELOG.md index 97df23e..a3d27f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ 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] +### Added +- Opening local files with `file://` URIs (#103, #117) + ### Changed - Updated [go-gemini](https://github.com/makeworld-the-better-one/go-gemini) to v0.9.1 to support CN-only wildcard certs - Preformatted text is now light yellow by default diff --git a/THANKS.md b/THANKS.md index 0e093f4..e5ba5b9 100644 --- a/THANKS.md +++ b/THANKS.md @@ -10,4 +10,5 @@ Thank you to the following contributors, who have helped make Amfora great. FOSS - Timur Ismagilov (@bouncepaw) - Matt Caroll (@ohiolab) - Patryk Niedźwiedziński (@pniedzwiedzinski) -- Trevor Slocum (@tsclocum) \ No newline at end of file +- Trevor Slocum (@tsclocum) +- Mattias Jadelius (@jedthehumanoid)