v0.1.1
minifleet 0.1.1
Minimal fleet management for your GitHub repositories.
Quick Install
curl -sSL "https://github.com/depado/minifleet/releases/download/v0.1.1/minifleet_$(go env GOOS)_x86_64.tar.gz" | tar xz
# Or via Go
go install github.com/depado/minifleet@v0.1.1Docker
docker pull ghcr.io/depado/minifleet:0.1.1Changelog
Features
- 81dce5c: feat(filters): add has-file and if filters (@depado)
- fc85550: feat(fleet): always use local fleet file when present (@depado)
- 5fc10d1: feat: add dirty filter to local repositories (@depado)
- 0f3fbd6: feat: add header to releases (@depado)
- 8a24d41: feat: add remote column, unify displays, split flags for local/remote filters (@depado)
Fixes
- 47cc6bd: fix(deps): update module github.com/depado/gorich to v1.1.0 (#6) (@renovate[bot])
- 3cc9bb4: fix(git): accept context in IsRepo and use exec.CommandContext (@depado)
- 9f36798: fix(git): skip pull on detached HEAD instead of cryptic rebase error (@depado)
- de3c7b3: fix(list): add yaml format support to manifest output path and help (@depado)
- d35a17b: fix(provider): return error from New instead of nil (@depado)
- 5bdc147: fix(prs): disable progress bar when --format json (@depado)
- a97ee83: fix(sync): log warning when manifest save fails after sync (@depado)
- d1dff1a: fix: golangci lint issues (@depado)
- 302cac9: fix: properly resolve owner from known_fleets when no arg provided on sync command (@depado)
- 88ee609: fix: remove dead code (@depado)
- 6c8a7c3: fix: use wg.Go instead of manual count (@depado)
Refactors
- 645b18d: refactor(provider): remove unused fields, constants, add dismissed review display; add coverage.txt to gitignore (@depado)
Documentation
- 6814f9e: docs(readme): fix run command flag docs for --summary/--progress (@depado)
- 2235f56: docs: add AGENTS.md with build, test, lint, and code conventions (@depado)