Releases: gitname/dupeguru-post-processor
Releases · gitname/dupeguru-post-processor
v1.4.1
- Refactor the code that generates the CSV file (to facilitate testing and maintenance)
- Implement unit tests targeting that code
v1.4.0
- Fix bug preventing the specified log level from taking effect
v1.3.0
The CSV file generated by this script now includes the following additional features, which I think will facilitate sorting of the data:
- a header row
- a column containing the folder path without the file name
- a column containing the file name without the folder path
- a column containing the file suffix alone

v1.2.2
- Fix bug where script would try to normalize
None
as a filesystem path (in some situations)
- Display version number in GUI title bar
v1.2.1
- Fix typo in GUI prompt
- Move CLI documentation above GUI documentation in README
- Add screenshot of GUI to README
v1.2.0
The GUI can now be used to launch the script in CSV output mode and to specify a log level.

v1.1.0
Introduced a basic GUI that can be used to launch the script in console output mode (but not CSV output mode).
