From 4086e399c148f24148bd660e8adef8592415b1f4 Mon Sep 17 00:00:00 2001 From: Jiiks Date: Sat, 12 Dec 2015 10:35:14 +0200 Subject: [PATCH] 1.53 changelog --- js/main.js | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/js/main.js b/js/main.js index 245cb90..d687d8d 100644 --- a/js/main.js +++ b/js/main.js @@ -68,9 +68,24 @@ var bdchangelog = { "title": "Plugins!", "text": "Combined with Core 0.2.4, you can now write/use JavaScript plugins for Discord!", "img": "" - } + }, + "settingsmenu": { + "title": "Settings Menu", + "text": "New and improved settings menu!", + "img": "" + }, + "csseditor": { + "title": "New CSS Editor", + "text": "New CSS Editor powered by codemirror!", + "img": "" + }, }, "fixes": { + "reload": { + "title": "Reload Fix", + "text": "Fixed an issue that caused Discord to crash on reload", + "img": "" + }, "eemotes": { "title": "Edit Emotes!", "text": "Edited messages now display emotes properly!",