Skip to content

Releases: stefanbuck/jumpcat

v0.16.3

09 Oct 19:53
c3ab663
Compare
Choose a tag to compare

Performance

In a previous release, the history store size changed from 200 to 500 items. However, this is causing a noticeable render delay when opening Jumpcat. As a quick fix, the initial list is capped after 100 items. It also does not show history items from type file.

Bugfix (I guess)

More and more people are getting access to the New Issue beta. A command palette that is quite different from Jumpcat, is also part of it. Apparently, the same keyboard shortcut is used, which causes Jumpcat to interfere with the "native" command palette. As a temporary workaround, I disabled Jumpcat for the new issues.

v0.16.2

06 Oct 22:48
c3ab663
Compare
Choose a tag to compare

Bugfix

Use the title package to ensure all commands are correctly capitalized as per The Chicago Manual of Style.

v0.16.1

06 Oct 22:47
c3ab663
Compare
Choose a tag to compare

Bugfix

Remove dummy commands

v0.16.0

05 Oct 22:19
c3ab663
Compare
Choose a tag to compare

Features

  • CMD+Enter will open the selected item in a new tab
  • Better default sorting for the command list

New commands

  • Copy clone url
  • Go to Commit
  • Go to Files changed
  • Go to Checks
  • Go to Conversation

Bugfix

  • Do not reset selected item when pressing a modifier key #16

v0.15.1

27 Sep 20:20
c3ab663
Compare
Choose a tag to compare

Minor release to improve onboarding of new users.

v0.15.0

24 Sep 22:14
c3ab663
Compare
Choose a tag to compare

New commands

  • File: Copy raw content
  • Jumpcat: Bug report
  • Jumpcat: Feature request
  • Jumpcat: Send feedback

Sep-25-2021 10-30-46

v0.14.0

19 Sep 21:43
c3ab663
Compare
Choose a tag to compare

Minor improvements

  • Add placeholder to command search input see #13
  • Add top navigation to switch and also discover the different modes.
    top-nav

v0.13.3

16 Sep 21:11
c3ab663
Compare
Choose a tag to compare

Add some guidance to the settings page to explain which keys are supported. Happy remapping 😸

Video.MP4.590x600.mp4

v0.13.2

15 Sep 22:22
c3ab663
Compare
Choose a tag to compare

Increase history store size from 200 to 500 items to ensure less frequently visited repositories are still listed.

Note: Jumpcat does not send sensitive data to some remote server. All your personal data (browsing history) are stored in the browser storage. For details check out our privacy policy.

If you have any questions do let use know.

v0.13.1

15 Sep 21:40
c3ab663
Compare
Choose a tag to compare

Various small bug fixes and minor design tweaks