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