We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 916c520 commit 1f1dfa8Copy full SHA for 1f1dfa8
core/__init__.py
@@ -1,2 +1,2 @@
1
-__version__ = "4.3.1-dev"
+__version__ = "4.3.1"
2
__appname__ = "dupeGuru"
help/changelog
@@ -1,3 +1,8 @@
+=== 4.3.1 (2022-07-08)
+* Fix issue where cache db exceptions could prevent files being hashed (#1015)
3
+* Add extra guard for non-zero length files without digests to prevent false duplicates
4
+* Update Italian translations
5
+
6
=== 4.3.0 (2022-07-01)
7
* Redirect stdout from custom command to the log files (#1008)
8
* Update translations
0 commit comments