From 6cca1242911b6c7a94b03de34b220277758a2d94 Mon Sep 17 00:00:00 2001 From: Gitea Actions Date: Sat, 13 Dec 2025 05:46:29 +0000 Subject: [PATCH 1/3] =?UTF-8?q?Update=20manifest=20version=20to=202.0.1=20?= =?UTF-8?q?[=E2=96=B6=EF=B8=8F]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 7cb5e2e..1e20cef 100644 --- a/manifest.json +++ b/manifest.json @@ -1,4 +1,4 @@ { - "version": "2.0.0", + "version": "2.0.1", "author": "Ivan Carlos" } From e5f83a12e35bae2497fb6feb14bb8053ed186b22 Mon Sep 17 00:00:00 2001 From: Ivan Carlos Date: Sat, 13 Dec 2025 06:03:09 +0000 Subject: [PATCH 2/3] Update public/style.css --- public/style.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/public/style.css b/public/style.css index 4daf98f..3e5bc83 100644 --- a/public/style.css +++ b/public/style.css @@ -218,7 +218,6 @@ input:focus, select:focus { #qrcode canvas { border-radius: 8px; - box-shadow: 0 4px 12px rgba(0,0,0,0.1); } /* History Dropdown Styles */ @@ -299,6 +298,5 @@ footer a:hover { .card { box-shadow: none; padding: 0; } .page-header, #form, #history-drop, footer, .btn { display: none !important; } #result-area { display: block !important; margin: 0; } - #qrcode canvas { box-shadow: none; } #showssid, #showkey { display: block !important; color: black; } } From d1191e27fc4156156eb12ab89274fe5b9569b971 Mon Sep 17 00:00:00 2001 From: Gitea Actions Date: Sat, 13 Dec 2025 06:03:20 +0000 Subject: [PATCH 3/3] =?UTF-8?q?Update=20manifest=20version=20to=202.0.2=20?= =?UTF-8?q?[=E2=96=B6=EF=B8=8F]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 1e20cef..b4939b9 100644 --- a/manifest.json +++ b/manifest.json @@ -1,4 +1,4 @@ { - "version": "2.0.1", + "version": "2.0.2", "author": "Ivan Carlos" }