summaryrefslogtreecommitdiff
path: root/res/about
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-08-17 13:06:57 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-08-17 13:06:57 +0300
commit3b11a2a13474c45ab45c62b109422f2035a34269 (patch)
treea2fc1213b8e217e4b797aaa33285de52eb0907f2 /res/about
parente1930b58579da943d985005b05ec97a5def7ac93 (diff)
Updated release notes
Diffstat (limited to 'res/about')
-rw-r--r--res/about/version.gmi6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/about/version.gmi b/res/about/version.gmi
index 1fce4188..83681f03 100644
--- a/res/about/version.gmi
+++ b/res/about/version.gmi
@@ -6,6 +6,12 @@
6``` 6```
7# Release notes 7# Release notes
8 8
9## 1.6.4
10* Fixed an issue with network requests that would make it appear the server was not responding, but the request would not time out.
11* Fixed a potential invalid memory access when clicking on sidebar items.
12* OpenBSD: Fixed a freeze after a network request is cancelled.
13* Added build option ENABLE_RESIZE_DRAW (OFF). SDL doesn't redraw window contents on all platforms during resizing, so this can be used to force it.
14
9## 1.6.3 15## 1.6.3
10* Select all text in an input field using Shift+Ctrl+A (macOS: ⌘A). 16* 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. 17* Input fields do not lose focus when the window becomes inactive, making it easier to resume input afterwards.