Change version for hotfix

This commit is contained in:
2022-12-14 15:26:36 -05:00
parent 9559402548
commit 16e1631ecb
3 changed files with 14 additions and 13 deletions
+11
View File
@@ -2,6 +2,17 @@
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.8.4
### Added
### Removed
### Changed
### Fixed
- Fixed more bugs with context menu api
## 1.8.3
### Added
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "betterdiscord",
"version": "1.8.3",
"version": "1.8.4",
"description": "Enhances Discord by adding functionality and themes.",
"main": "src/index.js",
"scripts": {
+2 -12
View File
@@ -1,22 +1,12 @@
// fixed, improved, added, progress
export default {
description: "Just some smaller fixes while we work on some big things in the background.",
description: "More features are coming soon!",
changes: [
{
title: "What's New?",
type: "",
items: [
"Twitch emotes are no longer a part of BetterDiscord, we are opting to move them to a plugin. Stay tuned for when that will be completed!",
"We changed the way patching is handled internally hoping it'll help with memory leaks.",
"Everything should be working again for Canary and PTB with the latest updates!",
]
},
{
title: "Bug Fixes",
type: "fixed",
items: [
"Fixed the way the update compares version numbers.",
"Fixed the startup bug."
"Fixed crashing on right click.",
]
}
]