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
+6 -1
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 "REPLACE_DURING_RELEASE">
]>
<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.