Browse Source

[enh] version 0.8.1

Adam Tauber 9 years ago
parent
commit
371fc09b6f
2 changed files with 22 additions and 1 deletions
  1. 21
    0
      CHANGELOG.rst
  2. 1
    1
      searx/version.py

+ 21
- 0
CHANGELOG.rst View File

@@ -1,3 +1,23 @@
1
+0.8.1 2015.12.22
2
+================
3
+
4
+- More efficient result parsing
5
+- Rewritten google engine to prevent app crashes
6
+- Other engine fixes/tweaks
7
+
8
+  - Bing news
9
+  - Btdigg
10
+  - Gigablast
11
+  - Google images
12
+  - Startpage
13
+
14
+
15
+News
16
+~~~~
17
+
18
+New documentation page is available: https://asciimoo.github.io/searx
19
+
20
+
1 21
 0.8.0 2015.09.08
2 22
 ================
3 23
 
@@ -44,6 +64,7 @@ News
44 64
 
45 65
 @dalf joined the maintainer "team"
46 66
 
67
+
47 68
 0.7.0 2015.02.03
48 69
 ================
49 70
 

+ 1
- 1
searx/version.py View File

@@ -19,7 +19,7 @@ along with searx. If not, see < http://www.gnu.org/licenses/ >.
19 19
 # version of searx
20 20
 VERSION_MAJOR = 0
21 21
 VERSION_MINOR = 8
22
-VERSION_BUILD = 0
22
+VERSION_BUILD = 1
23 23
 
24 24
 VERSION_STRING = "{0}.{1}.{2}".format(VERSION_MAJOR,
25 25
                                       VERSION_MINOR,