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

Commit 7b6ad41

Browse files
committed
Prepare for release v3.6
1 parent 0bc2174 commit 7b6ad41

File tree

5 files changed

+17
-7
lines changed

5 files changed

+17
-7
lines changed

CHANGELOG

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
googler 3.6
2+
2018-05-23
3+
4+
What's in?
5+
- Decode auto-completion info as per charset in response header
6+
- Ignore trailing `/` in proxy
7+
- Some heath sites added to googler @t
8+
- User agent updated to Firefox 60
9+
- Availability on Fedora and openSUSE
10+
- More auto-generated packages
11+
12+
-------------------------------------------------------------------------------
13+
114
googler 3.5
215
2018-02-16
316

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ To remove `googler` and associated docs, run
137137

138138
To install the latest stable version, run
139139

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

142142
You could then let googler upgrade itself by running
143143

googler

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ signal.signal(signal.SIGINT, sigint_handler)
6868

6969
# Constants
7070

71-
_VERSION_ = '3.5'
71+
_VERSION_ = '3.6'
7272

7373
COLORMAP = {k: '\x1b[%sm' % v for k, v in {
7474
'a': '30', 'b': '31', 'c': '32', 'd': '33',
@@ -83,7 +83,7 @@ COLORMAP = {k: '\x1b[%sm' % v for k, v in {
8383
}.items()}
8484

8585
# Disguise as Firefox on Ubuntu
86-
USER_AGENT = ('Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:58.0) Gecko/20100101 Firefox/58.0')
86+
USER_AGENT = ('Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0')
8787
ua = True # User Agent is enabled by default
8888

8989
text_browsers = ['elinks', 'links', 'lynx', 'w3m', 'www-browser']

googler.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "GOOGLER" "1" "16 Feb 2018" "Version 3.5" "User Commands"
1+
.TH "GOOGLER" "1" "23 May 2018" "Version 3.6" "User Commands"
22
.SH NAME
33
googler \- Google from the command-line
44
.SH SYNOPSIS

packagecore.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,6 @@ packages:
4949
- make
5050
deps:
5151
- python
52-
commands:
53-
pre:
54-
- yum install epel-release
5552
debian8:
5653
builddeps:
5754
- make

0 commit comments

Comments
 (0)