From c077f097c2a73b54c7fddbbefb33defd1ff55e6e Mon Sep 17 00:00:00 2001 From: Vic Chang Date: Fri, 22 Sep 2023 11:42:56 +0800 Subject: [PATCH 1/5] fix the issue #250 --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 986ae5b..15c1144 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,14 @@ src="https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod" /> + + + Awesome Self-Hosted + +

From b7fc4e39544cfdac6ec4e06c3ffcfb3f16616484 Mon Sep 17 00:00:00 2001 From: Vic Chang Date: Fri, 22 Sep 2023 11:49:06 +0800 Subject: [PATCH 2/5] fix #issue250 --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 15c1144..0e14be7 100644 --- a/README.md +++ b/README.md @@ -31,14 +31,12 @@ src="https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod" /> - Awesome Self-Hosted -

From 8aff55166bdba2c3f3674fad6534e1b2cb71968d Mon Sep 17 00:00:00 2001 From: alamin655 Date: Fri, 22 Sep 2023 10:32:36 +0530 Subject: [PATCH 3/5] =?UTF-8?q?=F0=9F=93=9D=20Awesome=20self-hosted=20shie?= =?UTF-8?q?lds=20badge=20#250?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 0e14be7..5c8e88b 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,14 @@ GitHub | Documentation

+ + Awesome Self-Hosted + GitHub code size in bytes - - Awesome Self-Hosted -

From bc408e45d46fe6812140c94e8979a056f2b1120c Mon Sep 17 00:00:00 2001 From: alamin655 Date: Fri, 22 Sep 2023 10:39:46 +0530 Subject: [PATCH 4/5] =?UTF-8?q?=F0=9F=9A=80=20chore:=20bump=20the=20app=20?= =?UTF-8?q?version=20(#250)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1cc51e5..13048c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "websurfx" -version = "0.21.4" +version = "0.21.6" edition = "2021" description = "An open-source alternative to Searx that provides clean, ad-free, and organic results with incredible speed while keeping privacy and security in mind." repository = "https://github.com/neon-mmd/websurfx" From c08f0757612e12d7b5dc5a5c30b07a173d429a1d Mon Sep 17 00:00:00 2001 From: alamin655 Date: Fri, 22 Sep 2023 10:40:32 +0530 Subject: [PATCH 5/5] =?UTF-8?q?=F0=9F=9A=80=20chore:=20bump=20the=20app=20?= =?UTF-8?q?version=20(#250)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 56d795f..1aa8bdb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3935,7 +3935,7 @@ dependencies = [ [[package]] name = "websurfx" -version = "0.21.4" +version = "0.21.6" dependencies = [ "actix-cors", "actix-files",