diff --git a/CHANGELOG b/CHANGELOG index ffd3043..ca741d4 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,12 @@ +googler 3.7.1 +2018-10-10 + +What's in? +- Custom user agent +- Fix to unescape auto-completions + +------------------------------------------------------------------------------- + googler 3.7 2018-09-16 diff --git a/README.md b/README.md index fe0bbdf..24167d5 100644 --- a/README.md +++ b/README.md @@ -136,7 +136,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.7/googler && sudo chmod +x /usr/local/bin/googler + $ sudo curl -o /usr/local/bin/googler https://raw.githubusercontent.com/jarun/googler/v3.7.1/googler && sudo chmod +x /usr/local/bin/googler You could then let googler upgrade itself by running diff --git a/googler b/googler index be61b76..0eeb59c 100755 --- a/googler +++ b/googler @@ -68,7 +68,7 @@ signal.signal(signal.SIGINT, sigint_handler) # Constants -_VERSION_ = '3.7' +_VERSION_ = '3.7.1' COLORMAP = {k: '\x1b[%sm' % v for k, v in { 'a': '30', 'b': '31', 'c': '32', 'd': '33', diff --git a/googler.1 b/googler.1 index 9a7888b..50d9b50 100644 --- a/googler.1 +++ b/googler.1 @@ -1,4 +1,4 @@ -.TH "GOOGLER" "1" "16 Sep 2018" "Version 3.7" "User Commands" +.TH "GOOGLER" "1" "10 Oct 2018" "Version 3.7.1" "User Commands" .SH NAME googler \- Google from the command-line .SH SYNOPSIS