Releases: linux-china/task-keeper
Releases · linux-china/task-keeper
0.35.2 - 2026-06-10
Compare
Sorry, something went wrong.
No results found
Release Notes
Example of Amberfile:
pub fun hello() {
echo("hello")
}
pub fun world() {
echo("world")
}
Install task-keeper 0.35.2
Install prebuilt binaries via Homebrew
brew install linux-china/tap/task-keeper
Download task-keeper 0.35.2
0.34.0 - 2026-05-31
Compare
Sorry, something went wrong.
No results found
Release Notes
Add Kotlin Toolchain support
Remove Amper support
Update to Gradle 9.5.1
Update to Apache Maven 3.9.16
Update to Just 1.51.0
Install task-keeper 0.34.0
Install prebuilt binaries via Homebrew
brew install linux-china/tap/task-keeper
Download task-keeper 0.34.0
0.33.0 - 2026-03-29
Compare
Sorry, something went wrong.
No results found
Release Notes
Add :xxx named parameter for queries.sql
Update to gradle 9.4.1
Update to maven 3.9.14
Update to just 1.48
Use makefile-lossless to parse Makefile
Install task-keeper 0.33.0
Install prebuilt binaries via Homebrew
brew install linux-china/tap/task-keeper
Download task-keeper 0.33.0
0.32.0 - 2026-03-01
Compare
Sorry, something went wrong.
No results found
Release Notes
Optimize update, outdated and sbom for Gradle with init-script and no configuration required now.
Add skills for Maven/Gradle projects to generate SkillsJars
$ tk skills
$ # generate all skills under .agents/skill
$ tk skills -Pdir=.qoder/skills
Install task-keeper 0.32.0
Install prebuilt binaries via Homebrew
brew install linux-china/tap/task-keeper
Download task-keeper 0.32.0
0.31.0 - 2026-01-12
Compare
Sorry, something went wrong.
No results found
Release Notes
Add usql support: please create queries.sql with the following code:
-- DSN_URL=duck://./data/demo.db
-- QUERY now
select now();
-- Query all_user
select * from user;
Install task-keeper 0.31.0
Install prebuilt binaries via Homebrew
brew install linux-china/tap/task-keeper
Download task-keeper 0.31.0
0.30.9 - 2025-12-06
Compare
Sorry, something went wrong.
No results found
Release Notes
Fix cmake project detection
VS Code Task enhancement
Update to amper 0.9.1
Update to just 1.44
Install task-keeper 0.30.9
Install prebuilt binaries via Homebrew
brew install linux-china/tap/task-keeper
Download task-keeper 0.30.9
0.30.8 - 2025-10-26
Compare
Sorry, something went wrong.
No results found
Release Notes
Add tk sbom for Maven and Gradle project to generate SBOM with CycloneDX format: target/application.cdx.json or
build/application.cdx.json
Please check $HOME/.gradle/init.d/plugins.gradle with the following code:
initscript {
repositories {
gradlePluginPortal()
}
dependencies {
classpath 'com.github.ben-manes:gradle-versions-plugin:0.53.0'
classpath 'org.cyclonedx.bom:org.cyclonedx.bom.gradle.plugin:3.0.1'
}
}
allprojects {
apply plugin: com.github.benmanes.gradle.versions.VersionsPlugin
apply plugin: org.cyclonedx.gradle.CyclonedxPlugin
tasks.named("dependencyUpdates").configure {
// configure the task, for example wrt. resolution strategies
}
// https://github.com/CycloneDX/cyclonedx-gradle-plugin/tree/master?tab=readme-ov-file#advanced-configuration
tasks.named("cyclonedxDirectBom").configure {
jsonOutput.set(file("build/application.cdx.json"))
projectType = "application"
}
}
Install task-keeper 0.30.8
Install prebuilt binaries via Homebrew
brew install linux-china/tap/task-keeper
Download task-keeper 0.30.8
0.30.7 - 2025-10-19
Compare
Sorry, something went wrong.
No results found
Release Notes
Install task-keeper 0.30.7
Install prebuilt binaries via Homebrew
brew install linux-china/tap/task-keeper
Download task-keeper 0.30.7
0.30.6 - 2025-10-14
Compare
Sorry, something went wrong.
No results found
Release Notes
Add jake, grunt, gulp support for JS/TS project
Install task-keeper 0.30.6
Install prebuilt binaries via Homebrew
brew install linux-china/tap/task-keeper
Download task-keeper 0.30.6
0.30.5 - 2025-10-11
Compare
Sorry, something went wrong.
No results found
Release Notes
Make bun as default JS/TS engine if no engine assigned for code block
Install task-keeper 0.30.5
Install prebuilt binaries via Homebrew
brew install linux-china/tap/task-keeper
Download task-keeper 0.30.5