Preserve live log expansion state

This commit is contained in:
Mikei386
2026-06-14 22:23:20 +02:00
parent 12bd339198
commit 4ce90c6db9
7 changed files with 21 additions and 10 deletions
+4 -1
View File
@@ -2,13 +2,16 @@
<!DOCTYPE PLUGIN [
<!ENTITY name "backupper">
<!ENTITY author "Michael Roll">
<!ENTITY version "2026.06.14.9.8">
<!ENTITY version "2026.06.14.9.9">
<!ENTITY pluginURL "https://git.casaderoll.de/michael/BackUpper/raw/branch/main/dist/backupper.plg">
<!ENTITY packageURL "https://git.casaderoll.de/michael/BackUpper/raw/branch/main/dist/backupper-&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/BackUpper/issues" icon="backupper.png">
<CHANGES>
### 2026.06.14.9.9
- Preserve the user's open or closed live-log state across automatic progress updates.
### 2026.06.14.9.8
- Add a Clear history action that removes completed activity entries and saved run logs while preserving active and queued tasks.