From 6a8df9c8cfeab7df23fcf5607763d04a99323fd3 Mon Sep 17 00:00:00 2001 From: makeworld Date: Tue, 1 Sep 2020 14:17:45 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Add=20#83=20to=20changelog?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ca39c7..598c1b0 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 - You can now set programs in the config to open other schemes like `gopher://` or `magnet:` (#74) - Auto-redirecting can be enabled - redirect within Gemini up to 5 times automatically (#75) - Help page documents paging keys (#78) +- The new tab page can be customized by creating a gemtext file called `newtab.gmi` in the config directory (#67, #83) ### Changed - Update to [go-gemini](https://github.com/makeworld-the-better-one/go-gemini) v0.8.4 @@ -24,7 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Race condition when reloading pages, could have caused the cache to still be used - Prevent panic (crash) when the server sends an error with an empty meta string (#73) - URLs with with colon-only schemes (like `mailto:`) are properly recognized -- You can no longer navigate through the history when the help page is open (#78) +- You can no longer navigate through the history when the help page is open (#55, #78) ## [1.4.0] - 2020-07-28