From e58d7dd6143ed88a11924081ee73a41ed9b9acdb Mon Sep 17 00:00:00 2001 From: kageru Date: Fri, 8 Jun 2018 17:57:07 +0200 Subject: [PATCH] added changelog --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..8c30a61 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,22 @@ +# Selphybot Changelog +Updates are listed in reverse chronological order. + +### 1.1 (dev) +- cooldowns are now stored per-user, not globally, and no longer apply in DMs +- multiple admins can now be defined in the config +- admins can now use DM-only commands anywhere + +## 1.0 +Marks the first release after the initial refactoring. This contains: +- the entire logic registerCommand + - various matching modes for commands + - auto moderation actions + - different switches to control command behavior + - custom functions as parameters to more advanced commands + - cooldowns for each command +- handling of newly joined users +- the ability to add an admin + - and special commands for them + - admins can use commands that are on cooldown +- lots of specific functions used on Selphy’s server +- probably more that I’m forgetting