diff options
Diffstat (limited to 'res')
-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). |