From 77cd4a6f137fd53670e42be66d0c8ef06e986208 Mon Sep 17 00:00:00 2001 From: alamin655 Date: Fri, 15 Sep 2023 18:05:18 +0530 Subject: [PATCH 1/3] =?UTF-8?q?=F0=9F=93=9D=20Credits=20for=20the=20starga?= =?UTF-8?q?zers=20with=20roaster=20widget?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 891b01d..986ae5b 100644 --- a/README.md +++ b/README.md @@ -224,6 +224,8 @@ Websurfx is licensed under the [AGPLv3](LICENSE) license. We would like to thank the following people for their contributions and support: +**Contributors** +


@@ -232,6 +234,14 @@ We would like to thank the following people for their contributions and support:

+**Stargazers** + +

+ + + +

+ **[⬆️ Back to Top](#--)** --- From f3b1b38508ff8b8fd05977658326ab09532c7d1f Mon Sep 17 00:00:00 2001 From: alamin655 Date: Fri, 15 Sep 2023 18:26:33 +0530 Subject: [PATCH 2/3] =?UTF-8?q?=F0=9F=9A=80=20chore:=20bump=20the=20app=20?= =?UTF-8?q?version?= 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 0836409..d30b325 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "websurfx" -version = "0.20.10" +version = "0.20.11" 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 6ba3695285adcab55e16f74fc5ecaef05cfd1ca2 Mon Sep 17 00:00:00 2001 From: alamin655 Date: Fri, 15 Sep 2023 18:30:11 +0530 Subject: [PATCH 3/3] =?UTF-8?q?=F0=9F=9A=80=20chore:=20bump=20the=20app=20?= =?UTF-8?q?version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 571bdd6..01178b8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -442,9 +442,9 @@ dependencies = [ [[package]] name = "bumpalo" -version = "3.13.0" +version = "3.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1" +checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec" [[package]] name = "byteorder" @@ -3797,7 +3797,7 @@ dependencies = [ [[package]] name = "websurfx" -version = "0.20.10" +version = "0.20.11" dependencies = [ "actix-cors", "actix-files",