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

Commit

Permalink
Prepare for release v3.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jarun committed Oct 9, 2018
1 parent 592ccf1 commit ea5ca23
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
googler 3.7.1
2018-10-10

What's in?
- Custom user agent
- Fix to unescape auto-completions

-------------------------------------------------------------------------------

googler 3.7
2018-09-16

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,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/v3.7/googler && sudo chmod +x /usr/local/bin/googler
$ sudo curl -o /usr/local/bin/googler https://raw.githubusercontent.com/jarun/googler/v3.7.1/googler && sudo chmod +x /usr/local/bin/googler

You could then let googler upgrade itself by running

Expand Down
2 changes: 1 addition & 1 deletion googler
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ signal.signal(signal.SIGINT, sigint_handler)

# Constants

_VERSION_ = '3.7'
_VERSION_ = '3.7.1'

COLORMAP = {k: '\x1b[%sm' % v for k, v in {
'a': '30', 'b': '31', 'c': '32', 'd': '33',
Expand Down
2 changes: 1 addition & 1 deletion googler.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "GOOGLER" "1" "16 Sep 2018" "Version 3.7" "User Commands"
.TH "GOOGLER" "1" "10 Oct 2018" "Version 3.7.1" "User Commands"
.SH NAME
googler \- Google from the command-line
.SH SYNOPSIS
Expand Down

14 comments on commit ea5ca23

@maxice8
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated on Void Linux

@jarun
Copy link
Owner Author

@jarun jarun commented on ea5ca23 Oct 10, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@maxice8 it is not released yet! Please hold on updating downstream till I send the note. We have issues in packaging right now.

@jarun
Copy link
Owner Author

@jarun jarun commented on ea5ca23 Oct 11, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@maxice8 don't remove it yet. Looks like the packaging problem would be solved soon and we may not need a new tag.

@jarun
Copy link
Owner Author

@jarun jarun commented on ea5ca23 Oct 11, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@eclipseo, @maxice8, @pabloariasal, @zmwangx, @szlin googler v3.7.1 is released!

@maxice8
Copy link
Contributor

@maxice8 maxice8 commented on ea5ca23 Oct 11, 2018 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jarun
Copy link
Owner Author

@jarun jarun commented on ea5ca23 Oct 11, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No changes. Our packaging using PackageCore had issues. You don't have to make any changes downstream. :)

@maxice8
Copy link
Contributor

@maxice8 maxice8 commented on ea5ca23 Oct 11, 2018 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@eclipseo
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is done for Fedora 28+.

@jarun
Copy link
Owner Author

@jarun jarun commented on ea5ca23 Oct 11, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@pabloariasal
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done for arch linux

@jarun
Copy link
Owner Author

@jarun jarun commented on ea5ca23 Oct 12, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@szlin
Copy link
Collaborator

@szlin szlin commented on ea5ca23 Oct 12, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

New version of googler has been uploaded.

@jarun
Copy link
Owner Author

@jarun jarun commented on ea5ca23 Oct 12, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @szlin! Can you also take a look at #248 ? The defect is closed but we need input from you on the Debian package update strategy.

@dilawar
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jarun Updated in openSUSE. We've missed previous 2 versions. Ping me when you release next.

Please sign in to comment.