Releases: biozz/sublime-taskfile
Releases · biozz/sublime-taskfile
v0.8.0
The release started as a minor one to add support for includes (#4). But ended up as quite a big one, because recent releases of Taskfile added features, which allowed removal of pyyaml
dependency and bumping internal python version to 3.8
.
Here goes a proper list of changes:
- add support for includes by utilizing
--list-all
flag (#4) - remove
pyyaml
dependency - bump internal python version to
3.8
- bump dev dependencies
- update README regarding python version, features and installation
v0.7.0
v0.6.0
v0.5.1
v0.5.0
I had to rewrite the plugin to support Python 3.3, because there are some issues (wbond/package_control#1570 (comment)) with loading Python 3.8 modules.
The previous work lives at python38
branch and will be brought back once the issue is resolved.