Skip to content

Commit bf5af23

Browse files
committed
Prepare for release v1.5
1 parent 73ed56e commit bf5af23

File tree

4 files changed

+26
-3
lines changed

4 files changed

+26
-3
lines changed

CHANGELOG

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
ddgr v1.5
2+
2018-09-10
3+
4+
What's in?
5+
- Support xclip as a clipboard utility on *nix
6+
- Support GNU Screen and tmux as clipboard fallback
7+
- Support Termux clipboard on Android
8+
9+
-------------------------------------------------------------------------------
10+
111
ddgr v1.4
212
2018-04-05
313

ddgr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ signal.signal(signal.SIGINT, sigint_handler)
5555

5656
# Constants
5757

58-
_VERSION_ = '1.4'
58+
_VERSION_ = '1.5'
5959

6060
COLORMAP = {k: '\x1b[%sm' % v for k, v in {
6161
'a': '30', 'b': '31', 'c': '32', 'd': '33',

ddgr.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "DDGR" "1" "05 Apr 2018" "Version 1.4" "User Commands"
1+
.TH "DDGR" "1" "10 Sep 2018" "Version 1.5" "User Commands"
22
.SH NAME
33
ddgr \- DuckDuckGo from the terminal
44
.SH SYNOPSIS

packagecore.yaml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@ packages:
2020
commands:
2121
pre:
2222
- yum install epel-release
23+
centos7.4:
24+
builddeps:
25+
- make
26+
deps:
27+
- python
28+
commands:
29+
pre:
30+
- yum install epel-release
2331
debian9:
2432
builddeps:
2533
- make
@@ -35,6 +43,11 @@ packages:
3543
- make
3644
deps:
3745
- python3
46+
fedora28:
47+
builddeps:
48+
- make
49+
deps:
50+
- python3
3851
opensuse42.2:
3952
builddeps:
4053
- make
@@ -50,7 +63,7 @@ packages:
5063
- make
5164
deps:
5265
- python3
53-
ubuntu17.10:
66+
ubuntu18.04:
5467
builddeps:
5568
- make
5669
deps:

0 commit comments

Comments
 (0)