Skip to content

Releases: gitname/dupeguru-post-processor

v1.4.1

Choose a tag to compare

@gitname gitname released this 01 Aug 19:16
  • Refactor the code that generates the CSV file (to facilitate testing and maintenance)
  • Implement unit tests targeting that code

v1.4.0

Choose a tag to compare

@gitname gitname released this 31 Jul 18:53
  • Fix bug preventing the specified log level from taking effect

v1.3.0

Choose a tag to compare

@gitname gitname released this 30 Jul 21:21

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

Choose a tag to compare

@gitname gitname released this 30 Jul 19:56
  • 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

Choose a tag to compare

@gitname gitname released this 30 Jul 18:55
  • Fix typo in GUI prompt
  • Move CLI documentation above GUI documentation in README
  • Add screenshot of GUI to README

v1.2.0

Choose a tag to compare

@gitname gitname released this 30 Jul 18:37

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

image

v1.1.0

Choose a tag to compare

@gitname gitname released this 29 Jul 03:15

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

image