浏览代码

[enh] v0.8.0

Adam Tauber 9 年前
父节点
当前提交
23dab175b2
共有 2 个文件被更改,包括 47 次插入1 次删除
  1. 46
    0
      CHANGELOG.rst
  2. 1
    1
      searx/version.py

+ 46
- 0
CHANGELOG.rst 查看文件

@@ -1,3 +1,49 @@
1
+0.8.0 2015.09.08
2
+================
3
+
4
+- New engines
5
+
6
+  - Blekko (image)
7
+  - Gigablast (general)
8
+  - Spotify (music)
9
+  - Swisscows (general, images)
10
+  - Qwant (general, images, news, social media)
11
+- Plugin system
12
+- New plugins
13
+
14
+  - HTTPS rewrite
15
+  - Search on cagetory select
16
+  - User information
17
+  - Tracker url part remover
18
+- Multiple outgoing IP and HTTP/HTTPS proxy support
19
+- New autocompleter: startpage
20
+- New theme: pix-art
21
+- Settings file structure change
22
+- Fabfile, docker deployment
23
+- Optional safesearch result filter
24
+- Force HTTPS in engines if possible
25
+- Disabled HTTP referrer on outgoing links
26
+- Display cookie information
27
+- Prettier search URLs
28
+- Right-to-left text handling in themes
29
+- Translation updates (New locales: Chinese, Hebrew, Portuguese, Romanian)
30
+
31
+
32
+New dependencies
33
+~~~~~~~~~~~~~~~~
34
+
35
+- pyopenssl
36
+- ndg-httpsclient
37
+- pyasn1
38
+- pyasn1-modules
39
+- certifi
40
+
41
+
42
+News
43
+~~~~
44
+
45
+@dalf joined the maintainer "team"
46
+
1 47
 0.7.0 2015.02.03
2 48
 ================
3 49
 

+ 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 = 7
21
+VERSION_MINOR = 8
22 22
 VERSION_BUILD = 0
23 23
 
24 24
 VERSION_STRING = "{0}.{1}.{2}".format(VERSION_MAJOR,