Jabster28 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9eb1b04f48 
							
						 
					 
					
						
						
							
							change "Wolfram|Alpha" to "Wolfram Alpha" in search results  
						
						
						
						
					 
					
						2022-04-12 10:37:33 +01:00 
						 
				 
			
				
					
						
							
							
								Alexandre Flament 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							27f8fa6fe0 
							
						 
					 
					
						
						
							
							Merge pull request  #1048  from Linerly/patch-1  
						
						... 
						
						
						
						Improve the about page 
						
						
					 
					
						2022-04-09 20:30:49 +02:00 
						 
				 
			
				
					
						
							
							
								Alexandre Flament 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							592cea0e5e 
							
						 
					 
					
						
						
							
							Merge pull request  #1030  from austinhuang0131/master  
						
						... 
						
						
						
						(feat) add jisho.org 
						
						
					 
					
						2022-04-09 18:57:20 +02:00 
						 
				 
			
				
					
						
							
							
								Alexandre Flament 
							
						 
					 
					
						
						
						
						
							
						
						
							74c7aee9ec 
							
						 
					 
					
						
						
							
							jisho : code refactoring  
						
						
						
						
					 
					
						2022-04-09 18:01:57 +02:00 
						 
				 
			
				
					
						
							
							
								Alexandre Flament 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e764427153 
							
						 
					 
					
						
						
							
							Merge branch 'master' into switch-md-parser  
						
						
						
						
					 
					
						2022-04-09 15:24:11 +02:00 
						 
				 
			
				
					
						
							
							
								Markus Heiser 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5e7f469911 
							
						 
					 
					
						
						
							
							Merge pull request  #1051  from return42/fix-region-name  
						
						... 
						
						
						
						[fix] add missing territory (country) name 
						
						
					 
					
						2022-04-09 14:54:43 +02:00 
						 
				 
			
				
					
						
							
							
								Paul Braeuning 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							02d64772f7 
							
						 
					 
					
						
						
							
							Merge pull request  #1066  from unixfox/fix-icons-oscar  
						
						... 
						
						
						
						Revert "[fix] return correct favicon path" 
						
						
					 
					
						2022-04-08 10:25:40 +02:00 
						 
				 
			
				
					
						
							
							
								Paul Braeuning 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							604d177551 
							
						 
					 
					
						
						
							
							Merge pull request  #1064  from capric98/pretty-url  
						
						... 
						
						
						
						fix: %2F in path will be converted to " › " in searx/webapp.py 
						
						
					 
					
						2022-04-08 10:08:51 +02:00 
						 
				 
			
				
					
						
							
							
								searxng-bot 
							
						 
					 
					
						
						
						
						
							
						
						
							01bbd1d0bd 
							
						 
					 
					
						
						
							
							[translations] update from Weblate  
						
						... 
						
						
						
						45fc8afe - 2022-04-08 - Markus Heiser <markus.heiser@darmarit.de>
b187bba2 - 2022-04-08 - A. B <gamemc@virgilio.it>
9d380d66 - 2022-04-07 - A. B <gamemc@virgilio.it>
03029129 - 2022-04-07 - A. B <gamemc@virgilio.it>
be15e572 - 2022-04-06 - Linerly <linerly@protonmail.com>
71fb0c50 - 2022-04-03 - Markus Heiser <markus.heiser@darmarit.de> 
						
						
					 
					
						2022-04-08 07:19:02 +00:00 
						 
				 
			
				
					
						
							
							
								Émilien Devos 
							
						 
					 
					
						
						
						
						
							
						
						
							cad3d93fa2 
							
						 
					 
					
						
						
							
							Revert "[fix] return correct favicon path"  
						
						... 
						
						
						
						This fixes https://github.com/searxng/searxng/issues/1057 
This reverts commit f99d109ceb0692d70e473b6f6eb6ab8c53bd5346. 
						
						
					 
					
						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 
						 
				 
			
				
					
						
							
							
								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 
						 
				 
			
				
					
						
							
							
								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 
						 
				 
			
				
					
						
							
							
								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 
						 
				 
			
				
					
						
							
							
								searxng-bot 
							
						 
					 
					
						
						
						
						
							
						
						
							556e137f8e 
							
						 
					 
					
						
						
							
							[translations] update from Weblate  
						
						... 
						
						
						
						74fb5882 - 2022-04-01 - Markus Heiser <markus.heiser@darmarit.de>
