1212
Releases · hackerbirds/fetch · GitHub
Skip to content

Releases: hackerbirds/fetch

Fetch v0.9.1

07 Feb 05:03

Choose a tag to compare

  • App indexing is now improved, and apps should refresh more often. If you've just installed or removed an app, it won't take as long for Fetch to refresh.
  • We've made some internal codebase refactors to make ourselves happier
  • We fixed a bug where Finder (and any other custom .app path) wouldn't show up.

Fetch v0.9.0

02 Feb 21:23

Choose a tag to compare

  • We have improved app finding, so that you can find all the apps you expect to (and quicker too!)
  • Search results now prioritize opened apps by default, meaning they'll appear in the search results first. This is turned on by default, but you can turn it off in your configuration file by setting "prioritize_open_apps": false.

Fetch v0.8.0

03 Jan 22:06

Choose a tag to compare

This release improves the scrolling behavior even more, and has some internal codebase refactors that will make it easier in the future to add new types of searches to Fetch. We also fixed a bug that could make the wrong app open.

Fetch v0.7.0

02 Jan 20:51

Choose a tag to compare

In this release, we made improvements in navigation:

  • You can now use Up/Down arrows to navigate between search results
  • We've improved mouse hovering behavior
  • Scrolling/selecting is no longer "stuck" to the first search results, so it's easier to see what you're doing

Fetch v0.6.0

01 Jan 22:20

Choose a tag to compare

  • The design of the app has been updated to improve readability
  • We fixed a crash we accidentally reintroduced in a previous version (woops)
  • We improved things in the codebase such as dependencies and error handling in case case things go wrong

Fetch v0.5.0

31 Dec 00:07
d2e9325

Choose a tag to compare

  • App icons are now shown in the search results, so you can recognize apps quicker.
  • To support app icons, we have made a few optimizations, so the app launches and searches faster than ever.
  • On top of the existing Tab navigation, you can now do Shift+Tab to scroll search results upwards.
  • Apps are now automatically bundled with Github Actions, so that you don't need to build Fetch yourself to try it out.

Installation note: The app is not notarized (I refuse to pay for an Apple developer certificate), so macOS will pretend it's "damaged". To fix this, you need to disable notarization quarantine from the terminal by running xattr -d com.apple.quarantine /path/to/Fetch.app. Alternatively building the app yourself fixes this.