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.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jarun committed Oct 2, 2017
1 parent 4f4d03f commit c76130b
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
googler 3.4
2017-10-02

What's in?
- Support custom URL handler script or cli utility (option `--url-handler`)
- Support text browser override with GUI browser (omniprompt key `O`)
- A stunning project logo! (designed by @zmwangx)

-------------------------------------------------------------------------------

googler 3.3
2017-08-17

Expand Down
6 changes: 3 additions & 3 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.3/googler && sudo chmod +x /usr/local/bin/googler
$ sudo curl -o /usr/local/bin/googler https://raw.githubusercontent.com/jarun/googler/v3.4/googler && sudo chmod +x /usr/local/bin/googler

You could then let googler upgrade itself by running

Expand All @@ -145,8 +145,8 @@ Search keyword and option completion scripts for Bash, Fish and Zsh can be found
```
usage: googler [-h] [-s N] [-n N] [-N] [-c TLD] [-l LANG] [-x] [-C]
[--colors COLORS] [-j] [-t dN] [-w SITE] [--unfilter]
[-p PROXY] [--noua] [--notweak] [--json] [--show-browser-logs]
[--np] [-u] [--include-git] [-v] [-d]
[-p PROXY] [--noua] [--notweak] [--json] [--url-handler UTIL]
[--show-browser-logs] [--np] [-u] [--include-git] [-v] [-d]
[KEYWORD [KEYWORD ...]]
Google from the command-line.
Expand Down
2 changes: 1 addition & 1 deletion googler
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ signal.signal(signal.SIGINT, sigint_handler)

# Constants

_VERSION_ = '3.3'
_VERSION_ = '3.4'

COLORMAP = {k: '\x1b[%sm' % v for k, v in {
'a': '30', 'b': '31', 'c': '32', 'd': '33',
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" "Aug 2017" "Version 3.3" "User Commands"
.TH "GOOGLER" "1" "2 Oct 2017" "Version 3.4" "User Commands"
.SH NAME
googler \- Google from the command-line
.SH SYNOPSIS
Expand Down

5 comments on commit c76130b

@jarun
Copy link
Owner Author

@jarun jarun commented on c76130b Oct 2, 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.4 is released! Have fun!

@szlin
Copy link
Collaborator

@szlin szlin commented on c76130b Oct 2, 2017

Choose a reason for hiding this comment

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

The new version of googler has been uploaded! Thanks @jarun

@jarun
Copy link
Owner Author

@jarun jarun commented on c76130b Oct 2, 2017

Choose a reason for hiding this comment

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

Thanks Lin!

@professorjamesmoriarty
Copy link
Contributor

Choose a reason for hiding this comment

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

AUR updated, ppa builds in progress. Will be done within the hour.

@jarun
Copy link
Owner Author

@jarun jarun commented on c76130b Oct 2, 2017

Choose a reason for hiding this comment

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

Thank you!

Please sign in to comment.