Adam Tauber пре 7 година
родитељ
комит
e766939440
2 измењених фајлова са 22 додато и 1 уклоњено
  1. 21
    0
      CHANGELOG.rst
  2. 1
    1
      searx/version.py

+ 21
- 0
CHANGELOG.rst Прегледај датотеку

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
 0.12.0 2017.06.04
22
 0.12.0 2017.06.04
2
 =================
23
 =================
3
 
24
 

+ 1
- 1
searx/version.py Прегледај датотеку

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