v1.0.0
Release Notes - Version 1.0.0
First actual release π!
This is the first stable -I hope- release of Van-Gonography, in this release there are tons of great changes, ranging from CLI, to a full debug/logging mode!
Features
- Change log template: I'm right now writing this release following the template provided in the project main directory!
- Full CLI mode: I've finally decided to get working on a full CLI mode, so that you can use the program directly from the terminal without any "boring" UI. For more, type
python vangonography.py -h
inside your terminal. - CLI arguments: along with the new CLI mode, comes, of course, command line arguments π. As you might have read above, you can type
python vangonography.py -h
to check all of the usable commands. Their documentation is still a work-in-progress, so if you encounter any errors feel free to open a issue or pull request. - New version file: a new file has been created for keeping track of the project version without needing to find the variable each time.
Enhancements
- Error checks: I've decide to add a bit more error checking (especially inside the main function) to make it easier to debug issues.
Breaking Changes
The CLI arguments are a bit... let's say strange, I'm still, as I've already said, trying to figure out how they exactly work and how to work with them, so yeah, watch out for that.
Usage
When running the program through your CMD, you can now type python vangonography.py -cli
(followed by a list of arguments) for starting the program in CLI mode.
Known Issues
Sometimes, CLI arguments give back a error, especially when trying to: log or differentiate an image.
Support
You can report an issue, through the issue tab and make a pull request for anything you'd like to see getting implemented!