Releases: Blakenator/light-git-client
Releases · Blakenator/light-git-client
0.10.0
- Add support for detecting pre-commit error messages
- update angular and electron versions
- Add support for skipped statuses to pre commit status modal
- sort and group statuses in the pre commit status modal
- rework bulk prune modal to be more intuitive
- update panel spacing to be more consistent
- move card action buttons to the right side of the card header
- move settings menu button to the right side of the navbar
- only check code watchers for staged changes when committing
- add source repo name to new submodule tabs
- remove excess update notifications
0.9.1
- Fix git fetch not working correctly for local branches
- fix commit history selected branch resetting on window focus
- fix bulk undo staged changes not showing modal
- fix open repo folder button throwing error
- fix error modal not resetting on cancel
- improved performance of window focus updates
- fix branch menu not showing correctly
- fix error message cancel not resetting index
0.9.1-beta
- Fix git fetch not working correctly for local branches
- fix commit history selected branch resetting on window focus
- fix bulk undo staged changes not showing modal
- fix open repo folder button throwing error
- fix error modal not resetting on cancel
- improved performance of window focus updates
0.9.0
- Core job system rewrite
- various UI tweaks
- misc features
0.9.0-beta1
- fix performance leak that forced constant rerenders
- update packages to latest versions
- added ability to merge and filter remote branches
- fixed broken code watchers UI & settings UI
0.9.0-alpha1
Rewrote job system to improve performance
0.9.0-alpha2
- fix fetch not working
- improved performance in commit history
- updated affected areas for certain ops
- fix branch solo button
- updated depenedencies
0.8.7
Merge pull request #130 from Blakenator/staging 0.8.5
0.8.7-alpha
Merge pull request #130 from Blakenator/staging 0.8.5
0.8.5
Fixed tab switching bug
Made discard all more robust
Added support for mac keyboard shortcuts
Replaced native tooltip with ngbTooltip
Added support for multiple undo or delete
Hid hunks from file diffs that were too long
Fixed undo function for submodules
Fixed new tab bug
Added test & fix for multiline commit messages
Added tag indicator and switched colors in the commit history viewer
Added pull --rebase setting
Adjusted styling
fixed bugs with saving settings on new tab page