diff --git a/CHANGELOG b/CHANGELOG index d7122c0..af7971a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,22 @@ +googler v2.5 +2016-06-12 + +**NOTICE:** +- Python 2.x support is discontinued. +- googler is now available on [Debian Sid](https://packages.debian.org/unstable/main/googler) + +Modifications +- Invoking `googler` without search keywords shows omniprompt +- Introduced options -h and --help to show program help and exit +- Support cookie +- Use TLS 1.2 (Python 3.4 and above) +- Omniprompt key to unfilter filtered similar results +- HTTPS proxy support (non-TLS 1.2 supported) +- News time shown in cyan by default +- Tons of code, logging and debug improvements (thanks Zhiming) + +------------------------------------------------------------------------------- + googler v2.4.1 2016-05-22 diff --git a/README.md b/README.md index c07c845..a2cdb04 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ Find `googler` useful? If you would like to donate, visit the - Supports Google search keywords like `filetype:mime`, `site:somesite.com` etc. - Optionally open the first result directly in browser (as in *I'm Feeling Lucky*) - Non-stop searches: fire new searches at omniprompt without exiting -- Proxy support +- HTTPS proxy support - Man page with examples, shell completion scripts for Bash, Zsh and Fish - Minimal dependencies @@ -60,7 +60,7 @@ Find `googler` useful? If you would like to donate, visit the `googler` requires Python 3.3 or later to work. Only the latest patch release of each minor version is supported. -Python 2.x support has been deprecated from `googler` v2.4.1. +Python 2.x support has been discontinued from `googler` v2.5. ## Installing from this repository @@ -297,7 +297,7 @@ Site specific search continues at omniprompt. Use the `g` key to run a regular G 16. More **help**: - $ googler + $ googler -h $ man googler # Troubleshooting