Skip to content

Releases: linux-china/task-keeper

0.31.0 - 2026-01-12

13 Jan 09:03

Choose a tag to compare

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

File Platform Checksum
task-keeper-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
task-keeper-x86_64-apple-darwin.tar.xz Intel macOS checksum
task-keeper-x86_64-pc-windows-msvc.zip x64 Windows checksum
task-keeper-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

0.30.9 - 2025-12-06

07 Dec 10:05

Choose a tag to compare

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

File Platform Checksum
task-keeper-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
task-keeper-x86_64-apple-darwin.tar.xz Intel macOS checksum
task-keeper-x86_64-pc-windows-msvc.zip x64 Windows checksum
task-keeper-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

0.30.8 - 2025-10-26

27 Oct 13:27

Choose a tag to compare

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

File Platform Checksum
task-keeper-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
task-keeper-x86_64-apple-darwin.tar.xz Intel macOS checksum
task-keeper-x86_64-pc-windows-msvc.zip x64 Windows checksum
task-keeper-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

0.30.7 - 2025-10-19

20 Oct 15:50

Choose a tag to compare

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

File Platform Checksum
task-keeper-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
task-keeper-x86_64-apple-darwin.tar.xz Intel macOS checksum
task-keeper-x86_64-pc-windows-msvc.zip x64 Windows checksum
task-keeper-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

0.30.6 - 2025-10-14

14 Oct 06:32

Choose a tag to compare

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

File Platform Checksum
task-keeper-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
task-keeper-x86_64-apple-darwin.tar.xz Intel macOS checksum
task-keeper-x86_64-pc-windows-msvc.zip x64 Windows checksum
task-keeper-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

0.30.5 - 2025-10-11

11 Oct 14:45

Choose a tag to compare

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

File Platform Checksum
task-keeper-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
task-keeper-x86_64-apple-darwin.tar.xz Intel macOS checksum
task-keeper-x86_64-pc-windows-msvc.zip x64 Windows checksum
task-keeper-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

0.30.4 - 2025-09-29

29 Sep 02:51

Choose a tag to compare

Release Notes

  • Update to just 1.43.0
  • Update to maven-wrapper-plugin 3.3.4

Install task-keeper 0.30.4

Install prebuilt binaries via Homebrew

brew install linux-china/tap/task-keeper

Download task-keeper 0.30.4

File Platform Checksum
task-keeper-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
task-keeper-x86_64-apple-darwin.tar.xz Intel macOS checksum
task-keeper-x86_64-pc-windows-msvc.zip x64 Windows checksum
task-keeper-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

0.30.3 - 2025-08-30

30 Aug 15:22

Choose a tag to compare

Release Notes

  • Update to dotenvx 0.4.14 to fix the decrypt issue
  • Add dotenvx for sq
  • rye removed
  • Update initial templates

Install task-keeper 0.30.3

Install prebuilt binaries via Homebrew

brew install linux-china/tap/task-keeper

Download task-keeper 0.30.3

File Platform Checksum
task-keeper-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
task-keeper-x86_64-apple-darwin.tar.xz Intel macOS checksum
task-keeper-x86_64-pc-windows-msvc.zip x64 Windows checksum
task-keeper-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

0.30.2 - 2025-08-15

14 Aug 01:32

Choose a tag to compare

Release Notes

  • Update to dotenvx 0.4.8

Install task-keeper 0.30.2

Install prebuilt binaries via Homebrew

brew install linux-china/tap/task-keeper

Download task-keeper 0.30.2

File Platform Checksum
task-keeper-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
task-keeper-x86_64-apple-darwin.tar.xz Intel macOS checksum
task-keeper-x86_64-pc-windows-msvc.zip x64 Windows checksum
task-keeper-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

0.30.1 - 2025-08-01

31 Jul 23:58

Choose a tag to compare

Release Notes

  • Update to gradle 9.0.0
  • Update to dotenvx 0.3

Install task-keeper 0.30.1

Install prebuilt binaries via Homebrew

brew install linux-china/tap/task-keeper

Download task-keeper 0.30.1

File Platform Checksum
task-keeper-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
task-keeper-x86_64-apple-darwin.tar.xz Intel macOS checksum
task-keeper-x86_64-pc-windows-msvc.zip x64 Windows checksum
task-keeper-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum