Add backup chart deltas

This commit is contained in:
Mikei386
2026-07-13 20:21:14 +02:00
parent 6cb4c032b9
commit e364986b55
8 changed files with 31 additions and 15 deletions
+6 -1
View File
@@ -2,13 +2,18 @@
<!DOCTYPE PLUGIN [
<!ENTITY name "urbm">
<!ENTITY author "Michael Roll">
<!ENTITY version "2026.07.13.r005">
<!ENTITY version "2026.07.13.r006">
<!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.r006
- Show timestamp, job, absolute value, and signed change from the previous run when hovering or focusing chart points.
- Compare points only with the previous run of the same backup job, including a predecessor just outside the visible seven-day range.
- Avoid rebuilding an idle dashboard every two seconds so chart tooltips remain stable.
### 2026.07.13.r005
- Restore the dashboard backup-size and file-count timelines using completed runs from the last seven days.
- Plot runs at their actual time and add a backup-job selector that defaults to the most recently used job.