Skip to content

Releases: Blakenator/light-git-client

0.10.0

20 Nov 20:40
93b649d
Compare
Choose a tag to compare
  • 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

26 Dec 21:19
7500424
Compare
Choose a tag to compare
  • 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

01 Aug 19:23
3d2dc8f
Compare
Choose a tag to compare
0.9.1-beta Pre-release
Pre-release
  • 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

16 Mar 19:24
3d2dc8f
Compare
Choose a tag to compare
  • Core job system rewrite
  • various UI tweaks
  • misc features

0.9.0-beta1

01 Feb 18:21
Compare
Choose a tag to compare
0.9.0-beta1 Pre-release
Pre-release
  • 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

15 Apr 19:08
Compare
Choose a tag to compare
0.9.0-alpha1 Pre-release
Pre-release

Rewrote job system to improve performance

0.9.0-alpha2

25 Jan 19:15
6fa4002
Compare
Choose a tag to compare
0.9.0-alpha2 Pre-release
Pre-release
  • fix fetch not working
  • improved performance in commit history
  • updated affected areas for certain ops
  • fix branch solo button
  • updated depenedencies

0.8.7

18 Dec 23:50
6fa4002
Compare
Choose a tag to compare
Merge pull request #130 from Blakenator/staging

0.8.5

0.8.7-alpha

31 Oct 00:00
6fa4002
Compare
Choose a tag to compare
0.8.7-alpha Pre-release
Pre-release
Merge pull request #130 from Blakenator/staging

0.8.5

0.8.5

03 Sep 16:30
6fa4002
Compare
Choose a tag to compare

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