diff options
Diffstat (limited to 'res')
-rw-r--r-- | res/about/version.gmi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/res/about/version.gmi b/res/about/version.gmi index a39d792b..f346b4a9 100644 --- a/res/about/version.gmi +++ b/res/about/version.gmi | |||
@@ -12,6 +12,7 @@ | |||
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 | * 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. | 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. |
16 | * Page contents are cached in presentation form for quicker restoring during back/forward navigation. | 17 | * Page contents are cached in presentation form for quicker restoring during back/forward navigation. |
17 | * 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). | 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). |