Skip to content

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 10 Apr 14:13

Changes

adcccca Rewrite TUI docs: full walkthrough, per-status action tables, flow diagram
92e64bc Fix TUI: smarter actions, live status bar, quit instructions
82e8a62 Fix lint: remove unused stub func, use type conversions for StashID→StashIDInput
16880cd Fix lint CI: build golangci-lint from source to match Go 1.25

Installation

Download the binary for your platform, extract, and run:

# Linux (amd64)
tar xzf stash-janitor-v0.2.1-linux-amd64.tar.gz
chmod +x stash-janitor
./stash-janitor config init

# macOS (Apple Silicon)
tar xzf stash-janitor-v0.2.1-darwin-arm64.tar.gz
chmod +x stash-janitor
./stash-janitor config init

Or build from source:

go install github.com/Wasylq/StashJanitor/cmd/stash-janitor@v0.2.1

Full Changelog: v0.2.0...v0.2.1