Skip to content

Commit

Permalink
Prepare for release v1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jarun committed Sep 10, 2018
1 parent 73ed56e commit bf5af23
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG
@@ -1,3 +1,13 @@
ddgr v1.5
2018-09-10

What's in?
- Support xclip as a clipboard utility on *nix
- Support GNU Screen and tmux as clipboard fallback
- Support Termux clipboard on Android

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

ddgr v1.4
2018-04-05

Expand Down
2 changes: 1 addition & 1 deletion ddgr
Expand Up @@ -55,7 +55,7 @@ signal.signal(signal.SIGINT, sigint_handler)

# Constants

_VERSION_ = '1.4'
_VERSION_ = '1.5'

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 ddgr.1
@@ -1,4 +1,4 @@
.TH "DDGR" "1" "05 Apr 2018" "Version 1.4" "User Commands"
.TH "DDGR" "1" "10 Sep 2018" "Version 1.5" "User Commands"
.SH NAME
ddgr \- DuckDuckGo from the terminal
.SH SYNOPSIS
Expand Down
15 changes: 14 additions & 1 deletion packagecore.yaml
Expand Up @@ -20,6 +20,14 @@ packages:
commands:
pre:
- yum install epel-release
centos7.4:
builddeps:
- make
deps:
- python
commands:
pre:
- yum install epel-release
debian9:
builddeps:
- make
Expand All @@ -35,6 +43,11 @@ packages:
- make
deps:
- python3
fedora28:
builddeps:
- make
deps:
- python3
opensuse42.2:
builddeps:
- make
Expand All @@ -50,7 +63,7 @@ packages:
- make
deps:
- python3
ubuntu17.10:
ubuntu18.04:
builddeps:
- make
deps:
Expand Down

5 comments on commit bf5af23

@jarun
Copy link
Owner Author

@jarun jarun commented on bf5af23 Sep 10, 2018

Choose a reason for hiding this comment

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

@eclipseo, @maxice8, @pabloariasal, @szlin, @zmwang ddgr v1.5 is released!

@szlin
Copy link
Collaborator

@szlin szlin commented on bf5af23 Sep 11, 2018

Choose a reason for hiding this comment

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

@jarun Thank you for the notification, the new version of ddgr has been uploaded into Debian archive.

@maxice8
Copy link

Choose a reason for hiding this comment

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

Updated on Void Linux

@eclipseo
Copy link
Contributor

Choose a reason for hiding this comment

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

Fedora is updated.

@jarun
Copy link
Owner Author

@jarun jarun commented on bf5af23 Sep 11, 2018

Choose a reason for hiding this comment

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

Thanks guys!

Please sign in to comment.