Skip to content

Commit

Permalink
Change version for hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
zerebos committed Dec 14, 2022
1 parent 5b8a173 commit daafbf5
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 13 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
14 changes: 2 additions & 12 deletions renderer/src/data/changelog.js
Original file line number Diff line number Diff line change
@@ -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.",
]
}
]
Expand Down

0 comments on commit daafbf5

Please sign in to comment.