diff options
Diffstat (limited to 'res/about')
-rw-r--r-- | res/about/version.gmi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/res/about/version.gmi b/res/about/version.gmi index 1fce4188..89e81047 100644 --- a/res/about/version.gmi +++ b/res/about/version.gmi | |||
@@ -6,6 +6,16 @@ | |||
6 | ``` | 6 | ``` |
7 | # Release notes | 7 | # Release notes |
8 | 8 | ||
9 | ## 1.6.4 | ||
10 | * Local files containing UTF-8 text can be viewed regardless of their file extension. | ||
11 | * Fixed input field cursor positioning and insertion problems around Emoji variation selectors. | ||
12 | * Fixed "Unknown Status Code" shown in Page Information for valid status codes. | ||
13 | * Fixed an issue with network requests that would make it appear the server was not responding, but the request would not time out. | ||
14 | * Fixed a potential invalid memory access when clicking on sidebar items. | ||
15 | * OpenBSD: Fixed a freeze after a network request is cancelled. | ||
16 | * Fixed page contents not reflowing during a window resize. | ||
17 | * Added build option ENABLE_RESIZE_DRAW. SDL doesn't redraw window contents on all platforms during resizing, so this can be used to force it. | ||
18 | |||
9 | ## 1.6.3 | 19 | ## 1.6.3 |
10 | * Select all text in an input field using Shift+Ctrl+A (macOS: ⌘A). | 20 | * Select all text in an input field using Shift+Ctrl+A (macOS: ⌘A). |
11 | * Input fields do not lose focus when the window becomes inactive, making it easier to resume input afterwards. | 21 | * Input fields do not lose focus when the window becomes inactive, making it easier to resume input afterwards. |