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

23 lines
767 B
JavaScript

export default {
description: "Expect more soon!",
changes: [
{
title: "What's new?",
type: "added",
items: [
"New notices API for developers available via `BdApi.showNotice`! Docs coming soon."
]
},
{
title: "Fixes",
type: "fixed",
items: [
"Outdated styles and classnames have been fixed.",
"Public servers button shows again.",
"Disable Media Keys option actually prevents Discord from hijacking media keys again.",
"CustomCSS is removed if you disable the system.",
"CSS editor popout no longer turns the screen gray."
]
}
]
};