mirror of
https://github.com/searxng/searxng
synced 2024-10-30 21:20:28 +00:00
[enh] version 0.13.0
This commit is contained in:
parent
fe678b62dd
commit
5e492236bf
@ -1,3 +1,24 @@
|
||||
0.13.0 2017.11.21
|
||||
=================
|
||||
|
||||
- New theme: simple
|
||||
- New engines
|
||||
|
||||
- Google videos (video)
|
||||
- Bing videos (video)
|
||||
- Arxiv (science)
|
||||
- OpenAIRE (science)
|
||||
- Pubmed (science)
|
||||
- Genius (music/lyrics)
|
||||
- Display engine errors
|
||||
- Faster startup
|
||||
- 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)
|
||||
- Shorter saved preferences URL
|
||||
- Fix engine duplications in results
|
||||
- Py3 compatibility fixes
|
||||
- Translation updates
|
||||
|
||||
|
||||
0.12.0 2017.06.04
|
||||
=================
|
||||
|
||||
|
@ -18,7 +18,7 @@ along with searx. If not, see < http://www.gnu.org/licenses/ >.
|
||||
|
||||
# version of searx
|
||||
VERSION_MAJOR = 0
|
||||
VERSION_MINOR = 12
|
||||
VERSION_MINOR = 13
|
||||
VERSION_BUILD = 0
|
||||
|
||||
VERSION_STRING = "{0}.{1}.{2}".format(VERSION_MAJOR,
|
||||
|
Loading…
Reference in New Issue
Block a user