Skip to content

Releases: asifkhalid03/git-auto

Git Flow v1.0.21

Choose a tag to compare

@asifkhalid03 asifkhalid03 released this 17 Sep 17:47

Release Git Flow v1.0.21. Includes concurrent per-repository operations so different repositories can sync independently.

Full Changelog: v1.0.20...v1.0.21

Git Flow v1.0.20

Choose a tag to compare

@asifkhalid03 asifkhalid03 released this 13 Sep 17:39

Release Git Flow v1.0.20. Fixes update asset selection so the latest installer is downloaded and skips no-file merge commits when branches already match.

Full Changelog: v1.0.19...v1.0.20

Git Flow v1.0.19

Choose a tag to compare

@asifkhalid03 asifkhalid03 released this 10 Sep 21:10

Release Git Flow v1.0.19. Merge operations now create explicit history messages like Merge branch 'source' into target.

Full Changelog: v1.0.18...v1.0.19

Git Flow v1.0.18

Choose a tag to compare

@asifkhalid03 asifkhalid03 released this 24 Aug 18:48

Git Flow v1.0.18

Changes

  • Add Merge Branch action to merge any selected branch into the current branch.
  • Pull the selected source branch before merging with no rebase.
  • Require a clean current branch or prompt for commit before merge.
  • Preflight merge conflicts and show conflicted file counts/list before aborting.
  • Add service tests for successful merge and conflict abort.

Validation

  • flutter analyze
  • flutter test
  • flutter build windows --release

Full Changelog: v1.0.17...v1.0.18

Git Flow v1.0.17

Choose a tag to compare

@asifkhalid03 asifkhalid03 released this 24 Aug 18:32

Git Flow v1.0.17

Changes

  • Stop creating linked Git worktrees when selecting tracked branches.
  • Clean up old app-managed worktrees after branch selection is saved.
  • Use pull-then-cascade Sync / Merge without rebase.
  • Use merge-style Pull Selected with branch-by-branch progress messages.

Validation

  • flutter analyze
  • flutter test
  • flutter build windows --release

Full Changelog: v1.0.16...v1.0.17

Git Flow v1.0.16

Choose a tag to compare

@asifkhalid03 asifkhalid03 released this 19 Aug 16:50

Git Flow v1.0.16

Changes

  • Fix Windows update installation handoff for setup installers.
  • Close Git Flow before launching the installer so installed files can be replaced cleanly.
  • Keep direct executable launching for non-installer assets.
  • Update in-app version metadata and Windows release artifacts.

Validation

  • flutter analyze
  • flutter test
  • flutter build windows --release

Full Changelog: v1.0.15...v1.0.16

Git Flow v1.0.15

Choose a tag to compare

@asifkhalid03 asifkhalid03 released this 19 Aug 16:41

Git Flow v1.0.15

Changes

  • Run configured repository scripts before Sync / Merge starts any merge work.
  • Stop sync if checks fail or the user cancels after checks pass.
  • Make command output logs visibly scrollable with an always-visible scrollbar.
  • Update in-app version metadata and Windows release artifacts.

Validation

  • flutter analyze
  • flutter test
  • flutter build windows --release

Full Changelog: v1.0.14...v1.0.15

Git Flow v1.0.14

Choose a tag to compare

@github-actions github-actions released this 19 Aug 16:30

Git Flow v1.0.14

  • Added per-workspace pre-push scripts with sequential progress/output dialog.
  • Requires user confirmation after scripts pass before push continues.
  • Runs pre-push scripts for normal push and sync push.
  • Added safe merge-conflict preflight before sync/merge.
  • Improved responsive wrapping for header, update panel, and branch toolbar controls.
  • Rebuilt Windows setup installer, standalone exe, and zip for app updates.

Git Flow v1.0.13

Choose a tag to compare

@asifkhalid03 asifkhalid03 released this 03 Aug 19:00

Git Flow v1.0.13

  • Added remove workspace support.
  • Added append/amend commit support with selected files.
  • Added Pull Selected for selected branches with clean-current-branch checks.
  • Rebuilt Windows setup installer, standalone exe, and zip for app updates.

Git Flow v1.0.12

Choose a tag to compare

@github-actions github-actions released this 17 Jul 07:14

Git Flow v1.0.12

  • Renamed the app to Git Flow across Flutter, Windows, Linux, and macOS metadata.
  • Added the Git Flow logo and README branding.
  • Added a Windows setup installer for Program Files installation.
  • Added updated Windows exe and zip release artifacts.
  • Updated auto-update asset preference to use setup installers first on Windows.