1
0
mirror of https://github.com/eworm-de/routeros-scripts.git synced 2024-05-11 05:55:19 +00:00
eworm-de-routeros-scripts/global-config.changes

21 lines
1.3 KiB
Plaintext
Raw Normal View History

# RouterOS global-config changes
2020-01-01 17:00:39 +01:00
# Copyright (c) 2019-2020 Christian Hesse <mail@eworm.de>
# Changes for global-config to be added to notification on script updates
:global GlobalConfigChanges {
1="moved variables from 'global-config' to 'global-functions' for independence";
2="variable names became CamelCase to work around scripting issues";
3="variable for certificate renew passphrase became an array to support multiple passphrases";
4="added option to ignore global-config changes";
5="split off new script 'cloud-backup' from 'email-backup'";
2019-07-08 17:48:55 +02:00
6="introduced script 'upload-backup' with new configuration parameters";
7="introduced script 'check-health' with new configuration parameters";
8="added donation hint and option to silence it";
2019-09-03 20:59:00 +02:00
9="introduced configuration overlay 'global-config-overlay'";
10="make health threshold for voltage configurable";
11="introduced function '\$ScriptInstallUpdate' to install new and update existing scripts";
12="removed '\$ScriptUpdatesConfigChangesIgnore', comment '\$GlobalConfigVersion' in 'global-config-overlay' to disable change notifications";
13="configuration for script 'bridge-port-to-default' changed with new syntax in comment";
14="dropped script 'script-updates', use '\$ScriptInstallUpdate' exclusively!";
};