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

21 lines
532 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-03-25 13:06:04 +01:00
description: "Hotfix!",
2020-02-28 01:00:12 +01:00
changes: [
// {
// title: "What's New?",
// type: "improved",
// items: [
// "Added SourceURL for the renderer. This makes it easier for developers to identify BD in call stacks.",
// ]
// },
2020-02-28 01:00:12 +01:00
{
2022-10-10 21:00:37 +02:00
title: "Bug Fixes",
2022-08-09 19:28:50 +02:00
type: "fixed",
2020-02-28 01:00:12 +01:00
items: [
"Fixed context menu crashes & api",
2020-02-28 01:00:12 +01:00
]
}
]
2023-03-25 13:06:04 +01:00
};