Releases: immersedone/git-flotilla
Releases · immersedone/git-flotilla
Release list
v0.2.0
What's New
Build & Packaging
- Windows installers: NSIS (
.exe) and MSI (.msi) now built via WSL2 - Removed AppImage: Linux packages are now
.deband.rpmonly - Improved build script:
scripts/build-windows.shsupports--msi/--nsisflags
Documentation
- Updated install instructions with correct package formats per platform
- Added Fedora/RHEL webkit2gtk package name for Linux installs
- Clarified runtime vs dev dependency requirements for Linux
Download
| Platform | File |
|---|---|
| Windows | Git Flotilla_0.2.0_x64-setup.exe (NSIS) |
| Windows | Git Flotilla_0.2.0_x64_en-US.msi |
| Linux (Debian/Ubuntu) | Git Flotilla_0.2.0_amd64.deb |
| Linux (Fedora/RHEL) | Git Flotilla-0.2.0-1.x86_64.rpm |
| macOS | Built via GitHub Actions (Build macOS workflow) |
Git Flotilla v0.1.0 — Initial Release
Git Flotilla v0.1.0
Cross-platform desktop GUI for managing multiple GitHub and GitLab repositories at scale.
Highlights
- Repo Management — GitHub + GitLab auth, auto-discovery, repo lists with YAML import/export
- Scanning — monorepo-aware manifest parsing (package.json, composer.json, requirements.txt, Cargo.toml, go.mod), health scoring, batch scanning with progress
- CVE Monitoring — OSV.dev integration, incident timeline, blast radius analysis, watchlist
- Dependency Intelligence — cross-repo package matrix, version drift, npm latest version, changelog from GitHub Releases
- Batch Operations — dry run, validation, parallel execution with resumability, PR template engine
- PR Merge Queue — batch merge "all green" PRs
- Script Runner — execute commands across repos with preset library
- Compliance — secret scanning, licence listing, branch protection audit
- Command Palette — Ctrl+K/Cmd+K navigation
- CLI Companion —
git-flotilla-clibinary - Dark/Light Theme — toggle in Settings
- Demo data — app seeds realistic sample data on first run (wiped on reinstall)
Downloads (Linux)
| File | Platform | Format |
|---|---|---|
Git Flotilla_0.1.0_amd64.deb |
Debian/Ubuntu | .deb |
Git Flotilla-0.1.0-1.x86_64.rpm |
Fedora/RHEL | .rpm |
Git Flotilla_0.1.0_amd64.AppImage |
Universal Linux | AppImage |
git-flotilla-cli |
CLI binary | ELF x86_64 |
Windows & macOS
- Windows: Build from WSL2 using
scripts/build-windows.sh(requires MSVC Build Tools + Rust on Windows) - macOS: Use the manual dispatch workflow at Actions > Build macOS (requires macOS runner)
Test Coverage
146 Rust tests, 43 frontend tests (189 total)
Documentation
See docs/ for guides: Getting Started | Configuration | Scanning | CVE Monitoring | Batch Operations | CLI Reference