1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2026-01-22 14:41:39 +00:00

Move up to 4.0.5

* Initial push to 4.0.5 milestone
* Update changelog
This commit is contained in:
glubsy
2020-10-27 19:37:26 +01:00
parent 735ba2fd0e
commit 32d66cd19b
4 changed files with 25 additions and 6 deletions

View File

@@ -1,3 +1,21 @@
=== 4.0.5 (2020-10-27)
* Use tabs instead of floating windows (#688)
* Add image comparison features to details dialog (#683)
* Add exclusion filters for file names (#705)
* Change reference row background color (#701)
* Save/Load directories in Directories (#706)
* Workaround for EXIF IFD type mismatch in parsing function (#630, #698)
* Progress dialog stuck at "Verified X/X matches" (#693, #694)
* Fix word wrap in ignore list dialog (#687)
* Fix updating result window action upon creation (#685)
* Colorize details table differences, allow rows to be moved around (#682)
* Fix loading Result of 'Scan Type: Folders' shows only '---' in every table cell (#676, #677)
* Add shortcut description to mark selected action (#656)
* Fix row trimming being too aggressive. (#655, #654)
* Add a preference option to disable bold font on reference row (#646)
* Various building and packaging issues
=== 4.0.4 (2019-05-13)
* Update qt/platform.py to support other Unix style OSes (#444)