Releases: zquestz/s
Releases · zquestz/s
Release v0.5.12
- Updated default configuration path to
~/.config/s/config. Legacy.s/configpath is still supported as well. - Added
cppreference,goodreadsanddictproviders.
Release v0.5.11
- Fixed minor autocomplete issues.
- Compiled with Go 1.9.
Release v0.5.10
- Fixed autocomplete for
--tag
Release v0.5.9
- Added Explain Shell, Regex 101 and Zhihu providers.
- Compiled with Go 1.8.
- Fixed URL parsing for custom providers if path contains
%s.
Release v0.5.8
Just updates built binaries to use Go 1.7.4.
Release v0.5.7
- Added
-oand--outputflags to simply output the URL and not open your browser. - Updated the build to use go 1.7.1.
Release v0.5.6
- Updated to build on Go 1.7
Release v0.5.5
Adds tag and provider expansion for the web front-end. Now we can do the following queries:
Search duckduckgo for "foo"
https://<domain>/search?q=foo&provider=duck
Search yahoo and the tag music for radiohead
https://<domain>/search?q=radiohead&provider=yah&tag=mu
Release v0.5.4
- Updated to build on Go 1.6.3 for Mac OS X Sierra support.
- Fixed build with latest Cobra changes upstream.
Release v0.5.3
- Added crates and shodan providers.
- Changed main form to use GET instead of POST to work around chrome/chromium bug https://bugs.chromium.org/p/chromium/issues/detail?id=626403&can=2&start=0&num=100&q=omnibox%20POST&colspec=ID%20Pri%20M%20Stars%20ReleaseBlock%20Component%20Status%20Owner%20Summary%20OS%20Modified&groupby=&sort=
- Minor markup tweaks on the index page.