From c21d23fc77392b2947c91ccb470defd591f3d7b4 Mon Sep 17 00:00:00 2001 From: Victor Domingos Date: Sat, 29 May 2021 16:49:03 +0100 Subject: [PATCH] Update changelog.txt --- changelog.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index e043153..636ce29 100644 --- a/changelog.txt +++ b/changelog.txt @@ -4,10 +4,11 @@ Version History: ================ -v.0.9.2 beta - 2021-05-?? +v.0.9.2 beta - 2021-05-29 * Added the ability to open the currently selected image in the system's default image viewing application by pressing or double-clicking. * On macOS, you may also display a QuickLook window by pressing the spacebar. + * Removed the usage of walrus operator to make it compatible with Python3.7+. -- v.0.9.1 beta - 2021-04-25