Skip to content

Releases: mykolaharmash/git-jump

v0.3.1

29 Mar 06:32
Compare
Choose a tag to compare

Bug Fixes

  • Fix the bug when some branches were not displayed in the branches list.
    Explanation: Git has an optimization mechanism when it packs rarely used branches into a special file .git/packed-refs. Before this fix, git-jump was not accounting for this file.

v0.3.0

15 Oct 15:40
Compare
Choose a tag to compare

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

19 Sep 11:07
Compare
Choose a tag to compare

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

17 Sep 09:42
Compare
Choose a tag to compare
  • Make Node version requirement less strict. Now it's >=12.12.0

v0.1.13

11 Sep 20:05
Compare
Choose a tag to compare

Minor improvement:

  • Display error message in case of unsupported Node version

v0.1.9

09 Sep 18:19
Compare
Choose a tag to compare
0.1.9

v0.1.8

06 Sep 19:51
Compare
Choose a tag to compare
0.1.8

v0.1.6

05 Sep 21:35
Compare
Choose a tag to compare
0.1.6

v0.1.5

05 Sep 21:22
Compare
Choose a tag to compare
0.1.5

v0.1.4

05 Sep 21:12
Compare
Choose a tag to compare
0.1.4