From a25ab3743e3342b376083fbca0f6cb5617240bce Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Fri, 7 Jul 2017 04:34:07 +0530 Subject: [PATCH] Prepare for release v3.2 --- CHANGELOG | 12 ++++++++++++ README.md | 8 ++++---- googler | 4 ++-- googler.1 | 2 +- 4 files changed, 19 insertions(+), 7 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 4c73d72..708a3ef 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,15 @@ +googler 3.2 +2017-07-07 + +What's in? +- Basic authentication with `--proxy` +- Option `--unfilter` to include similar results +- New googler @ts : Manga Reader, Mac Rumors, OMG! Ubuntu! +- Fix: skip certain card results with `--noua` +- options `--json` and `--exact` decoupled + +------------------------------------------------------------------------------- + googler 3.1 2017-04-28 diff --git a/README.md b/README.md index b53af14..036b3e2 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,7 @@ Googler is a single standalone script, so you could download just a single file To install the latest stable version, run - $ sudo curl -o /usr/local/bin/googler https://raw.githubusercontent.com/jarun/googler/v3.1/googler && sudo chmod +x /usr/local/bin/googler + $ sudo curl -o /usr/local/bin/googler https://raw.githubusercontent.com/jarun/googler/v3.2/googler && sudo chmod +x /usr/local/bin/googler You could then let googler upgrade itself by running @@ -139,9 +139,9 @@ and upgrade by running ### Cmdline options usage: googler [-h] [-s N] [-n N] [-N] [-c TLD] [-l LANG] [-x] [-C] - [--colors COLORS] [-j] [-t dN] [-w SITE] [-p PROXY] [--noua] - [--notweak] [--json] [--show-browser-logs] [--np] [-u] - [--include-git] [-v] [-d] + [--colors COLORS] [-j] [-t dN] [-w SITE] [--unfilter] + [-p PROXY] [--noua] [--notweak] [--json] [--show-browser-logs] + [--np] [-u] [--include-git] [-v] [-d] [KEYWORD [KEYWORD ...]] Google from the command-line. diff --git a/googler b/googler index f2b981a..2e23f83 100755 --- a/googler +++ b/googler @@ -66,7 +66,7 @@ signal.signal(signal.SIGINT, sigint_handler) # Constants -_VERSION_ = '3.1' +_VERSION_ = '3.2' COLORMAP = {k: '\x1b[%sm' % v for k, v in { 'a': '30', 'b': '31', 'c': '32', 'd': '33', @@ -81,7 +81,7 @@ COLORMAP = {k: '\x1b[%sm' % v for k, v in { }.items()} # Disguise as Firefox on Ubuntu -USER_AGENT = ('Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:53.0) Gecko/20100101 Firefox/53.0') +USER_AGENT = ('Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:54.0) Gecko/20100101 Firefox/54.0') ua = True # User Agent is enabled by default # Self-upgrade parameters diff --git a/googler.1 b/googler.1 index 035d8ca..1c04450 100644 --- a/googler.1 +++ b/googler.1 @@ -1,4 +1,4 @@ -.TH "GOOGLER" "1" "Apr 2017" "Version 3.1" "User Commands" +.TH "GOOGLER" "1" "Jul 2017" "Version 3.2" "User Commands" .SH NAME googler \- Google from the command-line .SH SYNOPSIS