From b08e4d01d710e722461788b2b15f9f40cac238d1 Mon Sep 17 00:00:00 2001 From: Dragory <2606411+Dragory@users.noreply.github.com> Date: Tue, 13 Aug 2019 20:09:45 +0300 Subject: [PATCH] Update CHANGELOG for v2.26.0 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b5bd270..3053936 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v2.26.0 +* The bot now waits for the main server(s) and inbox server to become available before initializing. +This is a potential fix to [#335](https://github.com/Dragory/modmailbot/issues/335). +This should have little to no effect on smaller servers. +* The bot status ("Playing") is now reapplied hourly since the status can sometimes disappear + ## v2.25.0 * Fix regression introduced in v2.24.0 where line breaks would get turned to spaces in replies and snippets ([#304](https://github.com/Dragory/modmailbot/issues/304)) * Replace the internal command handler with a new one. This should be fairly thoroughly tested, but please report any issues you encounter!