mirror of
https://github.com/danbulant/Nertivia-Client
synced 2026-07-04 18:40:39 +00:00
updated changelog
This commit is contained in:
parent
7fc1b81b13
commit
cfb8627600
1 changed files with 3 additions and 3 deletions
|
|
@ -17,7 +17,7 @@ const config = [
|
||||||
version: 4.7,
|
version: 4.7,
|
||||||
title: "Bug fixes",
|
title: "Bug fixes",
|
||||||
shortTitle: "Bug fixes",
|
shortTitle: "Bug fixes",
|
||||||
date: "22/06/2019",
|
date: "24/06/2019",
|
||||||
headColor: "rgba(3, 70, 115, 0.77)",
|
headColor: "rgba(3, 70, 115, 0.77)",
|
||||||
new: [
|
new: [
|
||||||
"Emoji character limit expanded to 30 characters!"
|
"Emoji character limit expanded to 30 characters!"
|
||||||
|
|
@ -25,6 +25,8 @@ const config = [
|
||||||
fix: [
|
fix: [
|
||||||
"Fixed a bug with the notification where it wouldn't dismiss on changing tabs.",
|
"Fixed a bug with the notification where it wouldn't dismiss on changing tabs.",
|
||||||
"Fixed a bug where unopened dms wouldn't show notifications on the tabs.",
|
"Fixed a bug where unopened dms wouldn't show notifications on the tabs.",
|
||||||
|
"Fixed emoji character limit bypass.",
|
||||||
|
"Emojis can now be inserted in firefox!",
|
||||||
],
|
],
|
||||||
next: ["Online status for server members list."]
|
next: ["Online status for server members list."]
|
||||||
},
|
},
|
||||||
|
|
@ -40,8 +42,6 @@ const config = [
|
||||||
],
|
],
|
||||||
fix: [
|
fix: [
|
||||||
"Fixed a vulnerability where after leaving a server, you could still send messages.",
|
"Fixed a vulnerability where after leaving a server, you could still send messages.",
|
||||||
"Fixed emoji character limit bypass.",
|
|
||||||
"Emojis can now be inserted in firefox!",
|
|
||||||
],
|
],
|
||||||
next: ["Online status for server members list."]
|
next: ["Online status for server members list."]
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue