Changelog History
Page 1
-
v6.0.5 Changes
December 01, 2020== โก๏ธ 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 6.0.5
- โ Added more support for styling PopupMenus
- ๐ Fixed some race conditions in the IPC and name named pipe classes
- Implemented multiple FileChooser improvements
- โ Added compatibility with the latest Android SDK
- Prevented CoreAudio glitches before accepting audio access permissions
- Made reading MIDI and audio files more robust
-
v6.0.4 Changes
October 14, 2020== โก๏ธ 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 6.0.4
- ๐ Improved the Projucer update mechanism
- ๐ Fixed an AUv3 parameter normalisation issue
- ๐ Fixed WASAPI exclusive mode sample rate selection bug
- ๐ Fixed a Linux build issue when omitting ALSA
๐ Version 6.0.3
- ๐ Fixed version numbers in project files
๐ Version 6.0.2
- โ Added support for macOS 11 and arm64
- โ Added Windows IAudioClient3 support for low latency audio drivers
- โ Added Windows and macOS precompiled header support in the Projucer
- ๐ Improved accessibility support in the macOS menu bar
- ๐ Fixed VST3 hosting for plug-ins requiring persistent DLL loads
- โก๏ธ Updated macOS camera capture API
- ๐ Improved resave diffs in Projucer project files
- ๐ Fixed some Linux JACK issues
-
v6.0.3 Changes
October 05, 2020== โก๏ธ 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 6.0.3
- ๐ Fixed version numbers in project files
๐ Version 6.0.2
- โ Added support for macOS 11 and arm64
- โ Added Windows IAudioClient3 support for low latency audio drivers
- โ Added Windows and macOS precompiled header support in the Projucer
- ๐ Improved accessibility support in the macOS menu bar
- ๐ Fixed VST3 hosting for plug-ins requiring persistent DLL loads
- โก๏ธ Updated macOS camera capture API
- ๐ Improved resave diffs in Projucer project files
- ๐ Fixed some Linux JACK issues
-
v6.0.2 Changes
October 05, 2020== โก๏ธ 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 6.0.2
- โ Added support for macOS 11 and arm64
- โ Added Windows IAudioClient3 support for low latency audio drivers
- โ Added Windows and macOS precompiled header support in the Projucer
- ๐ Improved accessibility support in the macOS menu bar
- ๐ Fixed VST3 hosting for plug-ins requiring persistent DLL loads
- โก๏ธ Updated macOS camera capture API
- ๐ Improved resave diffs in Projucer project files
- ๐ Fixed some Linux JACK issues
-
v6.0.1 Changes
July 07, 2020== โก๏ธ 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 6.0.1
- ๐ Fixed a bug in the Projucer GUI editor causing existing code to be overwritten
- โก๏ธ Updated Android Oboe to 1.4.2
- โฌ๏ธ Bumped default Android Studio gradle and plugin versions to the latest
- ๐ Fixed some Android Oboe and OpenSL issues
- ๐ Fixed some Doxygen parsing issues
- ๐ Fixed MIDI input/output bus enablement in VST3 plug-ins
- ๐ Improved Windows Clang compatibility
- ๐ Fixed GCC 4.8 and 5.0 compatibility
- ๐ Fixed some VST3 build errors and warnings on Linux
- ๐ Fixed dynamically loaded X11 library names on Linux
- ๐ Fixed Projucer CLion exporter generated CMakeLists.txt
- ๐ Fixed drag and drop for non-DPI aware plug-ins on Windows
-
v6.0.0 Changes
June 29, 2020== โก๏ธ 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 6.0.0
- โ Added support for building JUCE projects with CMake
- Revamped the DSP module
- โ Added VST3 support on Linux
- โ Added support for the latest webview components on macOS/iOS and Windows
- โ Removed the sign-in requirement, app reporting and analytics from the Projucer
- โ Added support for running headlessly on Linux
- 0๏ธโฃ Bundled Oboe source in JUCE and made it the default audio device on Android
- Various Oboe stability improvements
- ๐ป Various Projucer UI improvements
- โ Added HWNDComponent for embedding native HWNDs on Windows
- โ Added support for all camera names on macOS
- โ Added support for building with Clang on Windows
- Modified MidiMessageCollector to preallocate storage
- Modified AudioProcessorGraph to allow extracting nodes
- ๐จ Refactored the APVTS parameter attachment classes and added a new ParameterAttachment class
- โ Added IPP FFT implementation
- โ Added all example plugins as internal nodes in AudioPluginHost project
- โ Removed JuceHeader requirement from Projucer projects
- โ Added support for legacy CC output events
- โ Added MidiBuffer::Iterator class compatible with C++11 range-for
- โ Added RangedDirectoryIterator class compatible with C++11 range-for
- Provided range-for comaptibility for String class
- ๐ง Windows and Linux hiDPI scaling improvements
- ๐ Various bug-fixes, improvements and documentation updates
-
v5.4.7 Changes
February 10, 2020== โก๏ธ 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 5.4.7
- ๐ Fixed a macOS focus bug causing Components to not receive mouse events
- ๐ Fixed a potential NullPointerException in the Android IAP code
- ๐ Fixed an entitlements file generation bug in the Projucer
- โก๏ธ Send VST2 audioMasterUpdateDisplay opcode on the message thread to fix some hosts not updating
- ๐ Fixed some build errors and warnings when using Clang on Windows
- ๐ Changed the default architecture specified in Linux Makefiles generated by the Projucer
-
v5.4.6 Changes
February 04, 2020== โก๏ธ 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 5.4.6
- ๐ Fixed compatibility with macOS versions below 10.11
- Multiple thread safety improvements
- โ Added dynamic parameter and parameter group names
- โก๏ธ Updated to the latest Android In-App Purchases API
- ๐ Improvements to the Windows message queue under high load
- Replaced WaitableEvent internals with std::condition_variable
- ๐ Fixed some macOS text alignment issues
-
v5.4.5
October 16, 2019 -
v5.4.4
August 09, 2019