mirror of
https://github.com/searxng/searxng.git
synced 2024-11-16 17:40:11 +01:00
[enh] release v0.17.0
This commit is contained in:
parent
83479b8c4b
commit
8199ab50f9
@ -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
|
0.16.0 2020.01.30
|
||||||
=================
|
=================
|
||||||
|
|
||||||
|
@ -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…
Reference in New Issue
Block a user