NimBold
c342bcd347
feat(torrent): add standalone properties windows
...
- add caller-bound native properties bridge and lifecycle guards
- split Network settings into accessible secondary tabs
- add tabbed Torrent and generic Properties surfaces
- harden runtime validation and ignore the implementation plan
2026-08-04 09:26:38 +03:30
NimBold
579a8f7f80
feat(torrent): complete lifecycle controls and diagnostics
...
- add durable Torrent telemetry, availability, sharing, relocation, and web-seed workflows\n- fence queue ownership, lifecycle recovery, persistence, and native control races\n- add localized UI, generated bindings, regression coverage, and smoke validation
2026-08-04 01:18:24 +03:30
NimBold
ba70662165
feat(downloads): prefill Add modal from clipboard ( #10 )
2026-07-11 09:01:44 +03:30
NimBold
3aaf32f9ee
fix(window): enable custom titlebar controls
2026-07-05 00:02:31 +03:30
NimBold
06b14df307
fix(core): harden download lifecycle and scheduling
2026-06-22 11:19:18 +03:30
NimBold
5200c1e453
fix(security): restrict frontend filesystem access
2026-06-18 07:44:18 +03:30
NimBold
69a7192fda
fix(permissions): widen sidecar scope to allow-spawn and unrestricted args for runtime reliability
2026-06-17 10:44:24 +03:30
NimBold
58f4a8a14d
fix(security): harden sidecar and media processing lifecycles
2026-06-17 09:45:31 +03:30
NimBold
a40e6cfef8
refactor(backend): migrate to tauri v2 sidecars and resolve pipe deadlocks
...
- Replace tokio::process with tauri_plugin_shell sidecar API for native cross-compilation bundle execution.
- Implement non-blocking stdout/stderr multiplexing in yt-dlp spawn to prevent OS pipe buffer deadlocks.
- Refactor capabilities to restrict execution explicitly to sidecars instead of wildcards.
- Rename local binaries to strictly adhere to target-triple architecture suffixes.
- Drop manual get_binary_name path resolutions in favor of Tauri's externalBin bundler.
2026-06-16 11:08:26 +03:30
NimBold
d046c95c28
fix(security): add notification plugin permissions to capabilities
2026-06-15 12:33:14 +03:30
NimBold
6593f9e76a
refactor(repo): promote tauri app to repository root
2026-06-15 10:33:40 +03:30