summaryrefslogtreecommitdiff
path: root/res/about
diff options
context:
space:
mode:
Diffstat (limited to 'res/about')
-rw-r--r--res/about/version.gmi5
1 files changed, 5 insertions, 0 deletions
diff --git a/res/about/version.gmi b/res/about/version.gmi
index 5141a4b1..35c730c1 100644
--- a/res/about/version.gmi
+++ b/res/about/version.gmi
@@ -10,6 +10,11 @@
10* Added support for viewing WebP images. The libwebp library is an optional dependency and will be included in the build if found via pkg-config. 10* Added support for viewing WebP images. The libwebp library is an optional dependency and will be included in the build if found via pkg-config.
11* Added a footer action to view `application/octet-stream` content depending on recognized file extensions. 11* Added a footer action to view `application/octet-stream` content depending on recognized file extensions.
12 12
13## 1.6.5
14* Audio init errors are no longer fatal. SDL's error message will still be printed.
15* Fixed a cursor position regression in input fields related to handling of variation selectors (codepoint clusters). Moving the cursor to the start of a wrapped line segment put the cursor in the wrong place.
16* Fixed right-clicking on sidebar tab buttons. It was showing the wrong context menu when the list had been scrolled down.
17
13## 1.6.4 18## 1.6.4
14* Local files containing UTF-8 text can be viewed regardless of their file extension. 19* Local files containing UTF-8 text can be viewed regardless of their file extension.
15* Fixed input field cursor positioning and insertion problems around Emoji variation selectors. 20* Fixed input field cursor positioning and insertion problems around Emoji variation selectors.