diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-07-17 08:58:06 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-07-17 08:58:06 +0300 |
commit | 49656e357eb9741e8d44ae01d96268312e6fdc83 (patch) | |
tree | 114d71d3251dba6a7470fb4a380ba59e406af8a6 /res/about | |
parent | 0d9c3c4cb9bc9571cd3c38446c720f93e36cc8ad (diff) |
Updated release notes
Diffstat (limited to 'res/about')
-rw-r--r-- | res/about/version.gmi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/res/about/version.gmi b/res/about/version.gmi index f346b4a9..d74d0483 100644 --- a/res/about/version.gmi +++ b/res/about/version.gmi | |||
@@ -12,7 +12,8 @@ | |||
12 | * Added settings for keyboard and mouse scrolling speeds. | 12 | * Added settings for keyboard and mouse scrolling speeds. |
13 | * Added configuration file for defining UI color palette (see Help, section 3.5). | 13 | * Added configuration file for defining UI color palette (see Help, section 3.5). |
14 | * Added link context menu item for deleting local files (e.g., downloads). | 14 | * Added link context menu item for deleting local files (e.g., downloads). |
15 | * Improved TOFU implementation: if the server certificate is not trusted, the connection is aborted at the TLS handshake stage. Previously only a warning was shown and the page contents were fetched regardless. | 15 | * Improved TOFU implementation: if the server certificate is not trusted, the connection is aborted at the TLS handshake stage. Previously, only a warning was shown and the page contents were fetched regardless. |
16 | * Improved handling of expired server certificates. An error page is shown and the connection is aborted at the TLS handshake stage. The user can give a temporary exception to load the page. | ||
16 | * Inline images/audio will not get discarded during back/forward navigation. The Network > Memory Size setting determines the maximum memory usage for media. Setting the Memory Size to zero is equivalent to the previous behavior of discarding everything when the page changes. | 17 | * Inline images/audio will not get discarded during back/forward navigation. The Network > Memory Size setting determines the maximum memory usage for media. Setting the Memory Size to zero is equivalent to the previous behavior of discarding everything when the page changes. |
17 | * Page contents are cached in presentation form for quicker restoring during back/forward navigation. | 18 | * Page contents are cached in presentation form for quicker restoring during back/forward navigation. |
18 | * Debug information includes RAM use in addition to cache size. This includes document layout and media stored in memory (e.g., raw pixel data of images). | 19 | * Debug information includes RAM use in addition to cache size. This includes document layout and media stored in memory (e.g., raw pixel data of images). |