BetterDiscordApp-rauenzi/renderer/src/data/changelog.js

23 lines
869 B
JavaScript

// fixed, improved, added, progress
export default {
description: "Just some smaller fixes while we work on some big things in the background.",
changes: [
{
title: "What's New?",
type: "",
items: [
"Twitch emotes are no longer a part of BetterDiscord, we are opting to move them to a plugin. Stay tuned for when that will be completed!",
"We changed the way patching is handled internally hoping it'll help with memory leaks.",
"Everything should be working again for Canary and PTB with the latest updates!",
]
},
{
title: "Bug Fixes",
type: "fixed",
items: [
"Fixed the way the update compares version numbers.",
"Fixed the startup bug."
]
}
]
};