diff --git a/CHANGELOG b/CHANGELOG index c916209..6211878 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,15 @@ +googler 4.1 +2020-04-30 + +What's in? +- search Google Videos +- options `--from` and `--to` to specify date range for search +- update parser to handle new layout for Google News results +- strip trailing comma from metadata +- add auto-generated packages for new distros, remove obsolete + +------------------------------------------------------------------------------- + googler 4.0 2019-11-27 diff --git a/README.md b/README.md index d56d84c..756b1af 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ More fun stuff you can try with `googler`: *Love smart and efficient utilities? Explore [my repositories](https://github.com/jarun?tab=repositories). Buy me a cup of coffee if they help you.*

-Donate via PayPal! +Donate via PayPal!

### Table of contents @@ -137,7 +137,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/v4.0/googler && sudo chmod +x /usr/local/bin/googler + $ sudo curl -o /usr/local/bin/googler https://raw.githubusercontent.com/jarun/googler/v4.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 90ad482..1aca2ca 100755 --- a/googler +++ b/googler @@ -89,7 +89,7 @@ except ValueError: # Constants -_VERSION_ = '4.0' +_VERSION_ = '4.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 77e9040..9890a0c 100644 --- a/googler.1 +++ b/googler.1 @@ -1,4 +1,4 @@ -.TH "GOOGLER" "1" "27 Nov 2019" "Version 4.0" "User Commands" +.TH "GOOGLER" "1" "30 Apr 2020" "Version 4.1" "User Commands" .SH NAME googler \- Google from the command-line .SH SYNOPSIS diff --git a/tests/packagecore/packagecore.yaml b/tests/packagecore/packagecore.yaml index a909933..f42b49b 100644 --- a/tests/packagecore/packagecore.yaml +++ b/tests/packagecore/packagecore.yaml @@ -23,42 +23,30 @@ packages: - make deps: - python - debian8: - builddeps: - - make - deps: - - python3 - debian9: - builddeps: - - make - deps: - - python3 - debian10: - builddeps: - - make - deps: - - python3 - fedora25: + centos7.7: builddeps: - make deps: - - python3 - fedora26: + - python + centos8.0: builddeps: - make deps: - python3 - fedora27: + commands: + precompile: + - dnf install python3 + debian8: builddeps: - make deps: - python3 - fedora28: + debian9: builddeps: - make deps: - python3 - fedora29: + debian10: builddeps: - make deps: @@ -73,27 +61,27 @@ packages: - make deps: - python3 - opensuse42.3: + opensuse15.1: builddeps: - make deps: - python3 - opensuse15.0: + ubuntu14.04: builddeps: - make deps: - python3 - ubuntu14.04: + ubuntu16.04: builddeps: - make deps: - python3 - ubuntu16.04: + ubuntu18.04: builddeps: - make deps: - python3 - ubuntu18.04: + ubuntu20.04: builddeps: - make deps: