Verify repository configuration edits

This commit is contained in:
Mikei386
2026-06-14 11:50:17 +02:00
parent 8a9bdc2e8e
commit c35a183a76
7 changed files with 33 additions and 11 deletions
+4 -1
View File
@@ -2,13 +2,16 @@
<!DOCTYPE PLUGIN [
<!ENTITY name "backupper">
<!ENTITY author "Backupper Project">
<!ENTITY version "0.1.9">
<!ENTITY version "0.1.10">
<!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">
<CHANGES>
### 0.1.10
- Verify repository edits against the daemon and handle form submission without losing changes.
### 0.1.9
- Fix wrapped repository action layout and block initialization of volatile /tmp or /run destinations.