From 96fda081bb5fe83398937a5f0686725880d0b483 Mon Sep 17 00:00:00 2001 From: makeworld Date: Thu, 8 Oct 2020 20:56:28 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Add=20#100=20to=20changelog?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35cd8cd..8d4592c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `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) +- The `BROWSER` env var is now also checked when opening web links on Unix (#93) ### Changed - Disabling the `color` config setting also disables ANSI colors in pages (#79, #86) @@ -17,6 +17,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - The web browser code doesn't check for Xorg anymore, just display variables (#93) - Bookmarks can be made to non-gemini URLs (#94) +### Fixed +- XDG user dir file is parsed instead of looking for XDG env vars (#97, #100) + ## [v1.5.0] - 2020-09-01 ### Added