summaryrefslogtreecommitdiff
path: root/res/about/version.gmi
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-08-25 16:29:17 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-08-25 16:29:17 +0300
commit9895b10c9cb2d69be718dd3847206e98631dc1c0 (patch)
tree03d434661a96d04f5bb054c07fa107e385aaabc5 /res/about/version.gmi
parentb7fe868ef9eda18ab1a537e5b77c269d4f1fd1b8 (diff)
parentac5f5fb61f91233e93aa7d14d43213ae33b85828 (diff)
Merge branch 'dev' into work/v1.7
# Conflicts: # CMakeLists.txt # res/about/version.gmi
Diffstat (limited to 'res/about/version.gmi')
-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.