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. 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 766697d..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": { @@ -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 }} />}