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

25 lines
1.0 KiB
JavaScript
Raw Normal View History

2020-02-28 01:00:12 +01:00
export default {
2021-07-09 08:05:58 +02:00
description: "Most of these fixes in this update come from Strencher (https://github.com/Strencher).",
2020-02-28 01:00:12 +01:00
changes: [
{
title: "Fixes",
type: "fixed",
2020-02-28 01:00:12 +01:00
items: [
2021-07-09 08:05:58 +02:00
"Fixed several crashing issues related to voice and video chats.",
"Fixed the incompatibility with Canary/PTB",
"Fixed missing class names on guild elements.",
"Fixed minimal mode for new Discovery tab. Thanks, dav1312 (https://github.com/dav1312)."
2020-02-28 01:00:12 +01:00
]
},
{
2021-04-19 03:48:41 +02:00
title: "Power Users & Developers",
type: "improved",
2020-02-28 01:00:12 +01:00
items: [
2021-07-09 08:05:58 +02:00
"Console errors from plugins should now properly map to the local file.",
"Support for other chrome profiles added when using React DevTools. Thanks, CrizGames (https://github.com/CrizGames).",
"Emote menu handling is improved.",
"`openDialog` added to `BdApi`."
2020-02-28 01:00:12 +01:00
]
}
]
};