Versioning, changelog

This commit is contained in:
Jiiks 2015-12-11 11:21:16 +02:00
parent 63a8d60ee1
commit 2574de3a69
1 changed files with 51 additions and 45 deletions

View File

@ -8,8 +8,8 @@
var settingsPanel, emoteModule, utils, quickEmoteMenu, opublicServers, voiceMode, pluginModule;
var jsVersion = 1.52;
var supportedVersion = "0.1.5";
var jsVersion = 1.53;
var supportedVersion = "0.2.3";
var mainObserver;
@ -63,11 +63,17 @@ var defaultCookie = {
};
var bdchangelog = {
"changes": null,
"changes": {
"plugins": {
"title": "Plugins!",
"text": "Combined with Core 0.2.4, you can now write/use JavaScript plugins for Discord!",
"img": ""
}
},
"fixes": {
"compact": {
"title": "Compact Mode Emotes!",
"text": "Compact Mode Emotes have been fixed and should now be visible!",
"eemotes": {
"title": "Edit Emotes!",
"text": "Edited messages now display emotes properly!",
"img": ""
}
},