portable storage, bug fixes, tooltips

all app data now lives next to the exe (presets, undo, settings,
window state, webview cache). dropped the directories crate.
auto-detects and fixes stale Explorer context menu entries when
the exe is moved. fixed regex case_insensitive field mismatch,
update check type mismatch, drive detection condition, rename
panic on root paths. added tooltips to zoom and browse buttons.
escape key now deselects files instead of wiping the pipeline
This commit is contained in:
2026-03-14 19:31:02 +02:00
parent 6f5b862234
commit 1fed289704
22 changed files with 202 additions and 51 deletions

10
Cargo.lock generated
View File

@@ -652,15 +652,6 @@ dependencies = [
"crypto-common",
]
[[package]]
name = "directories"
version = "6.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "16f5094c54661b38d03bd7e50df373292118db60b585c08a411c6d840017fe7d"
dependencies = [
"dirs-sys",
]
[[package]]
name = "dirs"
version = "6.0.0"
@@ -2220,7 +2211,6 @@ version = "0.1.0"
dependencies = [
"anyhow",
"chrono",
"directories",
"env_logger",
"log",
"nomina-core",