summaryrefslogtreecommitdiff
path: root/res/about
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-08-20 06:36:07 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-08-20 06:36:07 +0300
commit4e62a21cea5781fc91ec5ef22710e0fe19badb3c (patch)
treedc688c51fcec9f990796b4e58f0422dc25935954 /res/about
parentc4fa62d07dac1c3855dae4ed5108ab0f3eb43ceb (diff)
parentd358811295527f705defbeea31b38fa2ee90a12e (diff)
Merge branch 'dev' into work/v1.7
# Conflicts: # CMakeLists.txt
Diffstat (limited to 'res/about')
-rw-r--r--res/about/version.gmi10
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.