Skip to content
This repository has been archived by the owner on Mar 5, 2022. It is now read-only.

Commit

Permalink
Prepare for v2.6 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
jarun committed Jul 6, 2016
1 parent 267896a commit 51fca20
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
googler v2.6
2016-07-06

Modifications
- Option `--noua` to disable UA (default - enabled).
- Logging and auto-completion script changes.

-------------------------------------------------------------------------------
googler v2.5.1
2016-06-13

Expand Down
2 changes: 1 addition & 1 deletion auto-completion/zsh/_googler
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ args=(
'(-l --lang)'{-l,--lang}'[display in specified language]:language code'
'(-n --count)'{-n,--count}'[show specified number of results (default 10)]:count'
'(-N --news)'{-N,--news}'[show results from news section]'
'(--noua)'{--noua}'[disable user agent]'
'(--noua)--noua[disable user agent]'
'(--np --noprompt)'{--np,--noprompt}'[perform search and exit, do not prompt for further interactions]'
'(-p --proxy)'{-p,--proxy}'[proxy in HOST:PORT format]:proxy details'
'(-s --start)'{-s,--start}'[start at the Nth result]:result number'
Expand Down

0 comments on commit 51fca20

Please sign in to comment.