Kaynağa Gözat

[enh] version 0.9.0 - #529

Adam Tauber 8 yıl önce
ebeveyn
işleme
2caf0d4c9a
2 değiştirilmiş dosya ile 40 ekleme ve 2 silme
  1. 38
    0
      CHANGELOG.rst
  2. 2
    2
      searx/version.py

+ 38
- 0
CHANGELOG.rst Dosyayı Görüntüle

@@ -1,3 +1,41 @@
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 39
 0.8.1 2015.12.22
2 40
 ================
3 41
 

+ 2
- 2
searx/version.py Dosyayı Görüntüle

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