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

26 lines
1.2 KiB
JavaScript
Raw Normal View History

2020-02-28 01:00:12 +01:00
export default {
2021-07-28 07:46:20 +02:00
description: "Temporary relief to those on MacOS.",
2020-02-28 01:00:12 +01:00
changes: [
{
title: "Fixes",
type: "fixed",
2020-02-28 01:00:12 +01:00
items: [
2021-07-28 07:46:20 +02:00
"Fixed open plugin/theme folder on Mac.",
"Fixed screensharing, audio and video on Mac.",
"Fixed dropdowns, and custom css page not opening. Thanks, Strencher. (https://github.com/Strencher)",
"Fixed popout editor not working when custom css was disabled. Thanks, Qb. (https://github.com/QbDesu)",
"Fixed crashing for some users when duplicate files were found. Thanks, Strencher. (https://github.com/Strencher)"
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-28 07:46:20 +02:00
"Plugin data retrieval will now turn the correct values instead of `undefined` for falsey values.",
"Plugin data can now be set before being retrieved.",
"Plugins that fail on initial load will no longer be forever in a broken state. Thanks, Strencher. (https://github.com/Strencher)",
"React DevTools should now work on Linux! Thanks, Qb. (https://github.com/QbDesu)"
2020-02-28 01:00:12 +01:00
]
}
]
};