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

Commit

Permalink
Prepare for version 2.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jarun committed Jun 12, 2016
1 parent 4fada54 commit 70b9c87
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,15 @@ 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

# Installation

`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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 70b9c87

Please sign in to comment.