Extend backup charts to fourteen days

This commit is contained in:
Mikei386
2026-07-13 20:24:47 +02:00
parent e364986b55
commit 76c9011df2
7 changed files with 17 additions and 9 deletions
+5 -1
View File
@@ -2,13 +2,17 @@
<!DOCTYPE PLUGIN [
<!ENTITY name "urbm">
<!ENTITY author "Michael Roll">
<!ENTITY version "2026.07.13.r006">
<!ENTITY version "2026.07.13.r007">
<!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.r007
- Extend both dashboard backup timelines from seven to fourteen days.
- Keep axis labels, empty states, hover deltas, and predecessor comparisons consistent with the longer range.
### 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.