Skip to content

Commit

Permalink
Move up to 4.0.5
Browse files Browse the repository at this point in the history
* Initial push to 4.0.5 milestone
* Update changelog
  • Loading branch information
glubsy committed Oct 27, 2020
1 parent 735ba2f commit 32d66cd
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion core/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "4.0.4"
__version__ = "4.0.5"
__appname__ = "dupeGuru"
18 changes: 18 additions & 0 deletions help/changelog
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 32d66cd

Please sign in to comment.