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

Releases: jarun/googler

googler v3.6

23 May 03:46
v3.6
7b6ad41
Compare
Choose a tag to compare

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

16 Feb 02:21
v3.5
c91f11d
Compare
Choose a tag to compare

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

02 Oct 03:34
v3.4
c76130b
Compare
Choose a tag to compare

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

17 Aug 15:36
v3.3
fffb680
Compare
Choose a tag to compare

What's in?

  • Search auto-completion (using completion scripts)
  • Python 3.6 support
  • Automated release package builds using PackageCore

googler v3.2

06 Jul 23:28
v3.2
a25ab37
Compare
Choose a tag to compare

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

28 Apr 04:25
v3.1
1d113fa
Compare
Choose a tag to compare

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

12 Mar 16:11
v3.0
Compare
Choose a tag to compare

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

18 Dec 07:06
8557e75
Compare
Choose a tag to compare

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

04 Oct 01:24
156a490
Compare
Choose a tag to compare

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

28 Aug 16:38
291793c
Compare
Choose a tag to compare

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.