From 72e38e8b8de61cb39346449a6444bfbf6459ab9b Mon Sep 17 00:00:00 2001 From: makeworld Date: Wed, 4 Nov 2020 18:38:08 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20changelog?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8ebd26..8ec875b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,11 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ### Added +- **Support client certificates** through config (#112) - `ansi` config setting, to disable ANSI colors in pages (#79, #86) - Edit current URL with e (#87) - If `emoji_favicons` is enabled, new bookmarks will have the domain's favicon prepended (#69, #90) - The `BROWSER` env var is now also checked when opening web links on Unix (#93) -- Support client certificates through config (#112) ### Changed - Disabling the `color` config setting also disables ANSI colors in pages (#79, #86) @@ -21,7 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - XDG user dir file is parsed instead of looking for XDG env vars (#97, #100) -- Support paths in HTTP(S) browser config setting (#77) +- Support paths with spaces in HTTP browser config setting (#77) ## [v1.5.0] - 2020-09-01