From 80b1d1837574c61b6af38a6a15d16048e7c2099c Mon Sep 17 00:00:00 2001 From: makeworld Date: Mon, 12 Oct 2020 14:49:21 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Add=20#101=20to=20changelog?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d4592c..4bf6a95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updated [go-isemoji](https://github.com/makeworld-the-better-one/go-isemoji) to v1.1.0 to support Emoji 13.1 for favicons - The web browser code doesn't check for Xorg anymore, just display variables (#93) - Bookmarks can be made to non-gemini URLs (#94) +- Remove pointless directory fallbacks (#101) ### Fixed - XDG user dir file is parsed instead of looking for XDG env vars (#97, #100)