Skip to content

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 11 Apr 17:07

Changes

29f7df6 Add version info: --version shows tag, commit, build date (injected via ldflags)
5e31d09 Harden organize: sanitize slashes, emoji, long paths, multi-file warning
8e9b94e Organize: detect conflicts with files already on disk at target path
3888216 Fix: safety net no longer overrides explicit force_keeper decisions
8751927 Fix TUI quit message: print after alt-screen exits so user sees it

Installation

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

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

# macOS (Apple Silicon)
tar xzf stash-janitor-v0.3.0-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.3.0

Full Changelog: v0.2.1...v0.3.0