Releases: linux-china/task-keeper
Releases · linux-china/task-keeper
0.12.3
- Fix env variables bug: inherit all env variables
0.12.1
.python-versionsupport: find Python from Rye and pyenv- Rye detection:
requirements.lockor[tool.rye]inpyproject.toml
0.12.0
- Add rye support
- Add rye scripts support
- Add
.venv/binin PATH
0.11.1
- Adjust Markdown Attribute parse to support
{#id desc="description"}format - Bug fix for
--runnerfortk -l
0.11.0
- Apache Ant support - https://ant.apache.org/
0.10.1
- Add task validation for npm and composer when executing tasks from manager
- Add VS Code
.vscode/tasks.jsonsupport
0.9.0
- Add
java,jshelllanguage,groovy,kotlinsupport in README.md, example as following:
```kotlin {#k1}
fun main() {
println("Hello world!")
}
``````java {#j1}
public class Demo {
public static void main(String[] args) {
System.out.println("Hello World!");
}
}
``````groovy {#g1}
println "hello"
```- JavaScript/TypeScript code block in Markdown supported now: you can assign
.denoor.nodeas js engine.
```javascript {#task_name .deno}
console.log("hello world");
```0.7.1
Fixed
- Gradle multi projects support
Adjusted
- Task code block format adjusted: only
shellandshsupported now
```shell {#task_name}
curl https://httpbin.org/ip
```0.6.5
- requirements.txt support
- pipenv support
- Create Pipfile for pipenv:
tk --init=pipenv
0.6.4
- Update to Clap 4