1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Bump version number to 8.0.7

This commit is contained in:
Tom Poole 2025-04-08 10:28:55 +01:00
parent f76d1eecbe
commit 99b752a1d2
30 changed files with 40 additions and 29 deletions

View file

@ -3,6 +3,17 @@
This file lists the more notable headline features. For more detailed info
about changes and bugfixes please see the git log and BREAKING_CHANGES.md.
## Version 8.0.7
- Improved unicode handling and performance in TextEditor
- Fixed iOS external device sample rate handling in iOS 18
- Added many Direct2D bug fixes and performance improvements
- Added a new MessageManager::callSync counterpart to callAsync
- Fixed a crash in Ableton when closing a plug-in window
- Improved sscache compatibility
- Fixed some PopupMenu bugs
- Updated Zlib
## Version 8.0.6
- Changed a Visual Studio toolchain error into a warning