mirror of https://github.com/searxng/searxng.git
update changelog and version.py
This commit is contained in:
parent
f9ccc9f656
commit
29d146dde6
|
@ -1,3 +1,41 @@
|
||||||
|
0.15.0 2019.01.06
|
||||||
|
=================
|
||||||
|
|
||||||
|
- New engines
|
||||||
|
|
||||||
|
- Acgsou (files, images, videos, music)
|
||||||
|
- Duden.de (general)
|
||||||
|
- Seznam (general)
|
||||||
|
- Mojeek (general)
|
||||||
|
- New languages
|
||||||
|
|
||||||
|
- Catalan
|
||||||
|
- Welsh
|
||||||
|
- Basque
|
||||||
|
- Persian (Iran)
|
||||||
|
- Galician
|
||||||
|
- Dutch (Belgium)
|
||||||
|
- Telugu
|
||||||
|
- Vietnamese
|
||||||
|
- New random answerers
|
||||||
|
|
||||||
|
- sha256
|
||||||
|
- uuidv4
|
||||||
|
- New DOI resolsvers
|
||||||
|
|
||||||
|
- sci-hub.tw
|
||||||
|
- Fix Vim mode on Firefox
|
||||||
|
- Fix custom select in Oscar theme
|
||||||
|
- Engine fixes (duckduckgo, google news, currency convert, gigablast, google scholar, wikidata image, etymonline, google videos, startpage, bing image)
|
||||||
|
- Minor simple theme fixes
|
||||||
|
|
||||||
|
- New Youtube icon in Oscar theme
|
||||||
|
- Get DOI rewriters from settings.yml
|
||||||
|
- Hide page buttons when infinite scrolling is enabled
|
||||||
|
- Update user agent versions
|
||||||
|
- Make Oscar style configurable
|
||||||
|
- Make suspend times of errored engines configurable
|
||||||
|
|
||||||
0.14.0 2018.02.19
|
0.14.0 2018.02.19
|
||||||
=================
|
=================
|
||||||
|
|
||||||
|
|
|
@ -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 = 14
|
VERSION_MINOR = 15
|
||||||
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