Skip to content

Commit

Permalink
Update to version 4.3.0, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
arsenetar committed Jul 1, 2022
1 parent 92b2780 commit 360dcec
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion core/__init__.py
@@ -1,2 +1,2 @@
__version__ = "4.2.1"
__version__ = "4.3.0"
__appname__ = "dupeGuru"
13 changes: 13 additions & 0 deletions 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)
Expand Down

0 comments on commit 360dcec

Please sign in to comment.