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

@ -25,7 +25,7 @@ If applicable, add screenshots to help explain your problem.
**Desktop (please complete the following information):**
- OS: [e.g. Windows 10 / OSX 10.15 / Ubuntu 20.04]
- Version [e.g. 4.0.4]
- Version [e.g. 4.0.5]
**Additional context**
Add any other context about the problem here. You may include the debug log although it is normally best to attach it as a file.

View File

@ -9,11 +9,13 @@ The Cocoa UI of dupeGuru is hosted in a separate repo: https://github.com/hsoft/
## Current status
Development has been slow this past year, however very close to getting all the different 4.0.4 releases posted. Most of the work this past year (2019) has been towards packaging the application and issues related to that.
* 2020: various bug fixes and small UI improvements have been added. Packaging for MacOS is still a problem.
* 2019: Development has been slow this past year, however very close to getting all the different 4.0.4 releases posted. Most of the work this past year (2019) has been towards packaging the application and issues related to that.
Still looking for additional help especially with regards to:
- OSX maintenance (reproducing bugs & cocoa version)
- Linux maintenance (reproducing bugs)
- Linux maintenance (reproducing bugs, building package with Cocoa UI)
## Contents of this folder
@ -43,8 +45,7 @@ For windows instructions see the [Windows Instructions](Windows.md).
dupeGuru is built with "make":
$ make
$ make run
$ make && make run
### Generate Debian/Ubuntu package

View File

@ -1,2 +1,2 @@
__version__ = "4.0.4"
__version__ = "4.0.5"
__appname__ = "dupeGuru"

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)