Releases: abemedia/stagelint
Releases · abemedia/stagelint
Release list
v0.1.4
Added
- (init) support run flags (#58)
- (cli) add short flags for --unstaged, --quiet and --verbose (#55)
- (cli) add --unstaged and --files sources (#50)
Fixed
- (stash) create a stash before the first commit (#53)
- (runner) cancel commands that close their own output (#52)
- (report) hide the cursor while the task tree is drawn (#49)
Other
- add stagelint config and justfile (#57)
- (readme) document coding agent hooks and negation patterns, remove WinGet install (#56)
- (readme) document --unstaged and --files (#51)
- retry the flaky exiting-task race (#54)
- (readme) add logo and mise install (#48)
- add pre-commit to the comparative benchmark (#47)
- (readme) document new install channels, tweak copy (#42)
v0.1.3
v0.1.2
Added
- report progress as a live task tree, add --verbose flag, refactor runner (#28)
- add --diff to lint a revision range instead of the staged files (#27)
Fixed
- protect partially staged and deleted symlinks during runs (#26)
- (cli) reject --concurrent 0 instead of treating it as unlimited (#25)
- (init) write a resolved path so the hook works without stagelint on PATH (#23)