File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 1
- __version__ = "4.2.1 "
1
+ __version__ = "4.3.0 "
2
2
__appname__ = "dupeGuru"
Original file line number Diff line number Diff line change
1
+ === 4.3.0 (2022-07-01)
2
+ * Redirect stdout from custom command to the log files (#1008)
3
+ * Update translations
4
+ * Fix typo in debian control file (#989)
5
+ * Add option to profile scans
6
+ * Update fs.py to optimize stat() calls
7
+ * Fix Error when delete after scan (#988)
8
+ * Update directory scanning to use os.scandir() and DirEntry objects
9
+ * Improve performance of Directories.get_state()
10
+ * Migrate from hscommon.path to pathlib
11
+ * Switch file hashing to xxhash with fallback to md5
12
+ * Add update check feature to about box
13
+
1
14
=== 4.2.1 (2022-03-25)
2
15
* Default to English on unsupported system language (#976)
3
16
* Fix image viewer zoom datatype issue (#978)
You can’t perform that action at this time.
0 commit comments