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 5.4.7

This commit is contained in:
ed 2020-02-10 14:16:54 +00:00
parent 6561e5c040
commit 08d0a12f03
25 changed files with 32 additions and 24 deletions

View file

@ -3,6 +3,14 @@
This file just lists the more notable headline features. For more detailed info
about minor changes and bugfixes, please see the git log!
Version 5.4.7
- Fixed a macOS focus bug causing Components to not receive mouse events
- Fixed a potential NullPointerException in the Android IAP code
- Fixed an entitlements file generation bug in the Projucer
- Send VST2 audioMasterUpdateDisplay opcode on the message thread to fix some hosts not updating
- Fixed some build errors and warnings when using Clang on Windows
- Changed the default architecture specified in Linux Makefiles generated by the Projucer
Version 5.4.6
- Fixed compatibility with macOS versions below 10.11
- Multiple thread safety improvements