This repository has been archived by the owner on Mar 5, 2022. It is now read-only.
Releases: jarun/googler
Releases · jarun/googler
googler v3.6
What's in?
- Decode auto-completion info as per charset in response header
- Ignore trailing
/
in proxy - Some heath sites added to googler @t
- User agent updated to Firefox 60
- Availability on Fedora and openSUSE
- More auto-generated packages
googler v3.5
What's in?
- URL folding to show only domain name
- Omniprompt key
c
to copy URL to clipboard - Support env var
DISABLE_PROMPT_COLOR
to disable prompt color (see #203)
Note: Python 3.3 reached EOL, will not be supported anymore.
googler v3.4
What's in?
- Support custom URL handler script or cli utility (option
--url-handler
) - Support text browser override with GUI browser (omniprompt key
O
) - A stunning project logo! (designed by @zmwangx)
googler v3.3
What's in?
- Search auto-completion (using completion scripts)
- Python 3.6 support
- Automated release package builds using PackageCore
googler v3.2
What's in?
- Basic authentication with
--proxy
- Option
--unfilter
to include similar results - New
googler @ts
: Manga Reader, Mac Rumors, OMG! Ubuntu! - Fix: skip certain card results with
--noua
- Options
--json
and--exact
decoupled
googler v3.1
What's in?
- Search result metadata (e.g. IMDB rating)
- Multi-site search
- Browse numeric ranges at omniprompt
- googler@ - Financial Times, The Pirate Bay added
googler v3.0
Modifications
- Introducing googler @t add-on!
- Open multiple indices from omniprompt
- Open all indices from omniprompt
- Option
--enable-browser-output
is now--show-browser-logs
- Multiple bug fixes
googler v2.9
NOTICE
googler
is on Debian and Ubuntu official releases now. In addition, there's
a PPA in place to install the latest program releases from.
Modifications
- Omniprompt option to search exact keywords on auto-correction
- Push cmdline arguments to readline history (simplifies editing the keywords)
- Added check to ensure UTF-8 encoding
- Support 3 HTTP redirections before failing to connect
- Support environment variable https_proxy
- Python 3.5.3 compliance for TLS 1.2
- Removed deb package generation scripts
googler v2.8
Modifications
- Add option
--notweak
to disable TCP optimizations and forced TLS 1.2. - Limit self-upgrade options to
-U
or--upgrade
. Removed--update
.
googler v2.7
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.