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
![image](https://user-images.githubusercontent.com/7143133/181996557-834e2d7e-0bb2-4863-bd3c-5f0b2631a9ab.png)
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.
![image](https://user-images.githubusercontent.com/7143133/181937029-32590f3e-f15f-4e22-a067-04545da83707.png)
v1.1.0
Introduced a basic GUI that can be used to launch the script in console output mode (but not CSV output mode).
![image](https://user-images.githubusercontent.com/7143133/181848354-0a05479d-f957-46e3-916c-0dc0791a6470.png)