Skip to content

Releases: kartalbas/flutter-gitui

v0.5.14-alpha

v0.5.14-alpha Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 25 Jul 21:52

🐛 Bug Fixes

  • Put field actions inside their fields and make dialogs keyboard-driven

v0.5.13-alpha

v0.5.13-alpha Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 25 Jul 21:14

✨ 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

v0.5.12-alpha Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 25 Jul 14:34

✨ 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

v0.5.11-alpha Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 25 Jul 10:56

✨ 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

v0.5.10-alpha Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 25 Jul 10:15

🐛 Bug Fixes

  • Stop claiming "Up to date" without checking the remote

v0.5.9-alpha

v0.5.9-alpha Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 25 Jul 09:24

🐛 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

v0.5.8-alpha Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 24 Jul 23:20

No user-facing changes in this release.

v0.5.7-alpha

v0.5.7-alpha Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 24 Jul 22:59

🐛 Bug Fixes

  • Keep every distinct commit of a multi-commit issue

📝 Documentation

  • Rewrite the README to reflect the current application

v0.5.6-alpha

v0.5.6-alpha Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 24 Jul 22:46

🐛 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

v0.5.5-alpha Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 24 Jul 17:43

✨ 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