v1.1.8 - Fix image paste persistence, save-flush on note switch, WebKitGTK clipboard fallback

This commit is contained in:
Yuri Karamian
2026-02-25 01:02:45 +01:00
parent 25d4cf7a9d
commit 1440bdcd90
8 changed files with 361 additions and 34 deletions
+2
View File
@@ -38,6 +38,8 @@ reqwest = { version = "0.12", default-features = false, features = ["json", "str
futures = "0.3"
rayon = "1"
rustls = { version = "0.23", default-features = false, features = ["ring", "logging", "std", "tls12"] }
arboard = { version = "3", features = ["image-data", "wayland-data-control"] }
png = "0.17"
[target.'cfg(not(target_os = "android"))'.dependencies]
tauri-plugin-updater = "2"