Skip to content

Releases: rlaphoenix/pymplschapters

v1.0.4

09 Jul 03:13
Compare
Choose a tag to compare
  • Add the ability to select an output directory for the chapter XMLs via -d option.
  • Advertise the new -d option in the README.
  • Small code cleanup by adding more newlines for readability, using f-strings where fit, etc.
  • Update the setuptools package information to represent my new GitHub username and author name and email.
  • Add 2 bash .sh packaging helper scripts.

Note v1.0.3 never existed. It was accidentally skipped. Whoops...

v1.0.2

09 Jul 03:12
Compare
Choose a tag to compare
  • Fix console script as the main() it targets did not yet exist.
  • Add main() to pymplschapters\__init__.py and a "Finished..." print at the end of execution.

v1.0.1

09 Jul 03:12
Compare
Choose a tag to compare
  • Add console script pymplschapters via setuptools.
  • Update README for the new way of calling via the console script.

v1.0.0

09 Jul 03:12
Compare
Choose a tag to compare
  • Initial release.