From 16e1631ecb31b3c3fd6f50e08bbd6acf4a6fa49b Mon Sep 17 00:00:00 2001 From: F04C Date: Wed, 14 Dec 2022 15:26:36 -0500 Subject: [PATCH] Change version for hotfix --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- renderer/src/data/changelog.js | 14 ++------------ 3 files changed, 14 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a73e4fb..c9912d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index d5faffb..401c671 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/renderer/src/data/changelog.js b/renderer/src/data/changelog.js index 186a221..24c32cf 100644 --- a/renderer/src/data/changelog.js +++ b/renderer/src/data/changelog.js @@ -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.", ] } ]