Skip to content

Releases: tomodachi94/genrenames.py

v0.2.0

06 Aug 22:15
Compare
Choose a tag to compare

Installation

See INSTALL.md.

Changes

  • A filter has been added to only allow JPEGs and PNGs into renames.txt files. (30012c5)
  • Packages are now native Python files instead of a bulky native binary. (01365ef)
  • Executing cli.py with no arguments would throw an error, instead now it shows help. (f669ccf)
  • Return proper exit codes. (9619c33)

For an up-to-date changelog, see CHANGELOG.md.

v0.1.1

25 Jul 04:17
Compare
Choose a tag to compare
  • Add program description and consistently use genrenames-py.
  • Add an argument, --all-files, which will dump all files at a directory in renames.txt format.
  • Fix a bug where the final line of a renames.txt would be lacking an equals sign.

See CHANGELOG.md for an up-to-date changelog.

v0.1.0

24 Jul 22:50
Compare
Choose a tag to compare

Initial release.