From f3cf73dd29eb5f565ab621533c7644c60989973b Mon Sep 17 00:00:00 2001 From: makeworld Date: Wed, 27 Sep 2023 18:17:42 -0400 Subject: [PATCH] doc for #336 and #319 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51b92c0..03a0f3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Tabs have the domain of the current page instead of numbers (#202) - Closing Amfora with q was removed in favor of Shift-q (#243) - Paging up or down scrolls by 50% instead of 75%, to match `less` (#303) +- Update deps, require Go 1.17 (#336) +- Show local directory index file if available (#319) ### Fixed - Modal can't be closed when opening non-gemini text URLs from the commandline (#283, #284)