From 1c9a0938c2fce257bc022bd5ab2ed0c8f5d31a99 Mon Sep 17 00:00:00 2001 From: supertiger1234 Date: Thu, 3 Oct 2019 16:23:06 +0100 Subject: [PATCH] wrote a changelog --- src/utils/changelog.js | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/src/utils/changelog.js b/src/utils/changelog.js index 7a692e2..6947ad2 100644 --- a/src/utils/changelog.js +++ b/src/utils/changelog.js @@ -14,12 +14,24 @@ const config = [ + { + version: 7.4, + title: "Send message permission, Improved performance", + shortTitle: "", + date: "03/10/2019", + headColor: "rgba(25, 130, 255, 0.77)", + new: [ + 'Added send message permission. You can use this to allow other people to not write in your channel such as the "rules" channel.', + ], + fix: [ + "Fixed a lot of bugs in our cache system. This means that messages should send faster!", + ], + }, { version: 7.3, title: "Kick and ban!", shortTitle: "", date: "29/09/2019", - headColor: "rgba(25, 130, 255, 0.77)", new: [ 'You can now kick/back members of a server by right clicking on their names in the server members list.', 'Slightly changed message bubble design.'