Skip to content

Releases: mykolaharmash/git-jump

v0.3.1

Choose a tag to compare

@mykolaharmash mykolaharmash released this 29 Mar 06:32

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

Choose a tag to compare

@mykolaharmash mykolaharmash released this 15 Oct 15:40

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

Choose a tag to compare

@mykolaharmash mykolaharmash released this 19 Sep 11:07

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

Choose a tag to compare

@mykolaharmash mykolaharmash released this 17 Sep 09:42
  • Make Node version requirement less strict. Now it's >=12.12.0

v0.1.13

Choose a tag to compare

@mykolaharmash mykolaharmash released this 11 Sep 20:05

Minor improvement:

  • Display error message in case of unsupported Node version

v0.1.9

Choose a tag to compare

@mykolaharmash mykolaharmash released this 09 Sep 18:19
0.1.9

v0.1.8

Choose a tag to compare

@mykolaharmash mykolaharmash released this 06 Sep 19:51
0.1.8

v0.1.6

Choose a tag to compare

@mykolaharmash mykolaharmash released this 05 Sep 21:35
0.1.6

v0.1.5

Choose a tag to compare

@mykolaharmash mykolaharmash released this 05 Sep 21:22
0.1.5

v0.1.4

Choose a tag to compare

@mykolaharmash mykolaharmash released this 05 Sep 21:12
0.1.4