Skip to content

Commit

Permalink
2023.04.21b1
Browse files Browse the repository at this point in the history
  • Loading branch information
Commifreak committed Apr 21, 2023
1 parent 66f3bb9 commit 821fda4
Showing 1 changed file with 29 additions and 2 deletions.
31 changes: 29 additions & 2 deletions appdata.backup.beta.plg
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<!DOCTYPE PLUGIN [
<!ENTITY name "appdata.backup.beta">
<!ENTITY author "Robin Kluth">
<!ENTITY version "2023.04.03b1">
<!ENTITY sha256 "currentlynobeta">
<!ENTITY version "2023.04.21b1">
<!ENTITY sha256 "14d20a8b25975bf4b2cfd6408e7337853bfeb97c2047a334fbd5335f65e0f665">
<!ENTITY launch "Settings/AB.Beta.Main">
<!ENTITY plugdir "/usr/local/emhttp/plugins/&name;">
<!ENTITY github "Commifreak/unraid-appdata.backup">
Expand All @@ -17,6 +17,27 @@
<![CDATA[
🔧New 🩹Fix 🔧Change
###2023.04.21b1
- 🩹 Fix applying default settings to per-container settings for new config options [Bug report](https://forums.unraid.net/topic/137710-plugin-appdatabackup/?do=findComment&comment=1252597)
- 🩹 Remove container volume mapping, if it is listed in allowed sources
- 🩹 Scheduling no longer sends mails like "cron for user root ....."
- 🔧 Ignore volumes which match against exact exclusion path within container settings
- 🔧 Ignore nested volume (`/mnt/user/appdata/test`, `/mnt/ser/appdata/text/config` => The latter would be ignored now)
###2023.04.15a
- 🩹 Fix CSS bottom border for dark themes
- 🩹 Optimize volume detection for useless mappings (from our point of view)
###2023.04.15
- 🩹 Fix colors on dark themes inside per-container-settings section
- 🔧 Add a warning to the log, if "external volume backup" is enabled for a container
###2023.04.11
- 🩹 Saving the settings with no docker containers yet, results in a blank page
###2023.04.10
- 🚀 First stable version!
###2023.04.03b1
- 🩹 Fixed file selector for dark themes _(Unraids global config variable handling needs a revamp...)_
Expand Down Expand Up @@ -96,6 +117,12 @@
</INLINE>
</FILE>

<FILE Run="/bin/bash">
<INLINE>
echo -n "&version;" > &plugdir;/version
</INLINE>
</FILE>

<FILE Run="/bin/bash">
<INLINE>
echo ""
Expand Down

0 comments on commit 821fda4

Please sign in to comment.