Keep backup browser visible

This commit is contained in:
Mikei386
2026-06-14 12:27:49 +02:00
parent a068bf5689
commit 737af8c0f0
8 changed files with 28 additions and 14 deletions
+5 -2
View File
@@ -2,13 +2,16 @@
<!DOCTYPE PLUGIN [
<!ENTITY name "backupper">
<!ENTITY author "Backupper Project">
<!ENTITY version "2026.06.14.1">
<!ENTITY version "2026.06.14.2">
<!ENTITY pluginURL "https://git.casaderoll.de/michael/BackUpper/raw/branch/main/dist/backupper.plg">
<!ENTITY packageURL "https://git.casaderoll.de/michael/BackUpper/raw/branch/main/dist/backupper-&version;-x86_64-1.txz">
<!ENTITY packageSHA256 "29655e71df818c71341058d031570f204d423eea63de4e199190c44b217343cc">
<!ENTITY packageSHA256 "5da36c3d720851d8ebd5e905399d1a9deca056128d2e01ee3f17a61f7145c807">
]>
<PLUGIN name="&name;" author="&author;" version="&version;" pluginURL="&pluginURL;" min="7.0.0" support="https://git.casaderoll.de/michael/BackUpper/issues">
<CHANGES>
### 2026.06.14.2
- Always show backup browser roots, display folder loading errors inline, and expose the running daemon version.
### 2026.06.14.1
- Match the backup source browser layout and controls to the snapshot file browser.