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

Commit

Permalink
Prepare for v2.7 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
jarun committed Aug 28, 2016
1 parent 4c84a48 commit 291793c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
googler v2.7
2016-08-28

Modifications
- Show google services abstract with User Agent disabled.
- In-place self-upgrade mechanism.
- Fix integration with text-based browsers.
- Set process title to googler if setproctitle is installed.

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

googler v2.6
2016-07-06

Expand All @@ -6,6 +17,7 @@ Modifications
- Logging and auto-completion script changes.

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

googler v2.5.1
2016-06-13

Expand Down
2 changes: 1 addition & 1 deletion googler
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ signal.signal(signal.SIGINT, sigint_handler)

# Constants

_VERSION_ = '2.6'
_VERSION_ = '2.7'

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" "Jul 2016" "Version 2.6" "User Commands"
.TH "GOOGLER" "1" "Aug 2016" "Version 2.7" "User Commands"
.SH NAME
googler \- Google from the command-line
.SH SYNOPSIS
Expand Down

1 comment on commit 291793c

@zmwangx
Copy link
Collaborator

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.