fix: use neutral or username color for reply messages (#5145)

This commit is contained in:
nerix
2024-02-03 10:25:16 +01:00
committed by GitHub
parent f960990492
commit f2eabacda1
4 changed files with 10 additions and 1 deletions
+1
View File
@@ -74,6 +74,7 @@
- Bugfix: Fixed popup windows not persisting between restarts. (#5081)
- Bugfix: Fixed splits not retaining their focus after minimizing. (#5080)
- Bugfix: Fixed _Copy message_ copying the channel name in global search. (#5106)
- Bugfix: Reply contexts now use the color of the replied-to message. (#5145)
- Dev: Run miniaudio in a separate thread, and simplify it to not manage the device ourselves. There's a chance the simplification is a bad idea. (#4978)
- Dev: Change clang-format from v14 to v16. (#4929)
- Dev: Fixed UTF16 encoding of `modes` file for the installer. (#4791)