From f06cdaf4acd950276deac74eb9a6187a7d7a4f5a Mon Sep 17 00:00:00 2001 From: supertiger Date: Fri, 8 Mar 2019 11:18:36 +0000 Subject: [PATCH] Updated changelog --- src/changelog.js | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/src/changelog.js b/src/changelog.js index 853b6dc..2ed735d 100644 --- a/src/changelog.js +++ b/src/changelog.js @@ -1,4 +1,21 @@ const config = [ + { + title: 'Upload anything!', + shortTitle: 'Upload anything!', + date: '08/03/2019', + new: [ + 'You can now upload any kind of files to friends. (Google drive required)', + 'Shift + enter should expand the text area.', + 'Made some design changes to the home page panel.' + ], + fix: [ + 'Improved performance by using Redis in more places.', + 'Small bugs fixed around some places.' + ], + next: [ + 'Servers or emojis.', + ] + }, { title: 'Notifications are finally here!', shortTitle: 'Notifications',