mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-09 23:34:20 +00:00
Bump version number to 4.3.1
This commit is contained in:
parent
284fc826e2
commit
e0aff606a8
22 changed files with 81 additions and 66 deletions
105
ChangeList.txt
105
ChangeList.txt
|
|
@ -2,54 +2,69 @@
|
|||
== Major JUCE features and updates ==
|
||||
|
||||
This file just lists the more notable headline features. For more detailed info
|
||||
about minor changes and bugfixes, please see the git log!
|
||||
|
||||
Version 4.3.0
|
||||
- Added API and examples for ROLI Blocks
|
||||
- Multiple Projucer live-build UI and diagnostics improvements
|
||||
- JUCE now supports hosting multi-bus plug-ins
|
||||
- BufferingAudioSource now supports pre-buffering (useful for offline processing)
|
||||
- Added microphone permissions switch to Projucer for iOS targets
|
||||
- Standalone wrappers now correctly save and restore midi settings
|
||||
- Various performance improvements to BigInteger
|
||||
- Fixed various FlexBox bugs
|
||||
- Added a workaround for the broken “Open Recent…” menu on os x
|
||||
- Various minor improvements and bug fixes
|
||||
- Various documentation improvements
|
||||
|
||||
Version 4.2.4
|
||||
- Pre-release of live build engine on Windows
|
||||
- Added FlexBox layout engine
|
||||
- Removed dependency on external Steinberg SDK when building and/or hosting VST2 plug-ins
|
||||
- Added support for MIDI network sessions in the iOS simulator
|
||||
- Added support for symmetric skew to Slider, NormalisableRange and SliderPropertyComponent
|
||||
- Projucer now asks the user what to do when it detects that the .jucer file was modified outside of the Projucer
|
||||
- Improved support for Windows 10 touch devices
|
||||
- Added begin/end iterator methods for ValueTree, for handy range-based-for loops over its children
|
||||
- Added support for recent mingw-w64 compilers
|
||||
- Added useful proportional Rectangle utility methods
|
||||
- Significantly improved the performance of BigInteger
|
||||
- Added support for expiring licenses to juce_tracktion_marketplace
|
||||
- Added support for retina mouse cursors on OS X
|
||||
- Added a new low-quality mode for the CameraDevice
|
||||
- Added pkg-config support for Linux
|
||||
- Projucer will now wrap your AAX plug-in in the bundle format expected Pro Tools on Windows
|
||||
- Multiple bug-fixes for AudioUnit parameter ids
|
||||
- Fixed a bug where AlertWindows weren’t always on top
|
||||
- Multiple fixes for web InputStreams
|
||||
- Various improvements to the live build engine
|
||||
- Various minor improvements and bug fixes
|
||||
- Various documentation improvements
|
||||
|
||||
Version 4.2.3
|
||||
- Various VST3 improvements: resizing VST3 windows, plug-in compatibility issues
|
||||
- Use NSURLSession on newer OS X versions
|
||||
- Add compatibility for VST 3 SDK update 3.6.6
|
||||
about minor changes and bugfixes, please see the git log!
|
||||
|
||||
Version 4.3.1
|
||||
- Added support for iOS download tasks
|
||||
- Added support for AAX plug-in meters
|
||||
- Added support for dynamically disabling/enabling sidechains in ProTools
|
||||
- Re-introduced support for VST3 plug-ins reporting which VST2 plug-in they can replace
|
||||
- Added withRightX and withBottomY methods to Rectangle
|
||||
- Added support for windows 10 on screen keyboard
|
||||
- Added move semantics to AudioBuffer
|
||||
- Added colour coding scheme to module icons in the Projucer to indicate which type of license a module uses
|
||||
- Removed all deprecation warnings for macOS Sierra
|
||||
- Fixed multiple touch, pen and mouse input related bugs on Windows
|
||||
- Added submenu support to ComboBoxes and simplified the usage of ComboBoxes
|
||||
- Various minor improvements and bug fixes
|
||||
- Various documentation improvements
|
||||
|
||||
Version 4.3.0
|
||||
- Added API and examples for ROLI Blocks
|
||||
- Multiple Projucer live-build UI and diagnostics improvements
|
||||
- JUCE now supports hosting multi-bus plug-ins
|
||||
- BufferingAudioSource now supports pre-buffering (useful for offline processing)
|
||||
- Added microphone permissions switch to Projucer for iOS targets
|
||||
- Standalone wrappers now correctly save and restore midi settings
|
||||
- Various performance improvements to BigInteger
|
||||
- Fixed various FlexBox bugs
|
||||
- Added a workaround for the broken “Open Recent…” menu on os x
|
||||
- Various minor improvements and bug fixes
|
||||
- Various documentation improvements
|
||||
|
||||
Version 4.2.4
|
||||
- Pre-release of live build engine on Windows
|
||||
- Added FlexBox layout engine
|
||||
- Removed dependency on external Steinberg SDK when building and/or hosting VST2 plug-ins
|
||||
- Added support for MIDI network sessions in the iOS simulator
|
||||
- Added support for symmetric skew to Slider, NormalisableRange and SliderPropertyComponent
|
||||
- Projucer now asks the user what to do when it detects that the .jucer file was modified outside of the Projucer
|
||||
- Improved support for Windows 10 touch devices
|
||||
- Added begin/end iterator methods for ValueTree, for handy range-based-for loops over its children
|
||||
- Added support for recent mingw-w64 compilers
|
||||
- Added useful proportional Rectangle utility methods
|
||||
- Significantly improved the performance of BigInteger
|
||||
- Added support for expiring licenses to juce_tracktion_marketplace
|
||||
- Added support for retina mouse cursors on OS X
|
||||
- Added a new low-quality mode for the CameraDevice
|
||||
- Added pkg-config support for Linux
|
||||
- Projucer will now wrap your AAX plug-in in the bundle format expected Pro Tools on Windows
|
||||
- Multiple bug-fixes for AudioUnit parameter ids
|
||||
- Fixed a bug where AlertWindows weren’t always on top
|
||||
- Multiple fixes for web InputStreams
|
||||
- Various improvements to the live build engine
|
||||
- Various minor improvements and bug fixes
|
||||
- Various documentation improvements
|
||||
|
||||
Version 4.2.3
|
||||
- Various VST3 improvements: resizing VST3 windows, plug-in compatibility issues
|
||||
- Use NSURLSession on newer OS X versions
|
||||
- Add compatibility for VST 3 SDK update 3.6.6
|
||||
- Miscellaneous fixes and improvements
|
||||
|
||||
Version 4.2.1
|
||||
- New class CachedValue, for providing easy and efficient access to ValueTree properties
|
||||
- Reduced audio plug-in binary sizes on OS X and added symbol-stripping option
|
||||
- New class CachedValue, for providing easy and efficient access to ValueTree properties
|
||||
- Reduced audio plug-in binary sizes on OS X and added symbol-stripping option
|
||||
- Miscellaneous fixes and improvements
|
||||
|
||||
Version 4.2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue