-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NEWS
28 lines (17 loc) · 808 Bytes
/
NEWS
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
## Changelog
### 1.1.0
* Handle common errors with some amount of grace ([#4][])
* Refresh the DDGS client periodically to reduce errors ([#5][])
[#4]: https://github.com/sopel-irc/sopel-search/pull/4
[#5]: https://github.com/sopel-irc/sopel-search/pull/5
### 1.0.1
Bump DuckDuckGo library minimum version; older releases stopped working.
### 1.0.0
First release of `sopel-search`.
This new search plugin apes a lot of behaviors from Sopel's built-in `search`,
with the following notable changes:
* `.bing` is no longer available
* `.search` is an alias to `.ddg`, as `.g` was already
* Search `region` and `safesearch` level are now configurable
* `.suggest` uses DuckDuckGo; Google suggestions are still available via the
new `.gsuggest` command (if optional extra dependencies are installed)