Horizon 1.32.2 β
IMPORTANT
We are hard at work updating Horizon to use Vue 3 instead of Vue 2, which should have been done well during Rising's lifespan. This means we might slow down a bit on non-pre release updates, until we've gotten 2.0.0 (or whatever version number that would be) in a state where we feel it's stable enough. But unless something goes terribly wrongβ or we wind up with a truckload of bugs as a result of this update process, this won't take more than a few weeks. π€π€ If you're anxiously waiting for new stuff after this update, and it's been a while. Know that we're probably busy with this.
Fixed β
- Fixed issues where the eicon picker's cache would get corrupted during a botched upgrade to any 1.32.X version from an earlier version. [Commit]
- This will also make sure that any
eicons.json
files that have already been broken because of this issue are automatically fixed.
- This will also make sure that any
- Fixes some cases where custom name colors wouldn't be applied even though the BBCode formatting was valid. This mostly happened if you had the
[color]
tag inside or right next to another one. [Commit] - Fixes the external browser setting no longer working in the new settings menu. [Commit]
- Fixes some instances where using the wrong capitalisation with an
[icon]
tag would link to an improperly capitalised profile preview. [Commit] - Fixes the 'About Horizon' window being cut off on Windows. [Commit]
- Fixes the badge on the taskbar icon disappearing if you close a window and reopen it through the tray icon. [Commit]
- Fixes issues where closing the app to dock on MacOS would make the dock icon not respond to input, or let you break the app by clicking stuff in the menu bar you are not supposed to be able to without a window. [Commit]
- Fixes a bug where you could break the amount of tabs allowed by using the New Tab shortcut. [Commit]
Changed β
- System broadcasts are now thrown into the console tab instead of pinging and notifying you for every single conversation you are in. The console tab glows just like if you were pinged when there is an announcement. [Commit]
- If "Close to system tray" is enabled, you now get only one tray icon that lets you open any tab, instead of one tray icon per tab. [Commit]
Development β
- Prettier updated to version 3.6.0 [Commit]
- Cleaned up the profile viewer code so it won't cry about not having a specific tag anymore. [Commit]
Merged Pull Requests β
- #225 by @BootsieWootsie
- #228 by @FatCatClient
- #233 by @FatCatClient
- #241 by @FireUnderTheMountain