summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Tauber <asciimoo@gmail.com>2020-01-30 13:39:06 +0100
committerAdam Tauber <asciimoo@gmail.com>2020-01-30 13:39:06 +0100
commit6060ab85f8d920bd25093d70bf0a86920dcd5a9a (patch)
tree60716b99b8661b2569e3f3f94580a5b9ec399d08
parent89662cd33efd9d54e02c83b74d36eca8ae85d77e (diff)
downloadsearxng-0.16.0.tar.gz
searxng-0.16.0.zip
[enh] version v0.16.0v0.16.0
-rw-r--r--CHANGELOG.rst38
-rw-r--r--searx/version.py2
2 files changed, 39 insertions, 1 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 70e9e415c..b921788c4 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -1,3 +1,41 @@
+0.16.0 2020.01.30
+=================
+
+- New engines
+
+ - Splash
+ - Apkmirror
+ - NPM search
+ - Invidious
+ - Seedpeer
+- New languages
+
+ - Estonian
+ - Interlingua
+ - Lithuanian
+ - Tibetian
+ - Occitan
+ - Tamil
+- Engine fixes (wolframalpha, google scholar, youtube, google images, seznam, google, soundcloud, google cloud, duden, btdigg, google play, bing images, flickr noapi, wikidata, dailymotion, google videos, arxiv, dictzone, fdroid, etymonline, bing, duckduckgo, startpage, voat, 1x, deviantart, digg, gigablast, mojeek, duckduckgo definitions, spotify, libgen, qwant, openstreetmap, wikipedia, ina, microsoft academic, scanr structures)
+- Dependency updates
+- Speed optimizations
+- Initial support for offline engines
+- Image format display
+- Inline js scripts removed
+- Infinite scroll plugin fix
+- Simple theme bugfixes
+- Docker image updates
+- Bang expression fixes
+- Result merging fixes
+- New environment variable added: SEARX_BIND_ADDRESS
+
+
+News
+~~~~
+
+- @return42 joined the maintainer team
+- This is the last release with Python2 support
+
0.15.0 2019.01.06
=================
diff --git a/searx/version.py b/searx/version.py
index 4e149722e..3fe3dba82 100644
--- 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 = 15
+VERSION_MINOR = 16
VERSION_BUILD = 0
VERSION_STRING = "{0}.{1}.{2}".format(VERSION_MAJOR,