Skip to content

Commit

Permalink
Update version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
rauenzi committed Oct 26, 2023
1 parent 19e622e commit 9ebfbdc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
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.9.4",
"version": "1.9.5",
"description": "Enhances Discord by adding functionality and themes.",
"main": "src/index.js",
"scripts": {
Expand Down
15 changes: 7 additions & 8 deletions renderer/src/data/changelog.js
Original file line number Diff line number Diff line change
@@ -1,22 +1,21 @@
// fixed, improved, added, progress
export default {
description: "This update has a few important bugfixes but it also contains some important QOL updates for plugin developers!",
description: "This update is just a hotfix for the recent Discord update!",
changes: [
{
title: "What's New?",
title: "What's Fixed?",
type: "improved",
items: [
"There's a new css variable themes can make use of called `--os-accent-color` which is the accent color used by the user's operating system. (Thanks @axolotl)",
"`BdApi.Net.fetch` now has an optional `timeout` parameter to help avoid long requests."
"Patching webpack modules is now fixed for plugins.",
"Themes are placed later in the DOM than Discord's CSS giving them priority.",
"BetterDiscord's modals should all be working."
]
},
{
title: "Bug Fixes",
title: "What's not fixed?",
type: "fixed",
items: [
"Adds a temporary `Buffer` polyfill and deprecates the usage of `Buffer`.",
"Fixes not being able to use `http` for `BdApi.Net.fetch`.",
"Bad URLs and other early errors in `BdApi.Net.fetch` now handled better."
"Individual plugins and themes will still need to make their own updates.",
]
}
]
Expand Down

0 comments on commit 9ebfbdc

Please sign in to comment.