Bump to 1.9.0

- Fixes #1578
- Fixes #1516
This commit is contained in:
Zack Rauen 2023-03-22 15:36:23 -04:00
parent b0001f181e
commit 528ababa9f
3 changed files with 26 additions and 9 deletions

View File

@ -2,6 +2,24 @@
This changelog starts with the restructured 1.0.0 release that happened after context isolation changes. The changelogs here should more-or-less mirror the ones that get shown in the client but probably with less formatting and pizzazz.
## 1.9.0
### Added
- Remove minimum window size now remembers desired size
- Basic semver comparison
### Removed
- Public Servers
- Old DataStore functions that are no longer used
### Changed
- All main react components are now functional with hooks
- Mac now uses cmd instead of ctrl
### Fixed
- Fixed dropdowns
- Fixed markdown parser
## 1.8.5
### Added

View File

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

View File

@ -1,24 +1,23 @@
// fixed, improved, added, progress
export default {
description: "Discord changed a lot of things internally once again! Please have patience while plugins and even themes catch up!",
description: "The first of the performance updates is here!",
changes: [
{
title: "What's New?",
type: "improved",
items: [
"Added support for a custom version of React DevTools. (Thanks @Zerthox)",
"We are now using a custom header component in settings to prevent future crashes.",
"Plugins now have a new experimental API for component access, `BdApi.Components`. Currently only `Tooltip` exists."
"**The entire BetterDiscord UI got a rewrite.** Things may _look_ mostly the same, but underneath they were completely redone with speed in mind.",
"Better version comparisons when checking for updates! You should no longer end up in update loops.",
"After polls on both Discord and Twitter, the __Public Servers module was removed__. For those that liked it, stay tuned for the official plugin!",
"For those using the **Remove Minimum Size** option, BetterDiscord will now remember your desired window size!"
]
},
{
title: "Bug Fixes",
type: "fixed",
items: [
"Fixed crashing when opening settings.",
"Fixed modals either not opening and/or crashing.",
"Fixed context menus not working and/or crashing.",
"Fixed coloring for `danger` context menus. (Thanks @samfundev)"
"Devtools shortcut now correctly uses `cmd` on Mac.",
"Plugin and theme pages now render properly.",
]
}
]