searxng-bot 
							
						 
					 
					
						
						
						
						
							
						
						
							01bbd1d0bd 
							
						 
					 
					
						
						
							
							[translations] update from Weblate  
						
						... 
						
						
						
						45fc8afeb187bba29d380d6603029129be15e57271fb0c50 
					
						2022-04-08 07:19:02 +00:00 
						 
				 
			
				
					
						
							
							
								Markus Heiser 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7dbcd3d358 
							
						 
					 
					
						
						
							
							Merge pull request  #1067  from searxng/dependabot/pip/master/redis-4.2.2  
						
						... 
						
						
						
						Bump redis from 4.2.0 to 4.2.2 
						
					 
					
						2022-04-08 09:18:55 +02:00 
						 
				 
			
				
					
						
							
							
								Markus Heiser 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a42a881356 
							
						 
					 
					
						
						
							
							Merge pull request  #1068  from searxng/dependabot/pip/master/pylint-2.13.5  
						
						... 
						
						
						
						Bump pylint from 2.13.4 to 2.13.5 
						
					 
					
						2022-04-08 09:11:14 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							dd531d56be 
							
						 
					 
					
						
						
							
							Bump pylint from 2.13.4 to 2.13.5  
						
						... 
						
						
						
						Bumps [pylint](https://github.com/PyCQA/pylint ) from 2.13.4 to 2.13.5.
- [Release notes](https://github.com/PyCQA/pylint/releases )
- [Changelog](https://github.com/PyCQA/pylint/blob/main/ChangeLog )
- [Commits](https://github.com/PyCQA/pylint/compare/v2.13.4...v2.13.5 )
---
updated-dependencies:
- dependency-name: pylint
  dependency-type: direct:development
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com> 
						
					 
					
						2022-04-08 07:04:55 +00:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7e68bdad17 
							
						 
					 
					
						
						
							
							Bump redis from 4.2.0 to 4.2.2  
						
						... 
						
						
						
						Bumps [redis](https://github.com/redis/redis-py ) from 4.2.0 to 4.2.2.
- [Release notes](https://github.com/redis/redis-py/releases )
- [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES )
- [Commits](https://github.com/redis/redis-py/compare/v4.2.0...v4.2.2 )
---
updated-dependencies:
- dependency-name: redis
  dependency-type: direct:production
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com> 
						
					 
					
						2022-04-08 07:04:51 +00:00 
						 
				 
			
				
					
						
							
							
								Émilien Devos 
							
						 
					 
					
						
						
						
						
							
						
						
							cad3d93fa2 
							
						 
					 
					
						
						
							
							Revert "[fix] return correct favicon path"  
						
						... 
						
						
						
						This fixes https://github.com/searxng/searxng/issues/1057 
This reverts commit f99d109ceb 
						
					 
					
						2022-04-07 17:56:28 +00:00 
						 
				 
			
				
					
						
							
							
								HZH 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c7de5c043c 
							
						 
					 
					
						
						
							
							fix: %2F in path will be converted to " › "  
						
						
						
					 
					
						2022-04-07 23:15:58 +08:00 
						 
				 
			
				
					
						
							
							
								Markus Heiser 
							
						 
					 
					
						
						
						
						
							
						
						
							9215281232 
							
						 
					 
					
						
						
							
							[mod] replace Markdown parser mistletoe by markdown-it-py  
						
						... 
						
						
						
						There are several reasons why we should prefer markdown-it-py over mistletoe:
- Get identical rendering results in SearXNG's `/info` pages and the SearXNG's
  project documentation which is build by Sphinx-doc.
  In the Sphinx-doc we use the MyST parser to render Markdown and the MyST
  parser itself is built on top of the markdown-it-py package.
- markdown-it-py has a typographer that supports *replacements*
  and *smartquotes* (e.g. em-dash, copyright, ellipsis, ...) [1]
- markdown-it-py is much more flexible compared to mistletoe [2]
- markdown-it-py is the fastest CommonMark compliant parser in python [3]
[1] https://markdown-it-py.readthedocs.io/en/latest/using.html#typographic-components 
[2] https://markdown-it-py.readthedocs.io/en/latest/plugins.html 
[3] https://markdown-it-py.readthedocs.io/en/latest/other.html#performance 
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> 
						
					 
					
						2022-04-06 15:49:50 +02:00 
						 
				 
			
				
					
						
							
							
								Paul Braeuning 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4135a74001 
							
						 
					 
					
						
						
							
							Merge pull request  #1058  from mrpaulblack/image-netloc  
						
						... 
						
						
						
						[simple theme] netloc in image result article 
						
					 
					
						2022-04-06 15:17:12 +02:00 
						 
				 
			
				
					
						
							
							
								mrpaulblack 
							
						 
					 
					
						
						
						
						
							
						
						
							170f0081c9 
							
						 
					 
					
						
						
							
							[build] /static  
						
						
						
					 
					
						2022-04-06 15:07:42 +02:00 
						 
				 
			
				
					
						
							
							
								mrpaulblack 
							
						 
					 
					
						
						
						
						
							
						
						
							169f8d9988 
							
						 
					 
					
						
						
							
							[simple theme] add netloc to image result articles  
						
						
						
					 
					
						2022-04-06 15:07:05 +02:00 
						 
				 
			
				
					
						
							
							
								Linerly 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							22309f398b 
							
						 
					 
					
						
						
							
							Fix spelling and punctuation  
						
						
						
					 
					
						2022-04-06 12:36:17 +00:00 
						 
				 
			
				
					
						
							
							
								Markus Heiser 
							
						 
					 
					
						
						
						
						
							
						
						
							19ebd0e1ac 
							
						 
					 
					
						
						
							
							[mod] review of the "Search Syntax" page (en)  
						
						... 
						
						
						
						Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> 
						
					 
					
						2022-04-06 14:13:22 +02:00 
						 
				 
			
				
					
						
							
							
								Markus Heiser 
							
						 
					 
					
						
						
						
						
							
						
						
							655db9b003 
							
						 
					 
					
						
						
							
							[mod] review of the "About SearXNG" page (en)  
						
						... 
						
						
						
						Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> 
						
					 
					
						2022-04-06 13:05:20 +02:00 
						 
				 
			
				
					
						
							
							
								Markus Heiser 
							
						 
					 
					
						
						
						
						
							
						
						
							effcde3d0e 
							
						 
					 
					
						
						
							
							[fix] add missing territory (country) name  
						
						... 
						
						
						
						Related-to: https://github.com/searxng/searxng/pull/1029#issuecomment-1086824911 
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> 
						
					 
					
						2022-04-05 16:48:25 +02:00 
						 
				 
			
				
					
						
							
							
								Alexandre Flament 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							fcb626dedd 
							
						 
					 
					
						
						
							
							Merge pull request  #1056  from capric98/master  
						
						... 
						
						
						
						Unquote path on result page. 
						
					 
					
						2022-04-05 07:59:18 +02:00 
						 
				 
			
				
					
						
							
							
								HZH 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							57a3252ff1 
							
						 
					 
					
						
						
							
							Unquote path on result page.  
						
						
						
					 
					
						2022-04-05 02:37:18 +08:00 
						 
				 
			
				
					
						
							
							
								Linerly 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							036b46493b 
							
						 
					 
					
						
						
							
							Improve the about page  
						
						
						
					 
					
						2022-04-02 20:51:11 +00:00 
						 
				 
			
				
					
						
							
							
								Alexandre Flament 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							765504ceca 
							
						 
					 
					
						
						
							
							Merge pull request  #1031  from dalf/fix-bing-_fetch_supported_languages  
						
						... 
						
						
						
						Fix bing  fetch supported languages 
						
					 
					
						2022-04-02 08:23:58 +02:00 
						 
				 
			
				
					
						
							
							
								Austin Huang 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							19fa0095a0 
							
						 
					 
					
						
						
							
							(fix) satisfy the linter, and btw reduce timeout  
						
						
						
					 
					
						2022-04-01 09:23:24 -04:00 
						 
				 
			
				
					
						
							
							
								Austin Huang 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a399248f56 
							
						 
					 
					
						
						
							
							update jisho.py according to suggestions  
						
						
						
					 
					
						2022-04-01 09:18:19 -04:00 
						 
				 
			
				
					
						
							
							
								Markus Heiser 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							41213c960b 
							
						 
					 
					
						
						
							
							Merge pull request  #1042  from searxng/dependabot/npm_and_yarn/searx/static/themes/simple/master/grunt-contrib-uglify-5.1.0  
						
						... 
						
						
						
						Bump grunt-contrib-uglify from 5.0.1 to 5.1.0 in /searx/static/themes/simple 
						
					 
					
						2022-04-01 11:27:25 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
						
						
							
						
						
							b40d57df82 
							
						 
					 
					
						
						
							
							Bump grunt-contrib-uglify in /searx/static/themes/oscar  
						
						... 
						
						
						
						Bumps [grunt-contrib-uglify](https://github.com/gruntjs/grunt-contrib-uglify ) from 5.0.1 to 5.1.0.
- [Release notes](https://github.com/gruntjs/grunt-contrib-uglify/releases )
- [Changelog](https://github.com/gruntjs/grunt-contrib-uglify/blob/main/CHANGELOG )
- [Commits](https://github.com/gruntjs/grunt-contrib-uglify/compare/v5.0.1...v5.1.0 )
---
updated-dependencies:
- dependency-name: grunt-contrib-uglify
  dependency-type: direct:development
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com> 
						
					 
					
						2022-04-01 11:18:35 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
						
						
							
						
						
							c199eadaf9 
							
						 
					 
					
						
						
							
							Bump grunt-contrib-uglify in /searx/static/themes/simple  
						
						... 
						
						
						
						Bumps [grunt-contrib-uglify](https://github.com/gruntjs/grunt-contrib-uglify ) from 5.0.1 to 5.1.0.
- [Release notes](https://github.com/gruntjs/grunt-contrib-uglify/releases )
- [Changelog](https://github.com/gruntjs/grunt-contrib-uglify/blob/main/CHANGELOG )
- [Commits](https://github.com/gruntjs/grunt-contrib-uglify/compare/v5.0.1...v5.1.0 )
---
updated-dependencies:
- dependency-name: grunt-contrib-uglify
  dependency-type: direct:development
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com> 
						
					 
					
						2022-04-01 11:18:29 +02:00 
						 
				 
			
				
					
						
							
							
								Markus Heiser 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							974c3e1ad8 
							
						 
					 
					
						
						
							
							Merge pull request  #1044  from searxng/dependabot/pip/master/jinja2-3.1.1  
						
						... 
						
						
						
						Bump jinja2 from 3.1.0 to 3.1.1 
						
					 
					
						2022-04-01 11:16:28 +02:00 
						 
				 
			
				
					
						
							
							
								Markus Heiser 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							90e5b61dc1 
							
						 
					 
					
						
						
							
							Merge pull request  #1038  from searxng/dependabot/pip/master/twine-4.0.0  
						
						... 
						
						
						
						Bump twine from 3.8.0 to 4.0.0 
						
					 
					
						2022-04-01 11:11:41 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							446122df36 
							
						 
					 
					
						
						
							
							Bump jinja2 from 3.1.0 to 3.1.1  
						
						... 
						
						
						
						Bumps [jinja2](https://github.com/pallets/jinja ) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/pallets/jinja/releases )
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst )
- [Commits](https://github.com/pallets/jinja/compare/3.1.0...3.1.1 )
---
updated-dependencies:
- dependency-name: jinja2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com> 
						
					 
					
						2022-04-01 09:10:44 +00:00 
						 
				 
			
				
					
						
							
							
								Markus Heiser 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0927c82401 
							
						 
					 
					
						
						
							
							Merge pull request  #1037  from searxng/dependabot/pip/master/flask-2.1.1  
						
						... 
						
						
						
						Bump flask from 2.0.3 to 2.1.1 
						
					 
					
						2022-04-01 11:09:44 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6fe01723d8 
							
						 
					 
					
						
						
							
							Bump twine from 3.8.0 to 4.0.0  
						
						... 
						
						
						
						Bumps [twine](https://github.com/pypa/twine ) from 3.8.0 to 4.0.0.
- [Release notes](https://github.com/pypa/twine/releases )
- [Changelog](https://github.com/pypa/twine/blob/main/docs/changelog.rst )
- [Commits](https://github.com/pypa/twine/compare/3.8.0...4.0.0 )
---
updated-dependencies:
- dependency-name: twine
  dependency-type: direct:development
  update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com> 
						
					 
					
						2022-04-01 09:03:50 +00:00 
						 
				 
			
				
					
						
							
							
								Markus Heiser 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							fe78c1a65c 
							
						 
					 
					
						
						
							
							Merge pull request  #1036  from searxng/dependabot/pip/master/sphinx-4.5.0  
						
						... 
						
						
						
						Bump sphinx from 4.4.0 to 4.5.0 
						
					 
					
						2022-04-01 11:02:54 +02:00 
						 
				 
			
				
					
						
							
							
								Markus Heiser 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3b49c73b90 
							
						 
					 
					
						
						
							
							Merge pull request  #1040  from searxng/dependabot/pip/master/pylint-2.13.4  
						
						... 
						
						
						
						Bump pylint from 2.13.0 to 2.13.4 
						
					 
					
						2022-04-01 10:57:58 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							fbb02cd732 
							
						 
					 
					
						
						
							
							Bump sphinx from 4.4.0 to 4.5.0  
						
						... 
						
						
						
						Bumps [sphinx](https://github.com/sphinx-doc/sphinx ) from 4.4.0 to 4.5.0.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases )
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/4.x/CHANGES )
- [Commits](https://github.com/sphinx-doc/sphinx/compare/v4.4.0...v4.5.0 )
---
updated-dependencies:
- dependency-name: sphinx
  dependency-type: direct:development
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com> 
						
					 
					
						2022-04-01 08:53:18 +00:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							dbae2728ff 
							
						 
					 
					
						
						
							
							Bump flask from 2.0.3 to 2.1.1  
						
						... 
						
						
						
						Bumps [flask](https://github.com/pallets/flask ) from 2.0.3 to 2.1.1.
- [Release notes](https://github.com/pallets/flask/releases )
- [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst )
- [Commits](https://github.com/pallets/flask/compare/2.0.3...2.1.1 )
---
updated-dependencies:
- dependency-name: flask
  dependency-type: direct:production
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com> 
						
					 
					
						2022-04-01 08:53:01 +00:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							43eee27d52 
							
						 
					 
					
						
						
							
							Bump pylint from 2.13.0 to 2.13.4  
						
						... 
						
						
						
						Bumps [pylint](https://github.com/PyCQA/pylint ) from 2.13.0 to 2.13.4.
- [Release notes](https://github.com/PyCQA/pylint/releases )
- [Changelog](https://github.com/PyCQA/pylint/blob/main/ChangeLog )
- [Commits](https://github.com/PyCQA/pylint/compare/v2.13.0...v2.13.4 )
---
updated-dependencies:
- dependency-name: pylint
  dependency-type: direct:development
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com> 
						
					 
					
						2022-04-01 08:51:16 +00:00 
						 
				 
			
				
					
						
							
							
								Markus Heiser 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ed1454cfda 
							
						 
					 
					
						
						
							
							Merge pull request  #1039  from searxng/dependabot/pip/master/black-22.3.0  
						
						... 
						
						
						
						Bump black from 22.1.0 to 22.3.0 
						
					 
					
						2022-04-01 10:50:24 +02:00 
						 
				 
			
				
					
						
							
							
								Markus Heiser 
							
						 
					 
					
						
						
						
						
							
						
						
							6c747c40c1 
							
						 
					 
					
						
						
							
							[fix] issue when upgrading from werkzeug v2.0.3 to v2.1.0  
						
						... 
						
						
						
						In v2.1.0 werkzeug [1] fixed an issue [2] to keep relative redirect locations by
default [3].  Since relative locations are returned, we need to fix out test
cases to avoid AssertionErrors like this one::
    ======================================================================
    FAIL: test_index_html_get (tests.unit.test_webapp.ViewsTestCase)
    ----------------------------------------------------------------------
    Traceback (most recent call last):
    File "/home/runner/work/searxng/searxng/tests/unit/test_webapp.py", line 105, in test_index_html_get
      self.assertEqual(result.location, 'http://localhost/search?q=test ')
    AssertionError: '/search?q=test' != 'http://localhost/search?q=test '
    - /search?q=test
    + http://localhost/search?q=test 
[1] https://werkzeug.palletsprojects.com/ 
[2] https://github.com/pallets/werkzeug/issues/2352  fixed in
[3] https://github.com/pallets/werkzeug/pull/2354 
Related-to: https://github.com/searxng/searxng/pull/1039#issuecomment-1085538288 
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> 
						
					 
					
						2022-04-01 10:34:21 +02:00 
						 
				 
			
				
					
						
							
							
								Markus Heiser 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7decb056ab 
							
						 
					 
					
						
						
							
							Merge pull request  #1043  from searxng/translations_update  
						
						... 
						
						
						
						Update translations 
						
					 
					
						2022-04-01 09:48:26 +02:00 
						 
				 
			
				
					
						
							
							
								searxng-bot 
							
						 
					 
					
						
						
						
						
							
						
						
							556e137f8e 
							
						 
					 
					
						
						
							
							[translations] update from Weblate  
						
						... 
						
						
						
						74fb5882303aa2103eef1150fce33e06236dc6cb666e58493a6ee1c542a5f993 
					
						2022-04-01 07:18:22 +00:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							fd67df7d7c 
							
						 
					 
					
						
						
							
							Bump black from 22.1.0 to 22.3.0  
						
						... 
						
						
						
						Bumps [black](https://github.com/psf/black ) from 22.1.0 to 22.3.0.
- [Release notes](https://github.com/psf/black/releases )
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md )
- [Commits](https://github.com/psf/black/compare/22.1.0...22.3.0 )
---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:development
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com> 
						
					 
					
						2022-04-01 07:05:40 +00:00 
						 
				 
			
				
					
						
							
							
								Markus Heiser 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							099840f4d6 
							
						 
					 
					
						
						
							
							Merge pull request  #1035  from searxng/update_data_update_wikidata_units.py  
						
						... 
						
						
						
						Update searx.data - update_wikidata_units.py 
						
					 
					
						2022-04-01 09:02:19 +02:00 
						 
				 
			
				
					
						
							
							
								Markus Heiser 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b853ab717e 
							
						 
					 
					
						
						
							
							Merge pull request  #1034  from searxng/update_data_update_ahmia_blacklist.py  
						
						... 
						
						
						
						Update searx.data - update_ahmia_blacklist.py 
						
					 
					
						2022-04-01 09:01:48 +02:00 
						 
				 
			
				
					
						
							
							
								Markus Heiser 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c2de356497 
							
						 
					 
					
						
						
							
							Merge pull request  #1033  from searxng/update_data_update_currencies.py  
						
						... 
						
						
						
						Update searx.data - update_currencies.py 
						
					 
					
						2022-04-01 09:00:51 +02:00 
						 
				 
			
				
					
						
							
							
								Markus Heiser 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9d565b0fc6 
							
						 
					 
					
						
						
							
							Merge pull request  #1032  from searxng/update_data_update_firefox_version.py  
						
						... 
						
						
						
						Update searx.data - update_firefox_version.py 
						
					 
					
						2022-04-01 08:56:00 +02:00 
						 
				 
			
				
					
						
							
							
								dalf 
							
						 
					 
					
						
						
						
						
							
						
						
							086517d269 
							
						 
					 
					
						
						
							
							Update searx.data - update_wikidata_units.py  
						
						
						
					 
					
						2022-04-01 06:27:23 +00:00 
						 
				 
			
				
					
						
							
							
								dalf 
							
						 
					 
					
						
						
						
						
							
						
						
							d245ca97ca 
							
						 
					 
					
						
						
							
							Update searx.data - update_ahmia_blacklist.py  
						
						
						
					 
					
						2022-04-01 06:27:22 +00:00 
						 
				 
			
				
					
						
							
							
								dalf 
							
						 
					 
					
						
						
						
						
							
						
						
							084d9ab4e4 
							
						 
					 
					
						
						
							
							Update searx.data - update_currencies.py  
						
						
						
					 
					
						2022-04-01 06:27:18 +00:00 
						 
				 
			
				
					
						
							
							
								dalf 
							
						 
					 
					
						
						
						
						
							
						
						
							4d55523247 
							
						 
					 
					
						
						
							
							Update searx.data - update_firefox_version.py  
						
						
						
					 
					
						2022-04-01 06:27:13 +00:00 
						 
				 
			
				
					
						
							
							
								Alexandre FLAMENT 
							
						 
					 
					
						
						
						
						
							
						
						
							7d31b2c0af 
							
						 
					 
					
						
						
							
							Update languages  
						
						
						
					 
					
						2022-03-31 20:04:46 +00:00 
						 
				 
			
				
					
						
							
							
								Alexandre FLAMENT 
							
						 
					 
					
						
						
						
						
							
						
						
							f00cdb5e51 
							
						 
					 
					
						
						
							
							bing engine: _fetch_supported_languages: don't use the language code as a country  
						
						... 
						
						
						
						ref #1029  
						
					 
					
						2022-03-31 20:03:34 +00:00 
						 
				 
			
				
					
						
							
							
								Austin Huang 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							934ae4e086 
							
						 
					 
					
						
						
							
							(feat) add jisho.org  
						
						... 
						
						
						
						Closes  #1016  
					
						2022-03-31 14:45:39 -04:00