summaryrefslogtreecommitdiff
path: root/res/about
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-09-04 17:39:19 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-09-04 17:39:19 +0300
commit5c23b5805a25b815458809eab74e47776c3f47ce (patch)
treee56a7561ad61c7753faffd9cbd82cf88bdc12326 /res/about
parentf6bbed48aac2f5497d81b33b3444226b8af1b2d3 (diff)
parentb1621ee3fbd80f386c32e932ba6eb7f10bc3c822 (diff)
Merge branch 'dev' into work/v1.7
# Conflicts: # CMakeLists.txt # res/about/version.gmi
Diffstat (limited to 'res/about')
-rw-r--r--res/about/version.gmi4
1 files changed, 4 insertions, 0 deletions
diff --git a/res/about/version.gmi b/res/about/version.gmi
index c2163c7d..ba65b00d 100644
--- a/res/about/version.gmi
+++ b/res/about/version.gmi
@@ -10,6 +10,10 @@
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.6
14* Fixed URL encoding of the % character.
15* Fixed hang when wrapping a very long word (with HarfBuzz disabled).
16
13## 1.6.5 17## 1.6.5
14* Audio init errors are no longer fatal. SDL's error message will still be printed. 18* Audio init errors are no longer fatal. SDL's error message will still be printed.
15* Fixed appearance of tab buttons (should have no top frame). 19* Fixed appearance of tab buttons (should have no top frame).