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

28 lines
860 B
JavaScript

// fixed, improved, added, progress
export default {
description: "Several new translations have been added thanks to our wonderful volunteers!",
changes: [
{
title: "New or Updated Translations",
type: "improved",
items: [
"Finnish",
"Hungarian",
"Italian",
"Japanese",
"Korean",
"Russian",
"Ukrainian"
]
},
{
title: "Bug Fixes",
type: "fixed",
items: [
"Fixed a few issues with our context menu api.",
"Fixed an issue in our API that could lead to styles not being removed correctly.",
"Fixed an issue where `getOwnerInstance` would cause an error."
]
}
]
};