diff options
Diffstat (limited to 'res/about/version.gmi')
-rw-r--r-- | res/about/version.gmi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/res/about/version.gmi b/res/about/version.gmi index 42475e13..1932baa1 100644 --- a/res/about/version.gmi +++ b/res/about/version.gmi | |||
@@ -8,9 +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. | 11 | * UI shows decoded IDNs. |
12 | * Percent-encoded Unicode characters in URL paths are decoded for the UI, and encoded in outgoing requests. | 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. | 13 | * Added option to disable decoding of percent-encoded paths for the UI. |
14 | * Quick search via URL bar shows entries from subscribed feeds. | 14 | * Quick search via URL bar shows entries from subscribed feeds. |
15 | * Added keybindings for zooming. | 15 | * Added keybindings for zooming. |
16 | * Improved usability of page content searching (${CTRL+}F, Escape). | 16 | * Improved usability of page content searching (${CTRL+}F, Escape). |
@@ -19,6 +19,7 @@ | |||
19 | * Fixed handling of Unicode joiners and modifiers (by ignoring them, since we lack the glyphs). | 19 | * Fixed handling of Unicode joiners and modifiers (by ignoring them, since we lack the glyphs). |
20 | * Fixed a layout issue with sidebars where the bottommost content line was occasionally not visible. | 20 | * Fixed a layout issue with sidebars where the bottommost content line was occasionally not visible. |
21 | * Fixed exit when a hook program didn't read its input. | 21 | * Fixed exit when a hook program didn't read its input. |
22 | * Fixed use of variable-width fonts in input fields. | ||
22 | * Fixed crash when using an identity (with LibreSSL on OpenBSD). | 23 | * Fixed crash when using an identity (with LibreSSL on OpenBSD). |
23 | 24 | ||
24 | ## 0.12.1 | 25 | ## 0.12.1 |