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
-1
View File
@@ -1 +0,0 @@
d8f84b5b02336673ea9816f589546a7f2b7f7bdc805f945561228f84504feac4 urbm-2026.07.13.r005-x86_64-1.txz
+1
View File
@@ -0,0 +1 @@
fbefb46df55f79eb03e1b272295dddb02f3d38ed320eadb7e8bbe8ea3391ec53 urbm-2026.07.13.r006-x86_64-1.txz
+7 -2
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 "d8f84b5b02336673ea9816f589546a7f2b7f7bdc805f945561228f84504feac4">
<!ENTITY packageSHA256 "fbefb46df55f79eb03e1b272295dddb02f3d38ed320eadb7e8bbe8ea3391ec53">
]>
<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.