Browse Source

[enh] version 0.11.0

Adam Tauber 8 years ago
parent
commit
94a1d8ad7e
1 changed files with 31 additions and 0 deletions
  1. 31
    0
      CHANGELOG.rst

+ 31
- 0
CHANGELOG.rst View File

@@ -1,3 +1,34 @@
1
+0.11.0 2017.01.10
2
+=================
3
+
4
+- New engines
5
+
6
+  - Protein Data Bank Europe (science)
7
+  - Voat.co (general, social media)
8
+  - Online Etimology Dictionary (science)
9
+  - CCC tv (video, it)
10
+  - Searx (all categories - can rotate multiple other instances)
11
+- Answerer functionality (see answerer section on /preferences)
12
+- Local answerers
13
+
14
+  - Statistical functions
15
+  - Random value generator
16
+- Result proxy support (with `morty <https://github.com/asciimoo/morty>`__)
17
+- Extended time range filter
18
+- Improved search language support
19
+- Multiple engine fixes (digbt, 500px, google news, ixquick, bing, kickass, google play movies, habrahabr, yandex)
20
+- Minor UI improvements
21
+- Suggestion support for JSON engine
22
+- Result and query escaping fixes
23
+- Configurable HTTP server version
24
+- More robust search error handling
25
+- Faster webapp initialization in debug mode
26
+- Search module refactor
27
+- Config API endpoint
28
+- Translation updates
29
+- 404 page
30
+
31
+
1 32
 0.10.0 2016.09.06
2 33
 =================
3 34