Skip to content

Releases: mylesbartlett72/Python-Task-List

v4.0.1

06 Jan 18:26
cda92ad
Compare
Choose a tag to compare

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

30 Dec 18:28
fdb72a6
Compare
Choose a tag to compare

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

16 Dec 18:00
5e65635
Compare
Choose a tag to compare

Some minor changes to code comments, requirements files, and the README

v2.0.0

09 Dec 18:06
d2daa89
Compare
Choose a tag to compare

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

04 Nov 18:29
bbe86ac
Compare
Choose a tag to compare

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

04 Nov 18:11
01d2a7f
Compare
Choose a tag to compare

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

28 Oct 17:39
c0ca45d
Compare
Choose a tag to compare
v1.0.0-meta1 Pre-release
Pre-release

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

28 Oct 17:28
d3e1aa2
Compare
Choose a tag to compare
v1.0.0 Pre-release
Pre-release

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!