aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2020-03-26 14:22:10 +0100
committerGravatar Christian Hesse <mail@eworm.de>2020-03-26 14:22:10 +0100
commita87fbb4be1e1e090b01db9eebd7799a0e1d62771 (patch)
treed5baa51d277b8f1c3524d0312f70c9aee05d349b
parent0d6bdd4eb1fe636b5a6775191563d422fbf999fd (diff)
start news items with capital letter
-rw-r--r--global-config.changes28
1 files changed, 14 insertions, 14 deletions
diff --git a/global-config.changes b/global-config.changes
index 38c23a4..7bd3c9f 100644
--- a/global-config.changes
+++ b/global-config.changes
@@ -3,18 +3,18 @@
# 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'";
- 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";
- 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!";
+ 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'";
+ 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";
+ 9="Introduced configuration overlay 'global-config-overlay'";
+ 10="Made 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!";
};