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

18 lines
713 B
JavaScript
Raw Normal View History

2022-08-08 02:50:34 +02:00
// fixed, improved, added, progress
2020-02-28 01:00:12 +01:00
export default {
2023-12-18 23:40:43 +01:00
description: "This is a small but very important update to fix some key issues!",
2020-02-28 01:00:12 +01:00
changes: [
2023-06-15 21:38:26 +02:00
{
2023-12-18 23:40:43 +01:00
title: "What's Fixed?",
2022-08-09 19:28:50 +02:00
type: "fixed",
2020-02-28 01:00:12 +01:00
items: [
2023-12-18 23:40:43 +01:00
"Spanish (LATAM) is now properly supported.",
"Future cases of unrecognized locales as well as locale fallback now works as intended and shouldn't cause loading issues.",
"Updated translations for Vietnamese locale.",
"Fixed an issue where certain actions (such as favoriting GIFs) caused unexpected lag.",
"Fixed some issues with general client lag."
2020-02-28 01:00:12 +01:00
]
}
]
2023-03-25 13:06:04 +01:00
};