bump changelog & version

This commit is contained in:
Strencher 2023-04-08 14:51:25 +02:00
parent 14c6c581c8
commit fd3117e217
3 changed files with 20 additions and 9 deletions

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.9.2
### Added
### Removed
### Changed
### Fixed
- Fixed context menu crash & api
## 1.9.1
### Added

View File

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

View File

@ -2,18 +2,18 @@
export default {
description: "Hotfix!",
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: [
// "Added SourceURL for the renderer. This makes it easier for developers to identify BD in call stacks.",
// ]
// },
{
title: "Bug Fixes",
type: "fixed",
items: [
"Fixed immediate crashes.",
"Fixed context menu crashes & api",
]
}
]