1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-09 23:34:20 +00:00

Bump version number to 7.0.7

This commit is contained in:
Tom Poole 2023-08-23 09:06:58 +01:00
parent 1e59930c24
commit b769982bb5
27 changed files with 35 additions and 27 deletions

View file

@ -3,6 +3,14 @@
This file just lists the more notable headline features. For more detailed info
about changes and bugfixes please see the git log and BREAKING-CHANGES.txt.
Version 7.0.7
- Fixed some macOS 14.0 deprecations
- Fixed some issues with VST3 manifest generation
- Fixed a Metal layer rendering issue
- Fixed an issue setting realtime thread priorities
- Fixed a crash in VirtualDesktopWatcher
- Fixed an AUv3 bundling problem
Version 7.0.6
- Added support for VST3 bundles and moduleinfo.json
- Improved message box dismissal