mirror of
https://github.com/danbulant/Nertivia-Client
synced 2026-06-24 17:11:43 +00:00
wrote a changelog
This commit is contained in:
parent
775dcb6537
commit
1c9a0938c2
1 changed files with 13 additions and 1 deletions
|
|
@ -14,12 +14,24 @@
|
||||||
|
|
||||||
const config = [
|
const config = [
|
||||||
|
|
||||||
|
{
|
||||||
|
version: 7.4,
|
||||||
|
title: "Send message permission, Improved performance",
|
||||||
|
shortTitle: "",
|
||||||
|
date: "03/10/2019",
|
||||||
|
headColor: "rgba(25, 130, 255, 0.77)",
|
||||||
|
new: [
|
||||||
|
'Added send message permission. You can use this to allow other people to not write in your channel such as the "rules" channel.',
|
||||||
|
],
|
||||||
|
fix: [
|
||||||
|
"Fixed a lot of bugs in our cache system. This means that messages should send faster!",
|
||||||
|
],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
version: 7.3,
|
version: 7.3,
|
||||||
title: "Kick and ban!",
|
title: "Kick and ban!",
|
||||||
shortTitle: "",
|
shortTitle: "",
|
||||||
date: "29/09/2019",
|
date: "29/09/2019",
|
||||||
headColor: "rgba(25, 130, 255, 0.77)",
|
|
||||||
new: [
|
new: [
|
||||||
'You can now kick/back members of a server by right clicking on their names in the server members list.',
|
'You can now kick/back members of a server by right clicking on their names in the server members list.',
|
||||||
'Slightly changed message bubble design.'
|
'Slightly changed message bubble design.'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue