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

Commit 8557e75

Browse files
committed
Prepare for v2.9 release.
1 parent bd31f63 commit 8557e75

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
googler 2.9
2+
2016-12-18
3+
4+
**NOTICE**
5+
- `googler` is on Debian and Ubuntu official releases now. In addition, there's
6+
a PPA in place to install the latest program releases from.
7+
8+
Modifications
9+
- Omniprompt option to search exact keywords on auto-correction
10+
- Push cmdline arguments to readline history (simplifies editing the keywords)
11+
- Added check to ensure UTF-8 encoding
12+
- Support 3 HTTP redirections before failing to connect
13+
- Support environment variable https_proxy
14+
- Python 3.5.3 compliance for TLS 1.2
15+
- Removed deb package generation scripts
16+
17+
-------------------------------------------------------------------------------
18+
119
googler 2.8
220
2016-10-04
321

googler

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ signal.signal(signal.SIGINT, sigint_handler)
6565

6666
# Constants
6767

68-
_VERSION_ = '2.8'
68+
_VERSION_ = '2.9'
6969

7070
COLORMAP = {k: '\x1b[%sm' % v for k, v in {
7171
'a': '30', 'b': '31', 'c': '32', 'd': '33',

googler.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "GOOGLER" "1" "Oct 2016" "Version 2.8" "User Commands"
1+
.TH "GOOGLER" "1" "Dec 2016" "Version 2.9" "User Commands"
22
.SH NAME
33
googler \- Google from the command-line
44
.SH SYNOPSIS

0 commit comments

Comments
 (0)