Releases: mylesbartlett72/Python-Task-List
v4.0.1
Add language in README.md surrounding install from PyPI
Did I mention you can now download from PyPI?
No changes were made to code from v4.0.0. This release is here to prevent confusion from a "missing" release which exists on PyPI (version number was bumped to force PyPI to update the readme there).
v4.0.0
Package builds now work!
(if you are wondering where v3 went, it was made and superseded during debugging package building, as there were multiple breaking changes in that time)
This release is NOT api-compatible with previous versions, and the file layout has been once again changed. Please re-read README.md. Old .tasks.json files will still function.
v2.0.0-meta1
Some minor changes to code comments, requirements files, and the README
v2.0.0
Finally, clean code!
Note that this is considered a breaking change as importing main.py will now no longer do anything. I don't know why you would do that, if you are, please stop as you really shouldn't and I don't want to maintain API compatibility for something that was never really meant to be an API.
All of the functions are now fully documented and the code is a lot cleaner. I have also set up precommit hooks and editor settings for vscode, as well as common config for some linters.
v1.0.1
Format python files for easier readability
If you have v1.0.0-meta2 successfully installed, you do not need to upgrade.
If you have a previous version installed, see note on v1.0.0-meta2.
v1.0.0-meta2
Add additional metadata for dependency management
If you have v1.0.0 or v1.0.0-meta1 successfully installed, you do not need to upgrade. However, it is advisable that you do so anyway.
v1.0.0-meta1
Add additional metadata for dependency management
If you have v1.0.0 successfully installed, you do not need to upgrade.
Note: made pre-release due to lack of license, everything still functions properly!
v1.0.0
First release, all features that are required for functionality added. It should be possible to perform any required actions from the GUI.
Note: made pre-release due to lack of license, everything still functions properly!