Short notes on what changed in each release. If there is anything that has to be taken care of manually after updating the scripts from previous versions (e.g. add an option to the global config or copy files) it will explicitly be stated in the release notes. === v.14 (2014-06-09) === * Backup options added (see [[Backups]] for more details on these options): * SDTD_BACKUP_MIN_BACKUPS_KEEP * SDTD_BACKUP_MAX_BACKUPS * SDTD_BACKUP_MAX_STORAGE * SDTD_BACKUP_MAX_AGE * SDTD_BACKUP_COMPRESS * Made cron-script to run backups with lower priority for reduced server load spikes. '''Update from previous versions:''' * Add the new backups options manually to ''/etc/7dtd.conf'' * Change the line in ''/etc/cron.d/7dtd-backup'' and add ''nice -n 15'' so it looks like this: {{{ #0 * * * * root nice -n 15 /usr/local/bin/7dtd.sh backup }}} (The hash in the front obviously depends whether you enabled the automatic backups or not) === v.13 (2014-06-05) === * Command ''updatescripts'' added: Updates the management scripts * Command ''about'' added: Show short about and version number