diff options
author | Allan Wang <me@allanwang.ca> | 2019-09-08 02:06:14 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2019-09-08 02:06:14 -0700 |
commit | 5f397d2b8f699dd1bf8c08c3951e864d3ac14304 (patch) | |
tree | 66d81d42186f4a60911332983542f392efe7eb42 /docs | |
parent | f8b477b976cf858e1fff5dbb8f9de26ef3de1cd4 (diff) | |
download | frost-5f397d2b8f699dd1bf8c08c3951e864d3ac14304.tar.gz frost-5f397d2b8f699dd1bf8c08c3951e864d3ac14304.tar.bz2 frost-5f397d2b8f699dd1bf8c08c3951e864d3ac14304.zip |
Move biometric init out of coroutine launch
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index 224607e4..82704ae6 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -2,6 +2,7 @@ ## v2.4.0 * Removed web only mode for auth requests. Marking notifications as read is now disabled by default to deal with phishing accusations. +* Save images with the correct extensions. ## v2.3.2 * Disable auto feed refresh by default and add setting to re-enable it |