Fix incomplete traversal of clipboard data when an image is present resulting in Not an Image error (#5156)

This commit is contained in:
hemirt
2024-02-24 13:52:35 +01:00
committed by GitHub
parent df2b5f94f4
commit 66910507dc
2 changed files with 48 additions and 43 deletions
+1
View File
@@ -87,6 +87,7 @@
- Bugfix: Reply contexts now use the color of the replied-to message. (#5145)
- Bugfix: Fixed top-level window getting stuck after opening settings. (#5161, #5166)
- Bugfix: Fixed link info not updating without moving the cursor. (#5178)
- Bugfix: Fixed an upload sometimes failing when copying an image from a browser if it contained extra properties. (#5156)
- Bugfix: Fixed tooltips getting out of bounds when loading images. (#5186)
- 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)