forked from jarun/ddgr
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
62 lines (45 loc) · 1.54 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
ddgr v1.6
2018-11-16
What's in?
- User interface revamped
- DDG instant answers
- Haiku OS clipboard support
- Packaging preparation for PyPI
-------------------------------------------------------------------------------
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
What's in?
- Copy URL at omniprompt
- Check default stdout encoding at start
- New environment variable DISABLE_PROMPT_COLOR
-------------------------------------------------------------------------------
ddgr v1.2
2017-12-08
What's in?
- Remove Pyhton3 'requests' library dependency
- Remove Python 3.3 (EOL) support
- Fix zsh completion script issue
-------------------------------------------------------------------------------
ddgr v1.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 v1.0
2017-11-05
What's in?
- This is the first release of `ddgr`. For a list of features visit:
https://github.com/jarun/ddgr#features
-------------------------------------------------------------------------------