From e640cfa3465616f1aa386df5b9f6f9b1557f21b6 Mon Sep 17 00:00:00 2001 From: Dragory <2606411+Dragory@users.noreply.github.com> Date: Sun, 19 Jan 2020 21:42:43 +0200 Subject: [PATCH] Update CHANGELOG for v2.30.0 --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46af8f1..6c73c09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## v2.30.0 +* The following config options now also support multi-line values: + * `responseMessage` + * `closeMessage` + * `botMentionResponse` + * `greetingMessage` + * `accountAgeDeniedMessage` + * `timeOnServerDeniedMessage` +* When the bot is mentioned on the main server, the log message about this now + also includes a link to the message ([#319](https://github.com/Dragory/modmailbot/pull/319)) +* Fix error when supplying all config values from env variables without a config file +* Fix crash in update checker if the repository value in package.json is set to + a GitHub repository without releases (this only applies to forks) + ## v2.29.1 * Fix boolean values in `config.ini` not being handled properly