mirror of https://github.com/searxng/searxng.git
[enh] version 0.8.1
This commit is contained in:
parent
906ec89818
commit
371fc09b6f
|
@ -1,3 +1,23 @@
|
||||||
|
0.8.1 2015.12.22
|
||||||
|
================
|
||||||
|
|
||||||
|
- More efficient result parsing
|
||||||
|
- Rewritten google engine to prevent app crashes
|
||||||
|
- Other engine fixes/tweaks
|
||||||
|
|
||||||
|
- Bing news
|
||||||
|
- Btdigg
|
||||||
|
- Gigablast
|
||||||
|
- Google images
|
||||||
|
- Startpage
|
||||||
|
|
||||||
|
|
||||||
|
News
|
||||||
|
~~~~
|
||||||
|
|
||||||
|
New documentation page is available: https://asciimoo.github.io/searx
|
||||||
|
|
||||||
|
|
||||||
0.8.0 2015.09.08
|
0.8.0 2015.09.08
|
||||||
================
|
================
|
||||||
|
|
||||||
|
@ -44,6 +64,7 @@ News
|
||||||
|
|
||||||
@dalf joined the maintainer "team"
|
@dalf joined the maintainer "team"
|
||||||
|
|
||||||
|
|
||||||
0.7.0 2015.02.03
|
0.7.0 2015.02.03
|
||||||
================
|
================
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,7 @@ along with searx. If not, see < http://www.gnu.org/licenses/ >.
|
||||||
# version of searx
|
# version of searx
|
||||||
VERSION_MAJOR = 0
|
VERSION_MAJOR = 0
|
||||||
VERSION_MINOR = 8
|
VERSION_MINOR = 8
|
||||||
VERSION_BUILD = 0
|
VERSION_BUILD = 1
|
||||||
|
|
||||||
VERSION_STRING = "{0}.{1}.{2}".format(VERSION_MAJOR,
|
VERSION_STRING = "{0}.{1}.{2}".format(VERSION_MAJOR,
|
||||||
VERSION_MINOR,
|
VERSION_MINOR,
|
||||||
|
|
Loading…
Reference in New Issue