From 9521e2f0f05515e6382ccdd1f13d5db73b14ae0f Mon Sep 17 00:00:00 2001 From: supertiger1234 Date: Fri, 13 Sep 2019 20:58:45 +0100 Subject: [PATCH] added changelog --- src/utils/changelog.js | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/utils/changelog.js b/src/utils/changelog.js index 62c45f7..8822369 100644 --- a/src/utils/changelog.js +++ b/src/utils/changelog.js @@ -14,12 +14,22 @@ const config = [ + { + version: 7.0, + title: "Nertivia now starts up when you get on your PC!", + shortTitle: "", + date: "13/09/2019", + headColor: "rgba(25, 130, 255, 0.77)", + new: [ + 'Nertivia app now starts up when you start your pc. You can change the behaviour in the settings.', + ], + + }, { version: 6.9, title: "Explore filter, Blur experiment!", shortTitle: "", date: "06/09/2019", - headColor: "rgba(25, 130, 255, 0.77)", 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.'