commit: 29d146dde6d2704ceca54f2baa56ec7eec81072c
parent f9ccc9f6566bb689088faa66d6b1fc6917af2d2e
Author: Noémi Ványi <sitbackandwait@gmail.com>
Date: Sun, 6 Jan 2019 21:48:39 +0100
update changelog and version.py
Diffstat:
2 files changed, 39 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
@@ -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
=================
diff --git a/searx/version.py b/searx/version.py
@@ -18,7 +18,7 @@ along with searx. If not, see < http://www.gnu.org/licenses/ >.
# version of searx
VERSION_MAJOR = 0
-VERSION_MINOR = 14
+VERSION_MINOR = 15
VERSION_BUILD = 0
VERSION_STRING = "{0}.{1}.{2}".format(VERSION_MAJOR,