Skip to content

Commit

Permalink
Prepare for release v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jarun committed Nov 29, 2017
1 parent 25c29a2 commit 0a2e173
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
ddgr 1.1
2017-11-29

What's in?
- Option `--num` to specify the number of results to show per page
- Omniprompt key `x` to toggle URL expansion on-the-fly.
- Option `-t` to limit search by time
- Option `--gui-browser` to open bangs directly in GUI browser
- Retrieve next index parameters from fetched data
- Custom user agent for ddgr

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

ddgr 1.0
2017-11-05

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ optional arguments:
-t SPAN, --time SPAN time limit search [d (1 day), w (1 wk), m (1 month)]
-w SITE, --site SITE search sites using DuckDuckGo
-x, --expand Show complete url in search results
-p URL, --proxy URI tunnel traffic through an HTTPS proxy; URI format:
-p URI, --proxy URI tunnel traffic through an HTTPS proxy; URI format:
[http[s]://][user:pwd@]host[:port]
--unsafe disable safe search
--noua disable user agent
Expand Down
2 changes: 1 addition & 1 deletion ddgr
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ signal.signal(signal.SIGINT, sigint_handler)

# Constants

_VERSION_ = '1.0'
_VERSION_ = '1.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 ddgr.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "DDGR" "1" "5 Nov 2017" "Version 1.0" "User Commands"
.TH "DDGR" "1" "29 Nov 2017" "Version 1.1" "User Commands"
.SH NAME
ddgr \- DuckDuckGo from the terminal
.SH SYNOPSIS
Expand Down

0 comments on commit 0a2e173

Please sign in to comment.