Update version and changelog

This commit is contained in:
Zack Rauen 2023-06-15 15:38:26 -04:00
parent 9bb71d6462
commit 54f655c204
2 changed files with 15 additions and 10 deletions

View File

@ -1,6 +1,6 @@
{
"name": "betterdiscord",
"version": "1.9.2",
"version": "1.9.3",
"description": "Enhances Discord by adding functionality and themes.",
"main": "src/index.js",
"scripts": {

View File

@ -1,19 +1,24 @@
// fixed, improved, added, progress
export default {
description: "Hotfix!",
description: "This update has a few important bugfixes but it also contains some important QOL updates for plugin developers!",
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.",
// ]
// },
{
title: "What's New?",
type: "improved",
items: [
"Updated translations for many languages! Thank you to our many contributors!",
"New shorthand API methods for developers available under `BdApi.Webpack`. Documentation should be updated soon!",
"Also a new `Filter` has been added for internal stores. This includes the `getStore` shorthand!"
]
},
{
title: "Bug Fixes",
type: "fixed",
items: [
"Fixed context menu crashes & api",
"Fixed header color in light mode. (Thanks @Fede)",
"Fixed window size retention for users of remove minimum size option. (Thanks @Neodymium)",
"Fixed a toast saying an addon was loaded when it was unloaded. (Thanks @benji78)",
"Fixed context menu patching API for plugins. (Thanks @Strencher)"
]
}
]