Skip to content

Releases: gitname/dupeguru-post-processor

v1.4.1

01 Aug 19:16
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • Fix bug preventing the specified log level from taking effect

v1.3.0

30 Jul 21:21
Compare
Choose a tag to compare

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

v1.2.2

30 Jul 19:56
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • 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
Choose a tag to compare

The GUI can now be used to launch the script in CSV output mode and to specify a log level.

image

v1.1.0

29 Jul 03:15
Compare
Choose a tag to compare

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

image