BetterDiscordApp-rauenzi/src/data/changelog.js

29 lines
1.3 KiB
JavaScript
Raw Normal View History

2020-02-28 01:00:12 +01:00
export default {
description: "Don't be shocked, this modal is supposed to be here.",
changes: [
{
title: "What's New?",
items: [
"**BandagedBD will now keep you updated with changelogs!** I will try to only show a changelog when there's more than a tiny or internal change.",
"**Twitter (@BandagedBD)** I created a Twitter to try and provide support and such for those without access to the server. https://Twitter.com/BandagedBD"
]
},
{
title: "Fixes",
type: "fixed",
items: [
"**Colored Text** option should work again.",
"**Emotes** should show up in chat.",
"Fixed a bug where BBD attempted to patch the TabBar module incorrectly. (Thanks, DevilBro)"
]
},
{
title: "Minor Stuff",
type: "improved",
items: [
"**Colour->Color.** Swapped to using English-US spelling by default to be consistent, and to potentially be prepared for localization.",
"**Versions simplified.** The BandagedBD version now integrates into Discord's at the bottom-left of settings instead of randomly being a part of the setting list."
]
}
]
};