From 360dceca7bbab9f7a3cbdecb9d0c9973d2af15b2 Mon Sep 17 00:00:00 2001 From: Andrew Senetar Date: Thu, 30 Jun 2022 23:27:14 -0500 Subject: [PATCH] Update to version 4.3.0, update changelog --- core/__init__.py | 2 +- help/changelog | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/core/__init__.py b/core/__init__.py index 56d09396..d8f78c73 100644 --- a/core/__init__.py +++ b/core/__init__.py @@ -1,2 +1,2 @@ -__version__ = "4.2.1" +__version__ = "4.3.0" __appname__ = "dupeGuru" diff --git a/help/changelog b/help/changelog index 5cdf3fde..25bc5e94 100644 --- a/help/changelog +++ b/help/changelog @@ -1,3 +1,16 @@ +=== 4.3.0 (2022-07-01) +* Redirect stdout from custom command to the log files (#1008) +* Update translations +* Fix typo in debian control file (#989) +* Add option to profile scans +* Update fs.py to optimize stat() calls +* Fix Error when delete after scan (#988) +* Update directory scanning to use os.scandir() and DirEntry objects +* Improve performance of Directories.get_state() +* Migrate from hscommon.path to pathlib +* Switch file hashing to xxhash with fallback to md5 +* Add update check feature to about box + === 4.2.1 (2022-03-25) * Default to English on unsupported system language (#976) * Fix image viewer zoom datatype issue (#978)