diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-12-12 15:37:20 +0200 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-12-12 15:37:20 +0200 |
commit | ef07b24ad3431496372d3cfd2884b0609b940e27 (patch) | |
tree | e8a23f15dabc3fd5e2d34c87619c698da478f2ef /res/about/version.gmi | |
parent | 8864cc5aee3b134b0ffc5f53c1593645f4109f8c (diff) |
New monospace font; flexible mono spacing
Iosevka replaces Fira Mono as the monospace font.
Emojis are now allowed to be wider than normal monospace glyphs. However, if whitespace permits, the original monospacing is restored.
IssueID #73
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 |