Changelog:
- Adjusted how escaping some of the new message characters works:
- In 2.0.3 in the new message, all character sequences that resemble a variable format (like $0, $1, $2, etc.) are escaped, resulting in no variables working by default. This requires additional manual editing the configuration to make variables work.
- In 2.0.4 in the new message, all character sequences that resemble a variable format (like $0, $1, $2, etc.) AND are most likely NOT an actual variable are escaped. This reduces the need to manually edit the configuration in most cases to none but is not perfect and there still might be occasions where editing the configuration will be required.
Sorry for the inconvenience this particular change in 2.0.3 might have caused.