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

This commit is contained in:
Tom Poole 2025-06-02 09:24:54 +01:00
parent 72e345cdd7
commit b0d569c74b
30 changed files with 38 additions and 29 deletions

View file

@ -3,6 +3,15 @@
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.8
- Improved the TextEditor layout behaviour
- Added new options to control text line spacing
- Added more Direct2D bug fixes and performance improvements
- Fixed a iOS simulator buffer size issue
- Moved the MIDI CapabilityInquiry Demo into the DemoRunner
- Updated the default Android toolchain version
## Version 8.0.7
- Improved unicode handling and performance in TextEditor