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

24 lines
1.1 KiB
JavaScript

// fixed, improved, added, progress
export default {
description: "The first of the performance updates is here!",
changes: [
{
title: "What's New?",
type: "improved",
items: [
"**The entire BetterDiscord UI got a rewrite.** Things may _look_ mostly the same, but underneath they were completely redone with speed in mind.",
"Better version comparisons when checking for updates! You should no longer end up in update loops.",
"After polls on both Discord and Twitter, the __Public Servers module was removed__. For those that liked it, stay tuned for the official plugin!",
"For those using the **Remove Minimum Size** option, BetterDiscord will now remember your desired window size!"
]
},
{
title: "Bug Fixes",
type: "fixed",
items: [
"Devtools shortcut now correctly uses `cmd` on Mac.",
"Plugin and theme pages now render properly.",
]
}
]
};