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

Commit 51fca20

Browse files
committed
Prepare for v2.6 release.
1 parent 267896a commit 51fca20

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
googler v2.6
2+
2016-07-06
3+
4+
Modifications
5+
- Option `--noua` to disable UA (default - enabled).
6+
- Logging and auto-completion script changes.
7+
8+
-------------------------------------------------------------------------------
19
googler v2.5.1
210
2016-06-13
311

auto-completion/zsh/_googler

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ args=(
1919
'(-l --lang)'{-l,--lang}'[display in specified language]:language code'
2020
'(-n --count)'{-n,--count}'[show specified number of results (default 10)]:count'
2121
'(-N --news)'{-N,--news}'[show results from news section]'
22-
'(--noua)'{--noua}'[disable user agent]'
22+
'(--noua)--noua[disable user agent]'
2323
'(--np --noprompt)'{--np,--noprompt}'[perform search and exit, do not prompt for further interactions]'
2424
'(-p --proxy)'{-p,--proxy}'[proxy in HOST:PORT format]:proxy details'
2525
'(-s --start)'{-s,--start}'[start at the Nth result]:result number'

0 commit comments

Comments
 (0)