v0.2.0
Changes
5dd0a44 Add orphans batch_size and batch_delay to config file
6c9cfea Fix data path for macOS and Windows (use platform-appropriate dirs)
7c3d1b2 XDG config paths, comprehensive config comments, config path command
5a4f1ea Fix CI: set go 1.25.0 in go.mod, drop coverprofile, use go-version-file
33d2db2 Improve install and first-run instructions in README and MANUAL
Installation
Download the binary for your platform, extract, and run:
# Linux (amd64)
tar xzf stash-janitor-v0.2.0-linux-amd64.tar.gz
chmod +x stash-janitor
./stash-janitor config init
# macOS (Apple Silicon)
tar xzf stash-janitor-v0.2.0-darwin-arm64.tar.gz
chmod +x stash-janitor
./stash-janitor config initOr build from source:
go install github.com/Wasylq/StashJanitor/cmd/stash-janitor@v0.2.0Full Changelog: v0.1.0...v0.2.0