Skip to content

Releases: biozz/sublime-taskfile

v0.8.0

30 Sep 14:49
Compare
Choose a tag to compare

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

16 Jul 19:25
c88e198
Compare
Choose a tag to compare

Refactor and improve multiple folders handling.

v0.6.0

08 Jul 19:24
f07206a
Compare
Choose a tag to compare

Taskfile initialization improvements

  • Fix Taskfile initialization
  • Open Taskfile after initialization with a small delay
  • Properly handle Taskfile initialization if multiple folders are opened

v0.5.1

05 Jul 21:07
31687a0
Compare
Choose a tag to compare

Update readme regarding python version.

v0.5.0

05 Jul 21:00
c809fbc
Compare
Choose a tag to compare

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.

v0.4.1

05 Jul 20:30
5d35dcc
Compare
Choose a tag to compare
  • Remove .python-version from export-ignore

v0.4.0

04 Jul 22:01
910ffc7
Compare
Choose a tag to compare
  • Add Taskfile: Init command

v0.3.4

04 Jul 18:06
352d239
Compare
Choose a tag to compare
  • Remove .python-version from my global .gitignore to fix the issue when plugin picked up wrong python version (3.3 instead of 3.8)

v0.3.3

02 Jul 06:43
Compare
Choose a tag to compare
  • Update README.md with notes about installation and linting of the source code

v0.3.2

01 Jul 15:08
Compare
Choose a tag to compare
  • Fix messages.json format