From 568e9d14b521771fc7cf2b84fc771bf4bf51b1d9 Mon Sep 17 00:00:00 2001 From: tibbi Date: Sun, 11 Aug 2019 22:13:53 +0200 Subject: [PATCH] updating changelog --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8792f59be..9dcb79d48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ Changelog ========== +Version 6.9.2 *(2019-08-11)* +---------------------------- + + * Added some performance improvements at fullscreen media on weaker devices + * Allow long pressing Properties fields to copy values to the clipboard + * Show the errors occuring at file fetching with a toast + * Fixed a glitch at batch renaming using a pattern + * Try fixing Date Taken values automatically after copy/move + * Changed most of the icons to vectors for better quality and lower size + * Properly color the top menu icons + * Some other UX, performance and stability improvements + Version 6.9.1 *(2019-08-03)* ----------------------------