303aa210 - 2022-03-30 - dryragtax hamham uk <dryragtax@hamham.uk>
3eef1150 - 2022-03-30 - Markus Heiser <markus.heiser@darmarit.de>
fce33e06 - 2022-03-30 - Markus Heiser <markus.heiser@darmarit.de>
236dc6cb - 2022-03-31 - Joan Montané <joan@montane.cat>
666e5849 - 2022-03-28 - Markus Heiser <markus.heiser@darmarit.de>
3a6ee1c5 - 2022-03-28 - Markus Heiser <markus.heiser@darmarit.de>
42a5f993 - 2022-03-27 - Linerly <linerly@protonmail.com> 
						
						
					 
					
						2022-04-01 07:18:22 +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 
						 
				 
			
				
					
						
							
							
								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 
						 
				 
			
				
					
						
							
							
								Alexandre Flament 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d1334beb4f 
							
						 
					 
					
						
						
							
							Merge pull request  #1023  from austinhuang0131/master  
						
						... 
						
						
						
						[fix] return correct plugin path 
						
						
					 
					
						2022-03-29 21:27:16 +02:00 
						 
				 
			
				
					
						
							
							
								Austin Huang 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							96b8aac826 
							
						 
					 
					
						
						
							
							Extra null safety  
						
						... 
						
						
						
						Co-Authored-By: Alexandre Flament <alex.andre@al-f.net> 
						
						
					 
					
						2022-03-29 15:17:36 -04:00 
						 
				 
			
				
					
						
							
							
								Austin Huang 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6353b850b0 
							
						 
					 
					
						
						
							
							[fix] merge fake "plugins" endpoint back to "static"  
						
						... 
						
						
						
						https: //matrix.to/#/!vxScbLNEAmRvOraXBn:matrix.org/$0zqTtH3s-eVKlMwiAgiEJdetOkRx27EIRs-C0o8FzSg?via=libera.chat&via=matrix.org&via=tchncs.de
Co-Authored-By: Alexandre Flament <alex.andre@al-f.net> 
						
						
					 
					
						2022-03-29 13:02:21 -04:00 
						 
				 
			
				
					
						
							
							
								Austin Huang 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f99d109ceb 
							
						 
					 
					
						
						
							
							[fix] return correct favicon path  
						
						
						
						
					 
					
						2022-03-28 19:27:20 -04:00 
						 
				 
			
				
					
						
							
							
								Paul Braeuning 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b94fdd0df0 
							
						 
					 
					
						
						
							
							Merge pull request  #1024  from MontyQI/answer-box  
						
						... 
						
						
						
						Fix answer box bug 
						
						
					 
					
						2022-03-28 21:53:09 +02:00 
						 
				 
			
				
					
						
							
							
								Alexandre Flament 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0379856712 
							
						 
					 
					
						
						
							
							Merge pull request  #967  from return42/language-filter  
						
						... 
						
						
						
						[mod] add flags to the languages filter 
						
						
					 
					
						2022-03-28 21:36:20 +02:00 
						 
				 
			
				
					
						
							
							
								Monty 
							
						 
					 
					
						
						
						
						
							
						
						
							a5b013be4f 
							
						 
					 
					
						
						
							
							[build] /static  
						
						
						
						
					 
					
						2022-03-28 21:29:46 +02:00 
						 
				 
			
				
					
						
							
							
								Monty 
							
						 
					 
					
						
						
						
						
							
						
						
							c09ce4d0f2 
							
						 
					 
					
						
						
							
							Fix answer box bug  
						
						... 
						
						
						
						Fix bug of too long words. 
						
						
					 
					
						2022-03-28 21:29:13 +02:00 
						 
				 
			
				
					
						
							
							
								Austin Huang 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e09d2ad4a7 
							
						 
					 
					
						
						
							
							[fix] return correct plugin path  
						
						... 
						
						
						
						closes  #1021  
					
						2022-03-28 15:24:01 -04:00 
						 
				 
			
				
					
						
							
							
								Alexandre Flament 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							dec04c0ed6 
							
						 
					 
					
						
						
							
							Merge pull request  #999  from return42/fix-doc-settings2  
						
						... 
						
						
						
						[docs] document settings.yml: search.languages 
						
						
					 
					
						2022-03-26 17:09:07 +01:00 
						 
				 
			
				
					
						
							
							
								Alexandre Flament 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b44a29a5a2 
							
						 
					 
					
						
						
							
							Merge pull request  #1004  from MontyQI/search_url  
						
						... 
						
						
						
						Search_url only if method is POST 
						
						
					 
					
						2022-03-26 17:08:50 +01:00 
						 
				 
			
				
					
						
							
							
								Monty 
							
						 
					 
					
						
						
						
						
							
						
						
							d4d42b423c 
							
						 
					 
					
						
						
							
							Search_url only if method is POST  
						
						... 
						
						
						
						Shows search_url only if method is set to POST. 
						
						
					 
					
						2022-03-26 13:52:38 +01:00 
						 
				 
			
				
					
						
							
							
								Markus Heiser 
							
						 
					 
					
						
						
						
						
							
						
						
							a521d4985a 
							
						 
					 
					
						
						
							
							[docs] document settings.yml: search.languages  
						
						... 
						
						
						
						Requested-by: @dalf https://github.com/searxng/searxng/pull/996#discussion_r830858139 
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> 
						
						
					 
					
						2022-03-26 13:32:42 +01:00 
						 
				 
			
				
					
						
							
							
								Markus Heiser 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ef8af285a2 
							
						 
					 
					
						
						
							
							Merge pull request  #994  from return42/add-limiter-redis-doc  
						
						... 
						
						
						
						[doc] add some documentation about the limiter plugin (and redis) 
						
						
					 
					
						2022-03-25 17:08:32 +01:00