mirror of
https://github.com/danbulant/Nertivia-Client
synced 2026-07-05 11:00:50 +00:00
written changelog
This commit is contained in:
parent
074ff1b090
commit
384425fab4
1 changed files with 13 additions and 4 deletions
|
|
@ -1,6 +1,15 @@
|
||||||
const config = [
|
const config = [
|
||||||
{
|
{
|
||||||
version: 10.0,
|
version: "1.0.1",
|
||||||
|
title: "Speedy emojis",
|
||||||
|
shortTitle: "",
|
||||||
|
date: "15/02/2020",
|
||||||
|
new: [
|
||||||
|
"Messages by the same user should now be grouped. This will make it easier to read messages and save some screen space."
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
version: "1.0.0",
|
||||||
title: "Speedy emojis",
|
title: "Speedy emojis",
|
||||||
shortTitle: "",
|
shortTitle: "",
|
||||||
date: "15/02/2020",
|
date: "15/02/2020",
|
||||||
|
|
@ -8,7 +17,7 @@ const config = [
|
||||||
"Re-worked on emojji panel. Should be way faster to load now ",
|
"Re-worked on emojji panel. Should be way faster to load now ",
|
||||||
"When changing channels/dms, focus should change to the inpur area.",
|
"When changing channels/dms, focus should change to the inpur area.",
|
||||||
"mentions class have been added to the message container. (for theme develoeprs)"
|
"mentions class have been added to the message container. (for theme develoeprs)"
|
||||||
],
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
version: 9.9,
|
version: 9.9,
|
||||||
|
|
@ -18,7 +27,7 @@ const config = [
|
||||||
new: [
|
new: [
|
||||||
"New Notification sounds created by Fullipsp@hhrf",
|
"New Notification sounds created by Fullipsp@hhrf",
|
||||||
"Mention gets it's own notification sound."
|
"Mention gets it's own notification sound."
|
||||||
],
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
version: 9.8,
|
version: 9.8,
|
||||||
|
|
@ -27,7 +36,7 @@ const config = [
|
||||||
date: "12/02/2020",
|
date: "12/02/2020",
|
||||||
new: [
|
new: [
|
||||||
"Is someone not responding to you? Wake them up by mentioning them by typing '@' followed by their name in the message input box."
|
"Is someone not responding to you? Wake them up by mentioning them by typing '@' followed by their name in the message input box."
|
||||||
],
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
version: 9.7,
|
version: 9.7,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue