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.5

This commit is contained in:
ed 2019-10-16 10:01:09 +01:00
parent 558ca3e5e6
commit 4583baf277
26 changed files with 38 additions and 26 deletions

View file

@ -3,6 +3,18 @@
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.5
- Improved message queue performance on Linux
- Added missing lifecycle callbacks on Android Q
- Refactored the AudioBlock class
- Fixed APVTS parameter update recursion
- Updated Bela code to support latest release
- Fixed issues drawing italicised text on macOS
- Fixed broken back button behaviour on Android
- Added Bluetooth permissions settings needed for iOS 13.0+ to the Projucer
- Replaced select() calls with poll()
- Various bug-fixes, improvements and documentation updates
Version 5.4.4
- Improvements to floating point number printing
- Faster plug-in parameter indexing