Release hotfixed change
This commit is contained in:
parent
631399991e
commit
b20814c349
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -2,6 +2,18 @@
|
|||
|
||||
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.2.3
|
||||
|
||||
### Added
|
||||
|
||||
### Removed
|
||||
|
||||
### Changed
|
||||
|
||||
### Fixed
|
||||
- Fixed translations not falling back to English
|
||||
- Fixed waiting for guilds due to class name changes
|
||||
|
||||
## 1.2.2
|
||||
|
||||
### Added
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "betterdiscord",
|
||||
"version": "1.2.2",
|
||||
"version": "1.2.3",
|
||||
"description": "Enhances Discord by adding functionality and themes.",
|
||||
"main": "src/index.js",
|
||||
"scripts": {
|
||||
|
|
|
@ -5,13 +5,15 @@ export default {
|
|||
title: "New Translations",
|
||||
type: "added",
|
||||
items: [
|
||||
"Czech, Spanish, Hindi (partial), Italian, Dutch, Norwegian, Portuguese (PT), Romanian, Russian, Turkish"
|
||||
"Czech, Spanish, Hindi (partial), Italian, Dutch, Norwegian (partial), Portuguese (PT), Romanian, Russian, Turkish",
|
||||
"Languages also fallback to English when a translation does not exist."
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Fixes",
|
||||
type: "fixed",
|
||||
items: [
|
||||
"Canary loading no longer blocked by changed class names.",
|
||||
"The following were all thanks to Strencher! (https://github.com/Strencher)",
|
||||
"The public servers button is back!",
|
||||
"Guild related classes are back too!",
|
||||
|
|
Loading…
Reference in New Issue