From 6060ab85f8d920bd25093d70bf0a86920dcd5a9a Mon Sep 17 00:00:00 2001 From: Adam Tauber Date: Thu, 30 Jan 2020 13:39:06 +0100 Subject: [PATCH] [enh] version v0.16.0 --- CHANGELOG.rst | 38 ++++++++++++++++++++++++++++++++++++++ searx/version.py | 2 +- 2 files changed, 39 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 70e9e415..b921788c 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 4e149722..3fe3dba8 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,