Skip to content

Commit 360dcec

Browse files
committed
Update to version 4.3.0, update changelog
1 parent 92b2780 commit 360dcec

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

core/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "4.2.1"
1+
__version__ = "4.3.0"
22
__appname__ = "dupeGuru"

help/changelog

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
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+
114
=== 4.2.1 (2022-03-25)
215
* Default to English on unsupported system language (#976)
316
* Fix image viewer zoom datatype issue (#978)

0 commit comments

Comments
 (0)