Refresh the Unraid WebGUI
This commit is contained in:
+7
-1
@@ -2,13 +2,19 @@
|
||||
<!DOCTYPE PLUGIN [
|
||||
<!ENTITY name "urbm">
|
||||
<!ENTITY author "Michael Roll">
|
||||
<!ENTITY version "2026.07.13.r001">
|
||||
<!ENTITY version "2026.07.13.r002">
|
||||
<!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.07.13.r002
|
||||
- Redesign the dashboard around actionable health, active work, recent failures, and the latest successful backup.
|
||||
- Add searchable responsive job and repository lists with compact secondary-action menus.
|
||||
- Structure backup and restore forms more clearly and keep their primary actions visible while scrolling.
|
||||
- Replace browser confirmations with accessible in-app dialogs and typed confirmation for emergency operations.
|
||||
|
||||
### 2026.07.13.r001
|
||||
- Harden restore task validation and make confirmed in-place restores target original paths safely.
|
||||
- Serialize repository and managed-mount access, block unsafe force-unlock operations, and wait for task cleanup during daemon shutdown.
|
||||
|
||||
Reference in New Issue
Block a user