diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-01-11 20:55:38 +0200 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-01-12 12:05:12 +0200 |
commit | 341519487778bf7d006c2c896aadde1faa3f905b (patch) | |
tree | f437cae66bbf6f3c342e36af676076cf993db110 | |
parent | a573d5155d0c9554789124d8d02ed83bd21ec46e (diff) |
Updated release notes
-rw-r--r-- | res/about/version.gmi | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/res/about/version.gmi b/res/about/version.gmi index a4b5228c..387cdc1e 100644 --- a/res/about/version.gmi +++ b/res/about/version.gmi | |||
@@ -11,14 +11,22 @@ | |||
11 | * Added a bold UI font. It is used for unread feed entries and default dialog buttons. | 11 | * Added a bold UI font. It is used for unread feed entries and default dialog buttons. |
12 | * Added support for Finger links (courtesy of John Cowan). | 12 | * Added support for Finger links (courtesy of John Cowan). |
13 | * Added option to show full link URL when hovering on it. | 13 | * Added option to show full link URL when hovering on it. |
14 | * Added keybinding for page reload. | 14 | * Added keybindings for page reload, opening link in new tab via home row keys (${SHIFT+}F), and hovering on a link via home row keys (H). |
15 | * Remote bookmarks are grouped under their source in the bookmark list. | 15 | * Remote bookmarks are grouped under their source in the bookmark list. |
16 | * A bookmark's icon is updated after loading the page so it matches the site. | 16 | * A bookmark's icon is updated after loading the page so it matches the site. |
17 | * Quote border line shows up on empty quote lines, too. | ||
18 | * Trusting a new server certificate manually will update the current page without reloading. | 17 | * Trusting a new server certificate manually will update the current page without reloading. |
19 | * Improved font glyph caching: only rasterize when drawing, and retry after failure. This makes initial document layout faster and avoids issues with permanently lost glyphs. | 18 | |
20 | * Fixed parts of text disappearing when the glyph cache fills up. | 19 | ## 1.0.3 |
20 | * Improved font glyph caching: only rasterize glyphs when drawing text, and retry after failure. This makes initial document layout faster and avoids issues with permanently lost glyphs. | ||
21 | * Fixed parts of text disappearing when the glyph cache fills up. The cache also uses less memory now. | ||
22 | * Fixed feed entry context menu showing the wrong menu item for Mark as Read/Unread. | ||
23 | * Fixed parentheses and brackets being trimmed from feed entry titles. | ||
24 | * Fixed quotes appearing continuous even when there are empty lines in between. | ||
25 | * Fixed quote border line not showing up on empty quote lines. | ||
21 | * Fixed handling of redirection in a background tab — redirected URL would open in the current tab. | 26 | * Fixed handling of redirection in a background tab — redirected URL would open in the current tab. |
27 | * Fixed Gemini URL normalization with regard to default port. | ||
28 | * Fixed a very minor memory leak. | ||
29 | * Fixed missing "gopher:" URL scheme registration on macOS. | ||
22 | 30 | ||
23 | ## 1.0.2 | 31 | ## 1.0.2 |
24 | * Fixed URL input field showing the wrong URL when opening tabs in the background. | 32 | * Fixed URL input field showing the wrong URL when opening tabs in the background. |