Show partial folder selections

This commit is contained in:
Mikei386
2026-06-15 20:15:35 +02:00
parent 9249fad65a
commit 68c5d677e6
8 changed files with 29 additions and 9 deletions
+7 -2
View File
@@ -2,13 +2,18 @@
<!DOCTYPE PLUGIN [
<!ENTITY name "urbm">
<!ENTITY author "Michael Roll">
<!ENTITY version "2026.06.15.r020">
<!ENTITY version "2026.06.15.r021">
<!ENTITY pluginURL "https://git.casaderoll.de/michael/URBM/raw/branch/main/dist/urbm.plg">
<!ENTITY packageURL "https://git.casaderoll.de/michael/URBM/raw/branch/main/dist/urbm-&version;-x86_64-1.txz">
<!ENTITY packageSHA256 "a9b5d02c0b92ea7f0a72d0d30a62870a88165065aaf97637c57aec2e7df37139">
<!ENTITY packageSHA256 "7cb21e5fd01532e461c7cddf2af78ee6e1f5b26b24988d42c128b64dfe0e6331">
]>
<PLUGIN name="&name;" author="&author;" version="&version;" pluginURL="&pluginURL;" min="7.0.0" support="https://git.casaderoll.de/michael/URBM/issues" icon="urbm.png">
<CHANGES>
### 2026.06.15.r021
- Show an orange mixed checkbox on parent folders when only some descendant folders are selected.
- Keep partial-selection indicators visible while navigating between folder levels for Restic and Rsync source selection.
- Add a clear "Partially selected" label and tooltip to distinguish descendant selections from full-folder selections.
### 2026.06.15.r020
- Add a guided Restic repository password change that creates and verifies a new key before removing the old key.
- Update the encrypted URBM secret only after Restic accepts the new password, with automatic repository rollback on secret-storage failure.