Releases: tomodachi94/genrenames.py
Releases · tomodachi94/genrenames.py
v0.2.0
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
- 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
Initial release.