Browse Source

[enh] version 0.12.0

Adam Tauber 7 years ago
parent
commit
f82646f386
2 changed files with 24 additions and 1 deletions
  1. 23
    0
      CHANGELOG.rst
  2. 1
    1
      searx/version.py

+ 23
- 0
CHANGELOG.rst View File

1
+0.12.0 2017.06.04
2
+=================
3
+
4
+- Python3 compatibility
5
+- New engines
6
+
7
+  - 1337x.to (files, music, video)
8
+  - Semantic Scholar (science)
9
+  - Library Genesis (general)
10
+  - Framalibre (IT)
11
+  - Free Software Directory (IT)
12
+- More compact result UI (oscar theme)
13
+- Configurable static content and template path
14
+- Spelling suggestions
15
+- Multiple engine fixes (duckduckgo, bing, swisscows, yahoo news, bing news, twitter, bing images)
16
+- Reduced static image size
17
+- Docker updates
18
+- Translation updates
19
+
20
+
21
+Special thanks to `NLNet <https://nlnet.nl>`__ for sponsoring multiple features of this release.
22
+
23
+
1
 0.11.0 2017.01.10
24
 0.11.0 2017.01.10
2
 =================
25
 =================
3
 
26
 

+ 1
- 1
searx/version.py View File

18
 
18
 
19
 # version of searx
19
 # version of searx
20
 VERSION_MAJOR = 0
20
 VERSION_MAJOR = 0
21
-VERSION_MINOR = 11
21
+VERSION_MINOR = 12
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,