Prevent stale WebGUI assets

This commit is contained in:
Mikei386
2026-06-14 11:31:01 +02:00
parent c1987b7721
commit 7314bd1a16
9 changed files with 19 additions and 8 deletions
+5 -2
View File
@@ -2,13 +2,16 @@
<!DOCTYPE PLUGIN [
<!ENTITY name "backupper">
<!ENTITY author "Backupper Project">
<!ENTITY version "0.1.7">
<!ENTITY version "0.1.8">
<!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 "39bbc54f47b643569b81d1d1fc7b65c49b8387ea03d8d8889c8db1427fbfafe4">
<!ENTITY packageSHA256 "3b3bfce71438a9489a978405ff88fe8c7013f7c90962387ff5e51453d060d6cb">
]>
<PLUGIN name="&name;" author="&author;" version="&version;" pluginURL="&pluginURL;" min="7.0.0" support="https://git.casaderoll.de/michael/BackUpper/issues">
<CHANGES>
### 0.1.8
- Force a fresh WebGUI asset after updates, display the installed version, and warn about volatile /tmp or /run repositories.
### 0.1.7
- Add an explicit repository initialization action and a clear error for uninitialized destinations.