From 1aef6f83199c4142f9882e538cfa6c7fba7cab24 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Sun, 16 Sep 2018 18:38:39 +0530 Subject: [PATCH] Prepare for release v3.7 --- CHANGELOG | 10 ++++++++++ README.md | 4 ++-- googler | 4 ++-- googler.1 | 2 +- 4 files changed, 15 insertions(+), 5 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 37882a1..ffd3043 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,13 @@ +googler 3.7 +2018-09-16 + +What's in? +- Support xclip as a clipboard utility on *nix +- Support GNU Screen and tmux as clipboard fallback +- Support Termux clipboard on Android + +------------------------------------------------------------------------------- + googler 3.6 2018-05-23 diff --git a/README.md b/README.md index 2f453b3..14ac7d7 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ `googler` requires Python 3.4 or later. Only the latest patch release of each minor version is supported. -To copy url to clipboard at the omniprompt, `googler` looks for `xsel` or `xclip` or `termux-clipboard-set` (in the same order) on Linux, `pbcopy` (default installed) on OS X and `clip` (default installed) on Windows. +To copy url to clipboard at the omniprompt, `googler` looks for `xsel` or `xclip` or `termux-clipboard-set` (in the same order) on Linux, `pbcopy` (default installed) on OS X and `clip` (default installed) on Windows. It also supports GNU Screen and tmux copy-paste buffers in the absence of X11. #### From a package manager @@ -135,7 +135,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.6/googler && sudo chmod +x /usr/local/bin/googler + $ sudo curl -o /usr/local/bin/googler https://raw.githubusercontent.com/jarun/googler/v3.7/googler && sudo chmod +x /usr/local/bin/googler You could then let googler upgrade itself by running diff --git a/googler b/googler index 8ef6b2a..32ee5f2 100755 --- a/googler +++ b/googler @@ -68,7 +68,7 @@ signal.signal(signal.SIGINT, sigint_handler) # Constants -_VERSION_ = '3.6' +_VERSION_ = '3.7' COLORMAP = {k: '\x1b[%sm' % v for k, v in { 'a': '30', 'b': '31', 'c': '32', 'd': '33', @@ -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:60.0) Gecko/20100101 Firefox/60.0') +USER_AGENT = ('Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0') ua = True # User Agent is enabled by default text_browsers = ['elinks', 'links', 'lynx', 'w3m', 'www-browser'] diff --git a/googler.1 b/googler.1 index 6a06fce..9a7888b 100644 --- a/googler.1 +++ b/googler.1 @@ -1,4 +1,4 @@ -.TH "GOOGLER" "1" "23 May 2018" "Version 3.6" "User Commands" +.TH "GOOGLER" "1" "16 Sep 2018" "Version 3.7" "User Commands" .SH NAME googler \- Google from the command-line .SH SYNOPSIS