From 891a86369d1b64ecd328e3f3985c20f6e0985266 Mon Sep 17 00:00:00 2001 From: solaoi <46414076+solaoi@users.noreply.github.com> Date: Mon, 6 May 2024 23:52:51 +0900 Subject: [PATCH 1/3] Create SECURITY.md --- SECURITY.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..0c7e21b --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,14 @@ +# Security Policy + +## Supported Versions + +There is only one version track for lycoris so all patches will be applied to the latest version only. + +| Version | Supported | +| ------- | ------------------ | +| Latest | :white_check_mark: | + +## Reporting a Vulnerability + +Critical vulnerabilities can be responsibly disclosed to [mail@aota.blog](mailto:mail@aota.blog). +Bugs and low level vulneratbilities can be reported via repository issues. From 5f6b8b8803ae269d490abeba2dff2a1b4c05b954 Mon Sep 17 00:00:00 2001 From: Kodai Aoyama Date: Tue, 7 May 2024 18:05:46 +0900 Subject: [PATCH 2/3] =?UTF-8?q?build=E5=BE=8C=E3=81=ABstream=E3=81=8C?= =?UTF-8?q?=E8=AA=AD=E3=81=BF=E8=BE=BC=E3=82=81=E3=81=AA=E3=81=84=E5=95=8F?= =?UTF-8?q?=E9=A1=8C=E5=8F=8A=E3=81=B3screenshot=E3=81=ABplayer=E3=81=8C?= =?UTF-8?q?=E9=9A=A0=E3=82=8C=E3=81=A6=E3=81=97=E3=81=BE=E3=81=86=E5=95=8F?= =?UTF-8?q?=E9=A1=8C=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src-tauri/tauri.conf.json | 2 +- src/components/molecules/Speech.tsx | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 766697d..f2b96dc 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -52,7 +52,7 @@ } }, "security": { - "csp": "default-src 'self'; img-src 'self' asset: https://asset.localhost" + "csp": "default-src 'self'; img-src 'self' asset: https://asset.localhost; media-src stream: https://stream.localhost asset: https://asset.localhost" }, "updater": { "active": false diff --git a/src/components/molecules/Speech.tsx b/src/components/molecules/Speech.tsx index 6e8a072..8c8580d 100644 --- a/src/components/molecules/Speech.tsx +++ b/src/components/molecules/Speech.tsx @@ -51,7 +51,8 @@ const Speech = (props: SpeechProps): JSX.Element => { position: "absolute", top: bottom, left: getElementProperty("left") + width / 10, - width: width * 4 / 5 + width: width * 4 / 5, + zIndex: 1 }} />} From 36463c50f47328a9498fbd2e4b74d1fa152d865f Mon Sep 17 00:00:00 2001 From: Kodai Aoyama Date: Tue, 7 May 2024 18:08:01 +0900 Subject: [PATCH 3/3] update to v0.9.12 --- package.json | 2 +- src-tauri/Cargo.lock | 2 +- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 01fe61c..5d38fb2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "lycoris", "private": true, - "version": "0.9.11", + "version": "0.9.12", "type": "module", "license": "MIT", "engines": { diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 78d58a9..c66d522 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -2780,7 +2780,7 @@ dependencies = [ [[package]] name = "lycoris" -version = "0.9.11" +version = "0.9.12" dependencies = [ "chrono", "core-graphics 0.23.1", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 3516107..fecff86 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lycoris" -version = "0.9.11" +version = "0.9.12" description = "Lycoris is an offline voice memo" authors = ["solaoi"] license = "MIT" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index f2b96dc..e43f95d 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "Lycoris", - "version": "0.9.11" + "version": "0.9.12" }, "tauri": { "allowlist": {