diff options
Diffstat (limited to 'res/about')
-rw-r--r-- | res/about/license.gmi | 3 | ||||
-rw-r--r-- | res/about/version.gmi | 5 |
2 files changed, 5 insertions, 3 deletions
diff --git a/res/about/license.gmi b/res/about/license.gmi index 0ea0897a..d5ffe3c4 100644 --- a/res/about/license.gmi +++ b/res/about/license.gmi | |||
@@ -100,7 +100,8 @@ The libunistring library is covered by the GNU Lesser General Public License (LG | |||
100 | 100 | ||
101 | This application uses fonts licensed under the Open Font License. | 101 | This application uses fonts licensed under the Open Font License. |
102 | 102 | ||
103 | => https://github.com/mozilla/Fira/blob/master/LICENSE Fira Sans, Fira Mono | 103 | => https://github.com/mozilla/Fira/blob/master/LICENSE Fira Sans |
104 | => https://typeof.net/Iosevka/ Iosevka | ||
104 | => https://github.com/googlefonts/literata/blob/master/OFL.txt Literata | 105 | => https://github.com/googlefonts/literata/blob/master/OFL.txt Literata |
105 | => https://github.com/google/fonts/blob/master/ofl/nanumgothic/OFL.txt Nanum Gothic | 106 | => https://github.com/google/fonts/blob/master/ofl/nanumgothic/OFL.txt Nanum Gothic |
106 | => https://www.google.com/get/noto/help/cjk/ Noto Sans CJK JP | 107 | => https://www.google.com/get/noto/help/cjk/ Noto Sans CJK JP |
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 |