瀏覽代碼

[enh] version 0.12.0

Adam Tauber 7 年之前
父節點
當前提交
f82646f386
共有 2 個檔案被更改,包括 24 行新增1 行删除
  1. 23
    0
      CHANGELOG.rst
  2. 1
    1
      searx/version.py

+ 23
- 0
CHANGELOG.rst 查看文件

@@ -1,3 +1,26 @@
1
+0.12.0 2017.06.04
2
+=================
3
+
4
+- Python3 compatibility
5
+- New engines
6
+
7
+  - 1337x.to (files, music, video)
8
+  - Semantic Scholar (science)
9
+  - Library Genesis (general)
10
+  - Framalibre (IT)
11
+  - Free Software Directory (IT)
12
+- More compact result UI (oscar theme)
13
+- Configurable static content and template path
14
+- Spelling suggestions
15
+- Multiple engine fixes (duckduckgo, bing, swisscows, yahoo news, bing news, twitter, bing images)
16
+- Reduced static image size
17
+- Docker updates
18
+- Translation updates
19
+
20
+
21
+Special thanks to `NLNet <https://nlnet.nl>`__ for sponsoring multiple features of this release.
22
+
23
+
1 24
 0.11.0 2017.01.10
2 25
 =================
3 26
 

+ 1
- 1
searx/version.py 查看文件

@@ -18,7 +18,7 @@ along with searx. If not, see < http://www.gnu.org/licenses/ >.
18 18
 
19 19
 # version of searx
20 20
 VERSION_MAJOR = 0
21
-VERSION_MINOR = 11
21
+VERSION_MINOR = 12
22 22
 VERSION_BUILD = 0
23 23
 
24 24
 VERSION_STRING = "{0}.{1}.{2}".format(VERSION_MAJOR,