Adam Tauber преди 7 години
родител
ревизия
e766939440
променени са 2 файла, в които са добавени 22 реда и са изтрити 1 реда
  1. 21
    0
      CHANGELOG.rst
  2. 1
    1
      searx/version.py

+ 21
- 0
CHANGELOG.rst Целия файл

@@ -1,3 +1,24 @@
1
+0.13.0 2017.11.21
2
+=================
3
+
4
+- New theme: simple
5
+- New engines
6
+
7
+  - Google videos (video)
8
+  - Bing videos (video)
9
+  - Arxiv (science)
10
+  - OpenAIRE (science)
11
+  - Pubmed (science)
12
+  - Genius (music/lyrics)
13
+- Display engine errors
14
+- Faster startup
15
+- Lots of engine fixes (google images, dictzone, duckduckgo, duckduckgo images, torrentz, faroo, digg, tokyotoshokan, nyaa.si, google news, gitlab, gigablast, geektimes.ru, habrahabr.ru, voat.co, base, json engine, currency convert, google)
16
+- Shorter saved preferences URL
17
+- Fix engine duplications in results
18
+- Py3 compatibility fixes
19
+- Translation updates
20
+
21
+
1 22
 0.12.0 2017.06.04
2 23
 =================
3 24
 

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