Changelog & Release History
All notable changes to Trigg are documented on this page.
[v0.3.0] — 2026-08-13
Added (Feature Release)
- Debounced File Watching:
trigg watch <task>auto-reloads tasks on source file changes with 300ms debounce. - Log Stream Sifting:
trigg siftmultiplexes and colorizes stdout/stderr streams from stdin. - Expanded Feature Matrix: 6-feature comparison matrix vs Make, Turborepo, and Just (
justfile). - AI Development Transparency: Explicit disclosure notice in footer and docs.
[v0.2.0] — 2026-08-12
Added
trigg completion: Shell completion script generator for Bash, Zsh, and Fish.- Automatic Muth Vault Integration: Detects
muth.lockand injects secrets automatically into child processes. - Agent-Native
--jsonFlags: Machine-readable task list and doctor outputs.
[v0.1.0] — 2026-08-11
Added
- Initial v0.1.0 release with
run.tomlDAG task orchestration.