Skip to content

Releases: NathanVaughn/vscode-task-runner

1.3.5

01 Mar 03:53
96130aa
Compare
Choose a tag to compare
  • Update documentation
  • Add support for Azure Pipelines logging commands

1.3.4

24 Oct 00:26
5070af1
Compare
Choose a tag to compare

Dependency update for Python 3.13

1.3.3

08 Oct 22:14
5702aa9
Compare
Choose a tag to compare

Explicitly support Python 3.13

1.3.2

21 Sep 16:58
6282ae0
Compare
Choose a tag to compare

Fix PyPi classifiers

1.3.1

21 Sep 16:35
f075393
Compare
Choose a tag to compare
  • Drop Python 3.8 support
  • Fixed bug where running a task that depended on a "virtual" task would cause an exception
  • Minor printing change for "virtual" tasks
  • Fixed typo in README
  • Migrate the project to use uv
  • Dependency updates

1.3.0

27 Jun 23:04
4a09bfe
Compare
Choose a tag to compare

Add support for "--" to delimit extra args

1.2.1

05 Jun 23:44
d8c2ffe
Compare
Choose a tag to compare
  • Output is now colorized
  • Output is grouped per-task in GitHub Actions for non-virtual tasks

1.2.0

01 Jun 15:10
f10919b
Compare
Choose a tag to compare

Handle unknown shells in the same manner as VS Code, by adding -c before the command.

Fixes #45

1.1.0

18 Feb 03:24
38bc54b
Compare
Choose a tag to compare
  • Add support for ${input:id} variables
  • Values can be provided interactively or through VTR_INPUT_id environment variables
  • Better shell defaults on Windows
  • All exceptions raised (besides things like KeyErrors) are now custom exception types and not generic ValueErrors

Breaking changes:

1.0.1

01 Feb 22:51
a47fbe5
Compare
Choose a tag to compare

Add support for new predefined variables in VSCode 1.86