Browse Source

update changelog and version.py

Noémi Ványi 6 years ago
parent
commit
29d146dde6
2 changed files with 39 additions and 1 deletions
  1. 38 0
      CHANGELOG.rst
  2. 1 1
      searx/version.py

+ 38 - 0
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
 =================
 

+ 1 - 1
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,