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

12 lines
291 B
JavaScript

export default {
description: "Improvements coming soon!",
changes: [
{
title: "Fixes",
type: "fixed",
items: [
"BD loads again, thanks to Strencher for this late night fix while I was away"
]
}
]
};