Skip to content

v0.3.1

Latest

Choose a tag to compare

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

Changes

92cb04f Organize: add {performers} template var with max cutoff

Installation

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

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

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

Full Changelog: v0.3.0...v0.3.1