Releases: mykolaharmash/git-jump
Releases · mykolaharmash/git-jump
v0.3.1
v0.3.0
New Behavior
Revert previous change about stashing changes before switching to another branch.
There were a couple of issues with this feature. First, I misunderstood the use-case: stashing is need only when switching to a new branch, not to an already existing one. Second, after looking at the result, this feature seemed too crud and bulky with no room for customization of the behavior.
While the use-case with stashing changes before creating a new branch is still completely valid, I believe there is a more elegant way to handle this which I'll try to implement in the future versions.
v0.2.0
New Behavior
- Stashing before switch
git-jump will now stash uncommitted changes before switching to another branch. It will then apply stashed changes to the branch you've switched into.
Bug Fixes
- Fixed redundant empty line at the end of the list in the interactive list.
v0.1.14
- Make Node version requirement less strict. Now it's
>=12.12.0
v0.1.13
Minor improvement:
- Display error message in case of unsupported Node version
v0.1.9
0.1.9
v0.1.8
0.1.8
v0.1.6
0.1.6
v0.1.5
0.1.5
v0.1.4
0.1.4