Procházet zdrojové kódy

[enh] version 0.10.0

closes #659
Adam Tauber před 8 roky
rodič
revize
ce371f766a
2 změnil soubory, kde provedl 37 přidání a 1 odebrání
  1. 36
    0
      CHANGELOG.rst
  2. 1
    1
      searx/version.py

+ 36
- 0
CHANGELOG.rst Zobrazit soubor

@@ -1,3 +1,38 @@
1
+0.10.0 2016.09.06
2
+=================
3
+
4
+- New engines
5
+
6
+  - Archive.is (general)
7
+  - INA (videos)
8
+  - Scanr (science)
9
+  - Google Scholar (science)
10
+  - Crossref (science)
11
+  - Openrepos (files)
12
+  - Microsoft Academic Search Engine (science)
13
+  - Hoogle (it)
14
+  - Diggbt (files)
15
+  - Dictzone (general - dictionary)
16
+  - Translated (general - translation)
17
+- New Plugins
18
+
19
+  - Infinite scroll on results page
20
+  - DOAI rewrite
21
+- Full theme redesign
22
+- Display the number of results
23
+- Filter searches by date range
24
+- Instance config API endpoint
25
+- Dependency version updates
26
+- Socks proxy support for outgoing requests
27
+- 404 page
28
+
29
+
30
+News
31
+~~~~
32
+
33
+@kvch joined the maintainer team
34
+
35
+
1 36
 0.9.0 2016.05.24
2 37
 ================
3 38
 
@@ -36,6 +71,7 @@
36 71
 - Multilingual autocompleter
37 72
 - Qwant autocompleter backend
38 73
 
74
+
39 75
 0.8.1 2015.12.22
40 76
 ================
41 77
 

+ 1
- 1
searx/version.py Zobrazit soubor

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