Release URBM 2026.06.15.r005

This commit is contained in:
Mikei386
2026-06-15 07:04:41 +02:00
parent b93b06ec20
commit b03f168b78
10 changed files with 99 additions and 14 deletions
+10 -2
View File
@@ -2,13 +2,21 @@
<!DOCTYPE PLUGIN [
<!ENTITY name "urbm">
<!ENTITY author "Michael Roll">
<!ENTITY version "2026.06.15.r003">
<!ENTITY version "2026.06.15.r005">
<!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 "87517e9e5e8d7b255576173f55c9092551c161e84ea2a95c0301ca06c5c5b519">
<!ENTITY packageSHA256 "8c6fc66fbe80ca1dc06e5bf445a794b749eaca212376e016160e24310deb5e5f">
]>
<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.r005
- Truncate long activity job names cleanly while keeping the complete name available as a tooltip.
- Automatically clear safe stale Restic locks and retry retention once after a successful backup.
### 2026.06.15.r004
- Show readable job and repository names in activities instead of full internal UUIDs.
- Replace verbose Restic lock output with concise German recovery guidance and prevent status badges from overlapping adjacent columns.
### 2026.06.15.r003
- Keep activity tables inside their cards by wrapping long messages, paths, and job IDs and removing oversized empty action columns.
- Add controlled horizontal scrolling for activity tables on narrow displays.