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

Commit

Permalink
Prepare for release v3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jarun committed Jul 6, 2017
1 parent 4f027fb commit a25ab37
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 7 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions googler
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion googler.1
Original file line number Diff line number Diff line change
@@ -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
Expand Down

8 comments on commit a25ab37

@jarun
Copy link
Owner Author

@jarun jarun commented on a25ab37 Jul 6, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@shaggytwodope, @szlin, @zmwangx googler v3.2 is released! Enjoy it!

Note: @zmwangx kept me awake till 4:38 AM to make this release. ;)

@zmwangx
Copy link
Collaborator

@zmwangx zmwangx commented on a25ab37 Jul 6, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry 😅

@jarun
Copy link
Owner Author

@jarun jarun commented on a25ab37 Jul 6, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Night-outs are still fun! ;)

@professorjamesmoriarty
Copy link
Contributor

@professorjamesmoriarty professorjamesmoriarty commented on a25ab37 Jul 6, 2017 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jarun
Copy link
Owner Author

@jarun jarun commented on a25ab37 Jul 7, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@szlin
Copy link
Collaborator

@szlin szlin commented on a25ab37 Jul 7, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done!

@jarun take care of your health :)

@jarun
Copy link
Owner Author

@jarun jarun commented on a25ab37 Jul 7, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks Lin! I've actually gained a little weight. ;)

@mattmar
Copy link

@mattmar mattmar commented on a25ab37 Jul 7, 2017 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.