Skip to content

Release Notes: v1.7.1

Choose a tag to compare

@satadeep3927 satadeep3927 released this 11 Jun 08:20
· 3 commits to master since this release
cecdb16

Bug Fixes & Performance Improvements

  • Fixed "Flashing Terminal" on Windows: Eliminated the severe performance lag and visual flashing that occurred when triggering Git actions in production builds on Windows. All background Git operations now use the native Windows CREATE_NO_WINDOW flag, ensuring they execute completely silently and smoothly in the background without spawning disruptive command prompt windows.
  • Fixed Silent Branch Checkout Failures: Resolved an issue where attempting to switch branches with conflicting uncommitted changes would fail silently without notifying the user. The application now properly parses Git's standard output during conflict events, displaying a detailed error dialog indicating exactly which files are preventing the checkout.