Release URBM 2026.06.15.r012

This commit is contained in:
Mikei386
2026-06-15 07:45:05 +02:00
parent 0c507e0b64
commit 1c8d2202d4
9 changed files with 26 additions and 21 deletions
+6 -1
View File
@@ -2,13 +2,18 @@
<!DOCTYPE PLUGIN [
<!ENTITY name "urbm">
<!ENTITY author "Michael Roll">
<!ENTITY version "2026.06.15.r011">
<!ENTITY version "2026.06.15.r012">
<!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.r012
- Allow multiple backup jobs to share one Restic repository while retaining per-job snapshot tags and retention policies.
- Catch asynchronous form submission errors so save failures are shown in the WebGUI instead of only in the browser console.
- Clarify shared-repository behavior in backup job help text.
### 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.