Versioning, changelog
This commit is contained in:
parent
63a8d60ee1
commit
2574de3a69
18
js/main.js
18
js/main.js
|
@ -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": ""
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue