瀏覽代碼

[enh] version 0.9.0 - #529

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

+ 38
- 0
CHANGELOG.rst 查看文件

1
+0.9.0 2016.05.24
2
+================
3
+
4
+- New search category: science
5
+- New engines
6
+
7
+  - Wolframalpha (science)
8
+  - Frinkiac (images)
9
+  - Arch Linux (it)
10
+  - BASE - Bielefeld Academic Search Engine (science)
11
+  - Dokuwiki (general)
12
+  - Nyaa.se (files, images, music, video)
13
+  - Reddit (general, images, news, social media)
14
+  - Torrentz.eu (files, music, video)
15
+  - Tokyo Toshokan (files, music, video)
16
+  - F-Droid (files)
17
+  - Erowid (general)
18
+  - Bitbucket (it)
19
+  - GitLab (it)
20
+  - Geektimes (it)
21
+  - Habrahabr (it)
22
+- New plugins
23
+
24
+  - Open links in new tab
25
+  - Vim hotkeys for better navigation
26
+- Wikipedia/Mediawiki engine improvements
27
+- Configurable instance name
28
+- Configurable connection pool size
29
+- Fixed broken google engine
30
+- Better docker image
31
+- Images in standard results
32
+- Fixed and refactored user settings (Warning: backward incompatibility - you have to reset your custom engine preferences)
33
+- Suspending engines on errors
34
+- Simplified development/deployment tooling
35
+- Translation updates
36
+- Multilingual autocompleter
37
+- Qwant autocompleter backend
38
+
1
 0.8.1 2015.12.22
39
 0.8.1 2015.12.22
2
 ================
40
 ================
3
 
41
 

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

18
 
18
 
19
 # version of searx
19
 # version of searx
20
 VERSION_MAJOR = 0
20
 VERSION_MAJOR = 0
21
-VERSION_MINOR = 8
22
-VERSION_BUILD = 1
21
+VERSION_MINOR = 9
22
+VERSION_BUILD = 0
23
 
23
 
24
 VERSION_STRING = "{0}.{1}.{2}".format(VERSION_MAJOR,
24
 VERSION_STRING = "{0}.{1}.{2}".format(VERSION_MAJOR,
25
                                       VERSION_MINOR,
25
                                       VERSION_MINOR,