summaryrefslogtreecommitdiff
path: root/res/about
diff options
context:
space:
mode:
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.