Add live log visibility setting

This commit is contained in:
Mikei386
2026-06-14 22:30:03 +02:00
parent cf8f64739e
commit 82d00bd116
8 changed files with 19 additions and 7 deletions
+4 -1
View File
@@ -2,13 +2,16 @@
<!DOCTYPE PLUGIN [
<!ENTITY name "backupper">
<!ENTITY author "Michael Roll">
<!ENTITY version "2026.06.14.9.10">
<!ENTITY version "2026.06.14.9.11">
<!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.11
- Add a global setting to show live run logs in Activity, disabled by default.
### 2026.06.14.9.10
- Always show a clearly labeled activity history delete action, including when no completed entries exist.