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.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jarun committed May 23, 2018
1 parent 0bc2174 commit 7b6ad41
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 7 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
googler 3.6
2018-05-23

What's in?
- Decode auto-completion info as per charset in response header
- Ignore trailing `/` in proxy
- Some heath sites added to googler @t
- User agent updated to Firefox 60
- Availability on Fedora and openSUSE
- More auto-generated packages

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

googler 3.5
2018-02-16

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ To remove `googler` and associated docs, run

To install the latest stable version, run

$ sudo curl -o /usr/local/bin/googler https://raw.githubusercontent.com/jarun/googler/v3.5/googler && sudo chmod +x /usr/local/bin/googler
$ sudo curl -o /usr/local/bin/googler https://raw.githubusercontent.com/jarun/googler/v3.6/googler && sudo chmod +x /usr/local/bin/googler

You could then let googler upgrade itself by running

Expand Down
4 changes: 2 additions & 2 deletions googler
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ signal.signal(signal.SIGINT, sigint_handler)

# Constants

_VERSION_ = '3.5'
_VERSION_ = '3.6'

COLORMAP = {k: '\x1b[%sm' % v for k, v in {
'a': '30', 'b': '31', 'c': '32', 'd': '33',
Expand All @@ -83,7 +83,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:58.0) Gecko/20100101 Firefox/58.0')
USER_AGENT = ('Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0')
ua = True # User Agent is enabled by default

text_browsers = ['elinks', 'links', 'lynx', 'w3m', 'www-browser']
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" "16 Feb 2018" "Version 3.5" "User Commands"
.TH "GOOGLER" "1" "23 May 2018" "Version 3.6" "User Commands"
.SH NAME
googler \- Google from the command-line
.SH SYNOPSIS
Expand Down
3 changes: 0 additions & 3 deletions packagecore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@ packages:
- make
deps:
- python
commands:
pre:
- yum install epel-release
debian8:
builddeps:
- make
Expand Down

5 comments on commit 7b6ad41

@jarun
Copy link
Owner Author

@jarun jarun commented on 7b6ad41 May 23, 2018

Choose a reason for hiding this comment

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

@eclipseo, @maxice8, @pabloariasal, @szlin, @zmwangx googler v3.6 is released!

@szlin
Copy link
Collaborator

@szlin szlin commented on 7b6ad41 May 23, 2018

Choose a reason for hiding this comment

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

@jarun The new version of googler has been uploaded into Debian archive.

@jarun
Copy link
Owner Author

@jarun jarun commented on 7b6ad41 May 23, 2018

Choose a reason for hiding this comment

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

Thanks Lin!

@eclipseo
Copy link

Choose a reason for hiding this comment

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

It's done for Fedora too.

@jarun
Copy link
Owner Author

@jarun jarun commented on 7b6ad41 May 23, 2018

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.