From b20814c3491495ccebae6c46a1d64e33996159ba Mon Sep 17 00:00:00 2001 From: Zack Rauen Date: Fri, 22 Oct 2021 16:39:40 -0400 Subject: [PATCH] Release hotfixed change --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- renderer/src/data/changelog.js | 4 +++- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba6b2649..8df5afa6 100644 --- a/CHANGELOG.md +++ b/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 diff --git a/package.json b/package.json index 0ecc9bf2..472ce0eb 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/renderer/src/data/changelog.js b/renderer/src/data/changelog.js index dff6b8b1..99e8763e 100644 --- a/renderer/src/data/changelog.js +++ b/renderer/src/data/changelog.js @@ -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!",