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

16 lines
717 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-03-04 20:54:36 +01:00
video: "https://www.youtube.com/embed/evyvq9eQTqA?si=opmzjGjUArT4VLrj&vq=hd720p&hd=1&rel=0&showinfo=0&mute=1&loop=1&autohide=1",
description: "This is just a quick fix for those using Discord Canary & PTB, and of course a pre-emptive fix for when they move these changes to Stable.",
2020-02-28 01:00:12 +01:00
changes: [
2024-03-04 20:54:36 +01:00
{
title: "Bugs Squashed",
2022-08-09 19:28:50 +02:00
type: "fixed",
2020-02-28 01:00:12 +01:00
items: [
"Fixed modal transition component being grabbed incorrectly.",
"Fixed custom modal stack not having an `ErrorBoundary` which caused any small issue to bubble up and prevent BetterDiscord startup."
2024-03-04 20:54:36 +01:00
]
},
2020-02-28 01:00:12 +01:00
]
2023-03-25 13:06:04 +01:00
};