Skip to content

Commit 4ede578

Browse files
authored
Merge pull request #199 from solaoi/main
v0.9.26
2 parents 4157e6f + c9983e7 commit 4ede578

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+2850
-931
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "lycoris",
33
"private": true,
4-
"version": "0.9.25",
4+
"version": "0.9.26",
55
"type": "module",
66
"license": "MIT",
77
"engines": {

src-tauri/Cargo.lock

Lines changed: 78 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lycoris"
3-
version = "0.9.25"
3+
version = "0.9.26"
44
description = "Lycoris is an offline voice memo"
55
authors = ["solaoi"]
66
license = "MIT"
@@ -45,16 +45,16 @@ objc = "0.2"
4545
objc-foundation = "0.1"
4646
objc_id = "0.1"
4747
ct2rs = { version = "0.9.5", features = ["accelerate"] }
48-
# mistralrs = { git = "https://github.com/EricLBuehler/mistral.rs.git", rev = "32e8945", features = [
49-
# "metal",
50-
# ] }
5148
mistralrs = { git = "https://github.com/EricLBuehler/mistral.rs.git", tag = "v0.3.4", features = [
5249
"metal",
5350
] }
5451
tauri-plugin-clipboard = "1.1.4"
5552
sbv2_core = { version = "0.1.4", features = ["dynamic"] }
5653
whisper-rs = { version = "0.13.2", features = ["metal"] }
5754
sherpa-rs = "0.5.1"
55+
mcp-sdk = { git="https://github.com/solaoi/mcp-sdk", rev="c7e06ce40156fbe23911379e48268eb9543f8acc" }
56+
which = "7.0.1"
57+
fix-path-env = { git = "https://github.com/tauri-apps/fix-path-env-rs" }
5858

5959
[dependencies.tauri-plugin-sql]
6060
git = "https://github.com/tauri-apps/plugins-workspace"

src-tauri/migrations/001.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,4 +186,4 @@ VALUES("jvnv-M2-jp", "style-bert-vits2-voice");
186186
CREATE INDEX idx_hybrid_status ON speeches(
187187
is_done_with_hybrid_reazonspeech,
188188
is_done_with_hybrid_whisper
189-
);
189+
);

0 commit comments

Comments
 (0)