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

21 lines
623 B
JavaScript

// fixed, improved, added, progress
export default {
description: "Discord is _still_ making a lot of internal changes!",
changes: [
{
title: "Changes",
type: "improved",
items: [
"Plugin startup errors should be more descriptive for developers.",
]
},
{
title: "Fixes",
type: "fixed",
items: [
"Fixed an issue where custom css crashed Discord.",
"Fixed an issue where `waitForModule` returned a boolean instead of a module.",
]
}
]
};