Loading CHANGELOG.rst +50 −0 Original line number Original line Diff line number Diff line 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 0.16.0 2020.01.30 ================= ================= Loading searx/version.py +1 −1 Original line number Original line Diff line number Diff line Loading @@ -18,7 +18,7 @@ along with searx. If not, see < http://www.gnu.org/licenses/ >. # version of searx # version of searx VERSION_MAJOR = 0 VERSION_MAJOR = 0 VERSION_MINOR = 16 VERSION_MINOR = 17 VERSION_BUILD = 0 VERSION_BUILD = 0 VERSION_STRING = "{0}.{1}.{2}".format(VERSION_MAJOR, VERSION_STRING = "{0}.{1}.{2}".format(VERSION_MAJOR, Loading Loading
CHANGELOG.rst +50 −0 Original line number Original line Diff line number Diff line 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 0.16.0 2020.01.30 ================= ================= Loading
searx/version.py +1 −1 Original line number Original line Diff line number Diff line Loading @@ -18,7 +18,7 @@ along with searx. If not, see < http://www.gnu.org/licenses/ >. # version of searx # version of searx VERSION_MAJOR = 0 VERSION_MAJOR = 0 VERSION_MINOR = 16 VERSION_MINOR = 17 VERSION_BUILD = 0 VERSION_BUILD = 0 VERSION_STRING = "{0}.{1}.{2}".format(VERSION_MAJOR, VERSION_STRING = "{0}.{1}.{2}".format(VERSION_MAJOR, Loading