Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,525 changes: 854 additions & 671 deletions Cargo.lock

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,21 @@ license = "GPL-3.0-only"
[workspace.dependencies]
anyhow = "1.0"
async-stream = "0.3"
ashpd = { version = "0.13.3", features = ["file_chooser"] }
ctrlc = "3.4"
ashpd = { version = "0.13.10", features = ["file_chooser"] }
ctrlc = "3.5.2"
dirs = "6"
futures = "0.3"
futures-util = "0.3"
hostname = "0.4"
lazy_static = "1.5"
mpris = "2.0.1"
mpris = "2.1.0"
notify-rust = "4"
once_cell = "1.21.3"
once_cell = "1.21.4"
percent-encoding = "2.3"
pin-project = "1.1.11"
rcgen = "0.14"
ron = "0.12"
rustls = "0.23.35"
rustls = "0.23.40"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
socket2 = { version = "0.6", features = ["all"] }
Expand All @@ -38,11 +38,11 @@ tokio = { version = "1", features = ["full"] }
tokio-stream = { version = "0.1" }
tokio-rustls = "0.26.4"
tracing = "0.1"
tracing-subscriber = { version = "0.3.22", features = ["env-filter"] }
tracing-subscriber = { version = "0.3.23", features = ["env-filter"] }
urlencoding = "2.1"
uuid = { version = "1.18", features = ["v4"] }
zbus = "5.14"
libpulse-binding = { version = "2.28" }
uuid = { version = "1.23.1", features = ["v4"] }
zbus = "5.15"
libpulse-binding = { version = "2.30" }

kdeconnect-core = { path = "kdeconnect-core" }
kdeconnect-dbus-client = { path = "kdeconnect-dbus-client" }
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
- SMS (conversations, send/receive)
- Plugin Enable / Disable per device
- System Volume (Partial support - May not work on certain devices - Known Mobile App Bug)
- Telephony (Know bug - Media does not resume when Ending/Canceling Call)

</details>

Expand All @@ -35,7 +36,6 @@
- MousePad / Remote Input
- Presenter Mode
- SFTP / Browse Device
- Telephony
- Virtual Display

</details>
Expand Down
Loading