From b398e5a360b92918dbc5b56e3bd916fb4411032b Mon Sep 17 00:00:00 2001 From: supertiger1234 Date: Tue, 3 Sep 2019 09:58:59 +0100 Subject: [PATCH] updated changelog --- src/utils/changelog.js | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/src/utils/changelog.js b/src/utils/changelog.js index d12fcd2..896716d 100644 --- a/src/utils/changelog.js +++ b/src/utils/changelog.js @@ -14,12 +14,27 @@ const config = [ + { + version: 6.9, + title: "Bug fix", + shortTitle: "", + date: "03/09/2019", + headColor: "rgba(25, 130, 255, 0.77)", + fix: ['Fixed a bug where when someone leaves the server, the whole members list would disappear for that server.'], + }, { version: 6.8, + title: "Bug fixes", + shortTitle: "", + date: "02/09/2019", + fix: ['You can no longer turn on popup notifications on mobile as it causes issues.'], + msg: "Notice: If you don't receive real time notifications inside the app, log out, and in again to fix it." + }, + { + version: 6.7, title: "New Explore tab!", shortTitle: "", date: "01/09/2019", - headColor: "rgba(25, 130, 255, 0.77)", new: ['You can now make your servers go public by posting them in the explore tab.', 'Some pop ups have been improved for mobile users.',], fix: ['Some bugs have been fixed.'] },