From 88834703ef3295e4dd29c7115768a1f0ac02f052 Mon Sep 17 00:00:00 2001 From: Lukas | AstroGD Date: Fri, 25 Nov 2022 19:47:41 +0100 Subject: [PATCH 1/2] Bump version number --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a1f1fab..e8558f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eu.astrogd.white-leopard", - "version": "1.0.0-alpha.7", + "version": "1.0.0-beta.3", "description": "A Discord bot that checks channel names for blacklisted words and reverts the changes if necessary", "main": "build/index.js", "scripts": { From d853fa55d39f809ca26c281edf3583346ac1b246 Mon Sep 17 00:00:00 2001 From: Lukas | AstroGD Date: Fri, 25 Nov 2022 19:47:52 +0100 Subject: [PATCH 2/2] Add changelog --- Changelog.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Changelog.md diff --git a/Changelog.md b/Changelog.md new file mode 100644 index 0000000..d1929df --- /dev/null +++ b/Changelog.md @@ -0,0 +1,20 @@ +# Changelog +This file is used to list changes made to this software. + +## V1.0.0 [`unreleased`] +_Current development version: **1.0.0-beta.3**_ +### Features +- /info +- /logchannel +- /blocklist get +- /blocklist add +- /blocklist remove +- /preservesettings +- /showblocklist +- /showsettings +- Data will be deleted by default when the bot leaves the server +- Server admins can change the behaviour of the bot when it leaves the server to keep the data persistent +- Scans for blocked words in channel names and renames channels to "CENSORED" if found +- When settings are changed or channels are censored, notifications to a logchannel can be enabled +- CLI to change settings and get information during runtime by attaching to the apps docker container +- API for automated uptime checks to prevent the bot from going offline unnoticed \ No newline at end of file