mirror of
https://github.com/danbulant/Nertivia-Client
synced 2026-06-24 17:11:43 +00:00
Updated changelog
This commit is contained in:
parent
5cbf411cc1
commit
f06cdaf4ac
1 changed files with 17 additions and 0 deletions
|
|
@ -1,4 +1,21 @@
|
||||||
const config = [
|
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!',
|
title: 'Notifications are finally here!',
|
||||||
shortTitle: 'Notifications',
|
shortTitle: 'Notifications',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue