diff --git a/CHANGELOG.md b/CHANGELOG.md index 178c2cf..a4b593f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,11 +6,12 @@ * Profile Helper now only shows up if you have anything to fix; otherwise the profile helper can be found in the Settings menu ## 1.25.0 +* Added option for switching browsers (Credit: [@greyhoof](https://github.com/greyhoof)) * Fixed broken adblocker * Fixed incorrect BBCode rendering of `[collapse=[hr]test[hr]]` (Credit: [@Abeehiltz](https://github.com/Abeehiltz)) -* Added option for switching browsers (Credit: [@greyhoof](https://github.com/greyhoof)) * Switched `node-sass` to `sass` for ARM64 compatibility (Credit: [@WhiteHusky](https://github.com/WhiteHusky)) + ## 1.24.2 * Hotfix to address connectivity issues diff --git a/chat/ChatView.vue b/chat/ChatView.vue index 7dcec56..b3ba665 100644 --- a/chat/ChatView.vue +++ b/chat/ChatView.vue @@ -2,8 +2,8 @@