summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-12-12 12:39:21 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-12-12 12:39:21 +0200
commit8864cc5aee3b134b0ffc5f53c1593645f4109f8c (patch)
treeae06a5d64bd72521b447d1abc984f6d2e171e0cb /res
parent7bc2f1b1dd089bfd362ad04dad47ab38c6d9ff37 (diff)
Added option to show URL paths as encoded or decoded
IssueID #73
Diffstat (limited to 'res')
-rw-r--r--res/about/version.gmi3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/about/version.gmi b/res/about/version.gmi
index 50ade298..42475e13 100644
--- a/res/about/version.gmi
+++ b/res/about/version.gmi
@@ -8,6 +8,9 @@
8 8
9## 0.13 9## 0.13
10* Support for Internationalized Domain Names (IDN) in network requests. 10* Support for Internationalized Domain Names (IDN) in network requests.
11* IDNs show up in decoded form in the UI.
12* Percent-encoded Unicode characters in URL paths are decoded for the UI, and encoded in outgoing requests.
13* Added option to disable decoding of percent-encoded paths.
11* Quick search via URL bar shows entries from subscribed feeds. 14* Quick search via URL bar shows entries from subscribed feeds.
12* Added keybindings for zooming. 15* Added keybindings for zooming.
13* Improved usability of page content searching (${CTRL+}F, Escape). 16* Improved usability of page content searching (${CTRL+}F, Escape).