Releases: gitname/dupeguru-post-processor
Releases · gitname/dupeguru-post-processor
v1.4.1
01 Aug 19:16
Compare
Sorry, something went wrong.
No results found
Refactor the code that generates the CSV file (to facilitate testing and maintenance)
Implement unit tests targeting that code
v1.4.0
31 Jul 18:53
Compare
Sorry, something went wrong.
No results found
Fix bug preventing the specified log level from taking effect
v1.3.0
30 Jul 21:21
Compare
Sorry, something went wrong.
No results found
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
30 Jul 19:56
Compare
Sorry, something went wrong.
No results found
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
30 Jul 18:55
Compare
Sorry, something went wrong.
No results found
Fix typo in GUI prompt
Move CLI documentation above GUI documentation in README
Add screenshot of GUI to README
v1.2.0
30 Jul 18:37
Compare
Sorry, something went wrong.
No results found
The GUI can now be used to launch the script in CSV output mode and to specify a log level.
v1.1.0
29 Jul 03:15
Compare
Sorry, something went wrong.
No results found
Introduced a basic GUI that can be used to launch the script in console output mode (but not CSV output mode).