From 4e3befae2e1e6e503363181d5944fff4eff2715d Mon Sep 17 00:00:00 2001 From: makeworld Date: Sun, 7 Feb 2021 21:55:30 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Doc=20for=20#184?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 1 + THANKS.md | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 156e56c..07b2158 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `about:` URLs can be typed into the bottom bar (#167) - Bookmarks modal closes on ESC like the others (#173) - Handle empty META string (#176) +- Whitespace around the URL entered in the bottom bar is stripped (#184) ## [1.7.2] - 2020-12-21 diff --git a/THANKS.md b/THANKS.md index 0cb9ee2..7eeeb8b 100644 --- a/THANKS.md +++ b/THANKS.md @@ -16,3 +16,4 @@ Thank you to the following contributors, who have helped make Amfora great. FOSS - Jeff (@phaedrus-jaf) - Stephen Robinson (@sudobash1) - Peter Steinberg (@objectliteral) +- Thomas Adam (@ThomasAdam)