Skip to content

Releases: deanishe/alfred-searchio

Fix imported searches

06 Oct 13:22
Compare
Choose a tag to compare

Correct JSON path for imported (OpenSearch) searches

All-new, much faster v2

04 Oct 10:14
Compare
Choose a tag to compare
  • Add DuckDuckGo image search #40
  • Add option to turn off Alfred's knowledge #49

Release Candidate 2

02 Oct 17:25
Compare
Choose a tag to compare
Release Candidate 2 Pre-release
Pre-release
  • Leave space to left of generated Script Filters #31
  • Autocomplete to suggestion + " " #32
  • Add option to append query to results #33
  • Fix locales for Portuguese (thanks to @xilopaint)

First pre-release of v2

11 Dec 22:32
Compare
Choose a tag to compare
Pre-release
  • Searches can now be added and deleted from within the workflow itself (the workflow rewrites its own info.plist)
  • Searches can be imported from websites that support the OpenSearch autosuggest API
  • Search is now performed via a Go program, which is 3–20x faster than the Python version

Update icons & fix Kinopoisk.ru

11 Dec 22:43
Compare
Choose a tag to compare

Add support for Kinopoisk.ru

31 Oct 15:02
Compare
Choose a tag to compare

Add "I'm Feeling Lucky"

26 Sep 20:41
Compare
Choose a tag to compare

Add Google's "I'm Feeling Lucky" search thanks to @duqcyxwd #16

Fallback to English if system language isn't set

01 Mar 12:32
Compare
Choose a tag to compare

Support Wikia.com

04 Jul 14:47
Compare
Choose a tag to compare
  • Add support for Wikia.com wikis
  • Update Alfred-Workflow

To search a Wikia wiki, provide the subdomain as the --lang option in the Script Filter, e.g. to search the Borderlands wiki at http://borderlands.wikia.com, use:

/usr/bin/python search.py -e wikia -l borderlands "{query}"

Support Naver.com

22 Mar 19:10
Compare
Choose a tag to compare
  • Add support for Naver.com search suggestions
  • Update Alfred-Workflow