Skip to content

v0.17.0

Compare
Choose a tag to compare
@stefanbuck stefanbuck released this 24 Oct 21:53
· 4 commits to main since this release
c3ab663

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.