From 3d534f2b6806906511cdcfdbb3cbba4c57def338 Mon Sep 17 00:00:00 2001 From: supertiger1234 Date: Fri, 6 Sep 2019 20:44:05 +0100 Subject: [PATCH] updated changelog --- src/utils/changelog.js | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/utils/changelog.js b/src/utils/changelog.js index 896716d..62c45f7 100644 --- a/src/utils/changelog.js +++ b/src/utils/changelog.js @@ -16,11 +16,15 @@ const config = [ { version: 6.9, - title: "Bug fix", + title: "Explore filter, Blur experiment!", shortTitle: "", - date: "03/09/2019", + date: "06/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.'], + new: [ + 'Added filter options to public servers list. Verified servers will be the default filter. Servers will be verified by me (Fishie). If your server does not get verified, Join the official nertivia server and message me.', + 'Added blur effect to user information popout for an experiment. (Only works in chrome and edge.) Blur effect may be added in more places in the future.' + ], + fix: ['Fixed a bug where when someone leaves the server, the whole members list would disappear for that server.', 'Fixed bugs with emoji sugestions panel.'], }, { version: 6.8,