Release URBM 2026.06.15.r011

This commit is contained in:
Mikei386
2026-06-15 07:34:45 +02:00
parent 1e9487e6f2
commit 0c507e0b64
8 changed files with 58 additions and 10 deletions
+5 -1
View File
@@ -2,13 +2,17 @@
<!DOCTYPE PLUGIN [
<!ENTITY name "urbm">
<!ENTITY author "Michael Roll">
<!ENTITY version "2026.06.15.r010">
<!ENTITY version "2026.06.15.r011">
<!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.r011
- Parse Restic repository statistics correctly when progress output precedes the JSON result.
- Support compact and pretty-printed multi-line statistics JSON.
### 2026.06.15.r010
- Retry repository dashboard statistics once after safely removing stale Restic locks.
- Show the affected repository name and concrete Restic error when statistics still cannot be loaded.