You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.