From a2c6ca42c734ae33f639d2ecd575f1226faec7ef Mon Sep 17 00:00:00 2001 From: makeworld Date: Fri, 28 Jan 2022 12:20:01 -0500 Subject: [PATCH] Changelog for #293 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a1eaad..d091393 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Keybinding to open URL with URL handler instead of configured proxy (#143) - `include` theme key to import themes from an external file (#154, #290) - Support SOCKS5 proxying by setting `AMFORA_SOCKS5` environment variable (#155) +- When bookmarking a page, the first level one heading is suggested as the name (#267, #293) ### Changed - Center text automatically, removing `left_margin` from the config (#233)