mirror of
https://github.com/danbulant/Nertivia-Client
synced 2026-06-19 14:21:36 +00:00
updated changelog
This commit is contained in:
parent
76c9446977
commit
b398e5a360
1 changed files with 16 additions and 1 deletions
|
|
@ -14,12 +14,27 @@
|
|||
|
||||
const config = [
|
||||
|
||||
{
|
||||
version: 6.9,
|
||||
title: "Bug fix",
|
||||
shortTitle: "",
|
||||
date: "03/09/2019",
|
||||
headColor: "rgba(25, 130, 255, 0.77)",
|
||||
fix: ['Fixed a bug where when someone leaves the server, the whole members list would disappear for that server.'],
|
||||
},
|
||||
{
|
||||
version: 6.8,
|
||||
title: "Bug fixes",
|
||||
shortTitle: "",
|
||||
date: "02/09/2019",
|
||||
fix: ['You can no longer turn on popup notifications on mobile as it causes issues.'],
|
||||
msg: "Notice: If you don't receive real time notifications inside the app, log out, and in again to fix it."
|
||||
},
|
||||
{
|
||||
version: 6.7,
|
||||
title: "New Explore tab!",
|
||||
shortTitle: "",
|
||||
date: "01/09/2019",
|
||||
headColor: "rgba(25, 130, 255, 0.77)",
|
||||
new: ['You can now make your servers go public by posting them in the explore tab.', 'Some pop ups have been improved for mobile users.',],
|
||||
fix: ['Some bugs have been fixed.']
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue