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

13 lines
363 B
JavaScript

// fixed, improved, added, progress
export default {
description: "Sorry for all the updates lately, Discord has been making a lot of internal changes!",
changes: [
{
title: "Fixes",
type: "fixed",
items: [
"Fixed an issue where BD wouldn't load on canary/ptb.",
]
}
]
};