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 8.0.9

This commit is contained in:
Tom Poole 2025-09-01 14:44:25 +01:00
parent a37b35ad15
commit cb9ec7e38f
30 changed files with 43 additions and 29 deletions

View file

@ -3,6 +3,20 @@
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.9
- Added support for configurable font features (ligatures, kerning, ...)
- Multiple improvements to Android windowing
- Multiple improvements to text shaping
- Fixed clearing audio buffers on WASAPI device start/stop
- Fixed AU hosting of plug-ins with poorly implemented parameters
- Added macOS/iOS 26 support
- Added support for iOS UIScene lifecycle on iOS 13+
- Added support for 32-bit int WAV files
- Multiple Linux WebView improvements
- Fixed an issue with MIDI FX AAX plug-ins on any audio channel layouts
- Accessibility navigation is now enabled by default for disabled components
## Version 8.0.8
- Improved the TextEditor layout behaviour