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

24 lines
1000 B
JavaScript

// fixed, improved, added, progress
export default {
description: "BetterDiscord is alive! At least... _sorta_.",
changes: [
{
title: "Known Issues",
type: "improved",
items: [
"**Many many plugins are either completely broken or missing functionality.** Please refer to the respective developers for ETAs.",
"The Twitch Emote system is completely broken, and there is no ETA on being fixed.",
"The Public Servers module is also broken with no ETA for a fix.",
]
},
{
title: "Important News!",
type: "fixed",
items: [
"Due to recent and upcoming changes, BetterDiscord is going to go through a rewrite.",
"There is no ETA or timeline for this rewrite.",
"We will continue to try and __maintain__ this version of BetterDiscord without adding new features."
]
}
]
};