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

15 lines
511 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 {
2024-02-25 09:06:28 +01:00
description: "There is a big update coming soon, but we needed these important fixes in place first!",
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: [
2024-02-25 09:06:28 +01:00
"BetterDiscord is now be working on Canary and PTB once again!",
"Core version numbers will now be handled correctly in the updater; this is very important for future updates."
2020-02-28 01:00:12 +01:00
]
}
]
2023-03-25 13:06:04 +01:00
};