Prevent progress text overlapping activity controls
This commit is contained in:
+5
-1
@@ -2,13 +2,17 @@
|
||||
<!DOCTYPE PLUGIN [
|
||||
<!ENTITY name "urbm">
|
||||
<!ENTITY author "Michael Roll">
|
||||
<!ENTITY version "2026.06.15.r015">
|
||||
<!ENTITY version "2026.06.15.r016">
|
||||
<!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.r016
|
||||
- Keep long backup progress statistics inside the progress column and wrap them before they can overlap pause or abort controls.
|
||||
- Stack progress statistics on narrow displays for reliable activity-table layout.
|
||||
|
||||
### 2026.06.15.r015
|
||||
- Generate compatible UUIDs on browsers and Unraid WebViews that do not provide `crypto.randomUUID()`.
|
||||
- Prefer cryptographic random bytes when available and retain a schema-compatible last-resort fallback.
|
||||
|
||||
Reference in New Issue
Block a user