Skip to content

Releases: stefanbuck/jumpcat

v0.20.0

28 Jul 21:00
00a7ca0
Compare
Choose a tag to compare

Fix initialization of Jumpcat caused by DOM and internal changes on github.com

v0.19.2

05 Mar 11:18
00a7ca0
Compare
Choose a tag to compare

Remove notification popup to remove visual clutter on github.com.

v0.19.1

12 Feb 22:55
00a7ca0
Compare
Choose a tag to compare

Adjust logo color to increase contrast in dark mode.

image

v0.19.0

04 Feb 22:56
00a7ca0
Compare
Choose a tag to compare

Expose the following links in omnibox. This allows you to jump straight to the settings page without visiting github.com first (like a bookmark). Focus the adressbar in your browser type j followed by space and then type token

v0.18.0

03 Feb 23:20
19aca27
Compare
Choose a tag to compare

To avoid clashes with GitHub's own command palette, wee update the default hot keys to Control+j or Command+j (Mac)

v0.17.0

24 Oct 21:53
c3ab663
Compare
Choose a tag to compare

Usually, we shipped a new release with one or two highlights and a batch of smaller changes. However, sometimes a small improvement or bugfix needs to be shipped without

Today is the first release that list already shipped improvements, bugfixes and two highlights:

Highlights

  • Manual check for dependency updates
  • Dependabot commands
    • @dependabot cancel
    • @dependabot close
    • @dependabot ignore this dependency
    • @dependabot ignore this major version
    • @dependabot ignore this minor version
    • @dependabot merge
    • @dependabot rebase
    • @dependabot recreate
    • @dependabot reopen
    • @dependabot squash

Improvements

  • Prioritize repositories in search result
  • Dedupe URLs with different casing
  • Improve search performance
  • Ensure all commands are correctly capitalized as per The Chicago Manual of Style
  • Don't show update notice for patch versions

Fixes

  • Allow clicks in command menu #18
  • As 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, we disabled Jumpcat for the New Issues page.

v0.16.7

24 Oct 20:47
c3ab663
Compare
Choose a tag to compare
  • Add command: Manual check for dependency updates #17
  • Add Dependabot commands
  • fix: Allow clicks on command items #18

v0.16.6

20 Oct 21:56
c3ab663
Compare
Choose a tag to compare
  • Improve search performance
  • Rank repositories higher in search results based on visit frequency

v0.16.5

20 Oct 14:09
c3ab663
Compare
Choose a tag to compare

Bugfix

  • Dedupe urls to ensure consistent casing of urls

v0.16.4

20 Oct 14:08
c3ab663
Compare
Choose a tag to compare
Update README.md