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

22 lines
719 B
JavaScript

export default {
description: "This version is a hotfix mainly to fix the settings issue.",
changes: [
{
title: "Fixes",
type: "fixed",
items: [
"Fixed an issue with the settings patch failing",
"Fixed an issue with hiding GIF and Gift buttons",
"Fixed certain plugin patches not returning values",
"Updated links to new website"
]
},
{
title: "Power Users & Developers",
type: "improved",
items: [
"Certain patches done using `monkeyPatch` instead of `Patcher` now properly return values."
]
}
]
};