All Versions
20
Latest Version
Avg Release Cycle
62 days
Latest Release
1435 days ago

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