summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Tauber <asciimoo@gmail.com>2020-07-09 17:31:28 +0200
committerAdam Tauber <asciimoo@gmail.com>2020-07-09 17:31:28 +0200
commit8199ab50f9eda3781ba3227a002f08fae0399cc5 (patch)
treeadfc82f69c5baaa75d4fe93a0cc6d405bfa13d2e
parent83479b8c4b6b15864d5c049290548164f4f3566d (diff)
downloadsearx-0.17.0.tar.gz
searx-0.17.0.zip
[enh] release v0.17.0v0.17.0
-rw-r--r--CHANGELOG.rst50
-rw-r--r--searx/version.py2
2 files changed, 51 insertions, 1 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index b921788c4..c66560263 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -1,3 +1,53 @@
+0.17.0 2020.07.09
+=================
+
+ - New engines
+
+ - eTools
+ - Wikibooks
+ - Wikinews
+ - Wikiquote
+ - Wikisource
+ - Wiktionary
+ - Wikiversity
+ - Wikivoyage
+ - Rubygems
+ - Engine fixes (google, google images, startpage, gigablast, yacy)
+ - Private engines introduced - more details: https://asciimoo.github.io/searx/blog/private-engines.html
+ - Greatly improved documentation - check it at https://asciimoo.github.io/searx
+ - Added autofocus to all search inputs
+ - CSP friendly oscar theme
+ - Added option to hide engine errors with `display_error_messages` engine option (true/false values, default is true)
+ - Tons of accessibility fixes - see https://github.com/asciimoo/searx/issues/350 for details
+ - More flexible branding options: configurable vcs/issue tracker links
+ - Added "disable all" & "allow all" options to preferences engine select
+ - Autocomplete keyboard navigation fixes
+ - Configurable category order
+ - Wrap long lines in infoboxes
+ - Added RSS subscribtion link
+ - Added routing directions to OSM results
+ - Added author and length attributes to youtube videos
+ - Fixed image stretch with mobile viewport in oscar theme
+ - Added translatable JS strings
+ - Better HTML annotations - engine names and endpoints are available as classes
+ - RTL text fixes in oscar theme
+ - Handle weights in accept-language HTTP headers
+ - Added answerer results to rss/csv output
+ - Added new autocomplete backends to settings.yml
+ - Updated opensearch.xml
+ - Fixed custom locale setting from settings.yml
+ - Translation updates
+ - Removed engines: faroo
+
+Special thanks to `NLNet <https://nlnet.nl>`__ for sponsoring multiple features of this release.
+Special thanks to https://www.accessibility.nl/english for making accessibilty audit.
+
+News
+~~~~
+
+- @HLFH joined the maintainer team
+- Dropped Python2 support
+
0.16.0 2020.01.30
=================
diff --git a/searx/version.py b/searx/version.py
index 3fe3dba82..75bb3c426 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 = 16
+VERSION_MINOR = 17
VERSION_BUILD = 0
VERSION_STRING = "{0}.{1}.{2}".format(VERSION_MAJOR,