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

This commit is contained in:
tpoole 2025-01-08 14:23:21 +00:00
parent d73b1768a7
commit 902ddc7567
30 changed files with 41 additions and 30 deletions

View file

@ -3,6 +3,16 @@
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.5
- Added Windows Arm support
- Added support for local notifications
- Added passthrough compiler options to juceaide
- Added support for VST3 parameter migrations
- Fixed some Windows mouse events and window dragging behaviour
- Added Ranges functionality
- Added VST2 and VST3 MIDI note names
## Version 8.0.4
- Simplified singleton creation