Releases: kartalbas/flutter-gitui
Releases · kartalbas/flutter-gitui
Release list
v0.5.14-alpha
🐛 Bug Fixes
- Put field actions inside their fields and make dialogs keyboard-driven
v0.5.13-alpha
✨ Features
- Browse the repositories of the workspace's hosts
- Move git actions that do not fit into an overflow menu
🐛 Bug Fixes
- Stop the statistics labels from breaking inside the word
- Stop a local refresh from undoing the sweep's verification
v0.5.12-alpha
✨ Features
- Show which host and provider each repository lives on
- Double-click a repository's status to sync it
- Open the background activity for a per-repository view
v0.5.11-alpha
✨ Features
- Say why a repository could not be checked, and offer to fix it
- Show background work globally and per repository
🐛 Bug Fixes
- Never let a background job open a credential dialog
v0.5.10-alpha
🐛 Bug Fixes
- Stop claiming "Up to date" without checking the remote
v0.5.9-alpha
🐛 Bug Fixes
- Decode git output leniently so legacy-encoded files open
- Stop legacy-encoded files from reading as empty
🔧 Improvements
- Make tree and list clicks act on the press, not 300ms later
- Build only the visible rows of the changed-files tree
v0.5.8-alpha
No user-facing changes in this release.
v0.5.7-alpha
🐛 Bug Fixes
- Keep every distinct commit of a multi-commit issue
📝 Documentation
- Rewrite the README to reflect the current application
v0.5.6-alpha
🐛 Bug Fixes
- Make branch deletion from the switcher actually work
🔧 Improvements
- Route the always-confirm destructive dialogs through the gate
- Watch only the active repository, cross-platform correct
v0.5.5-alpha
✨ Features
- Put checking, downloading and installing under user control
- Generate the changelog in CI so the app matches the release
- Gate destructive git actions behind one central confirmation