diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-08-20 09:07:09 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-08-20 09:07:09 +0300 |
commit | e9e496ffb64d83a55162d38ffc6d87a364bb6a95 (patch) | |
tree | a8a76c8bf63b24347e5d09582319db5eca4e7d88 /res/about/version.gmi | |
parent | 4e62a21cea5781fc91ec5ef22710e0fe19badb3c (diff) |
Added WebP decoding using libwebp
Diffstat (limited to 'res/about/version.gmi')
-rw-r--r-- | res/about/version.gmi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/res/about/version.gmi b/res/about/version.gmi index 89e81047..5141a4b1 100644 --- a/res/about/version.gmi +++ b/res/about/version.gmi | |||
@@ -6,6 +6,10 @@ | |||
6 | ``` | 6 | ``` |
7 | # Release notes | 7 | # Release notes |
8 | 8 | ||
9 | ## 1.7 | ||
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. | ||
12 | |||
9 | ## 1.6.4 | 13 | ## 1.6.4 |
10 | * Local files containing UTF-8 text can be viewed regardless of their file extension. | 14 | * Local files containing UTF-8 text can be viewed regardless of their file extension. |
11 | * Fixed input field cursor positioning and insertion problems around Emoji variation selectors. | 15 | * Fixed input field cursor positioning and insertion problems around Emoji variation selectors. |