forked from Archives/searxng
parent
3ce39aeef7
commit
2684fa1626
@ -1,3 +1,38 @@
|
|||||||
|
0.10.0 2016.09.06
|
||||||
|
=================
|
||||||
|
|
||||||
|
- New engines
|
||||||
|
|
||||||
|
- Archive.is (general)
|
||||||
|
- INA (videos)
|
||||||
|
- Scanr (science)
|
||||||
|
- Google Scholar (science)
|
||||||
|
- Crossref (science)
|
||||||
|
- Openrepos (files)
|
||||||
|
- Microsoft Academic Search Engine (science)
|
||||||
|
- Hoogle (it)
|
||||||
|
- Diggbt (files)
|
||||||
|
- Dictzone (general - dictionary)
|
||||||
|
- Translated (general - translation)
|
||||||
|
- New Plugins
|
||||||
|
|
||||||
|
- Infinite scroll on results page
|
||||||
|
- DOAI rewrite
|
||||||
|
- Full theme redesign
|
||||||
|
- Display the number of results
|
||||||
|
- Filter searches by date range
|
||||||
|
- Instance config API endpoint
|
||||||
|
- Dependency version updates
|
||||||
|
- Socks proxy support for outgoing requests
|
||||||
|
- 404 page
|
||||||
|
|
||||||
|
|
||||||
|
News
|
||||||
|
~~~~
|
||||||
|
|
||||||
|
@kvch joined the maintainer team
|
||||||
|
|
||||||
|
|
||||||
0.9.0 2016.05.24
|
0.9.0 2016.05.24
|
||||||
================
|
================
|
||||||
|
|
||||||
@ -36,6 +71,7 @@
|
|||||||
- Multilingual autocompleter
|
- Multilingual autocompleter
|
||||||
- Qwant autocompleter backend
|
- Qwant autocompleter backend
|
||||||
|
|
||||||
|
|
||||||
0.8.1 2015.12.22
|
0.8.1 2015.12.22
|
||||||
================
|
================
|
||||||
|
|
||||||
|
@ -18,7 +18,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 = 9
|
VERSION_MINOR = 10
|
||||||
VERSION_BUILD = 0
|
VERSION_BUILD = 0
|
||||||
|
|
||||||
VERSION_STRING = "{0}.{1}.{2}".format(VERSION_MAJOR,
|
VERSION_STRING = "{0}.{1}.{2}".format(VERSION_MAJOR,
|
||||||
|
Loading…
Reference in New Issue
Block a user