Navigation Menu

Skip to content

Releases: juce-framework/JUCE

7.0.2

15 Aug 19:20
Compare
Choose a tag to compare

== Major JUCE features and updates ==

This file just lists the more notable headline features. For more detailed info
about changes and bugfixes please see the git log and BREAKING-CHANGES.txt.

Version 7.0.2

  • Fixed accessibility table navigation
  • Fixed Android file access on older APIs
  • Improved Linux VST3 threading
  • Improved ARA integration

7.0.1

04 Jul 19:02
Compare
Choose a tag to compare

== Major JUCE features and updates ==

This file just lists the more notable headline features. For more detailed info
about changes and bugfixes please see the git log and BREAKING-CHANGES.txt.

Version 7.0.1

  • Fixed some Xcode and MSVC compiler warnings
  • Improved VST3 bus configuration and channel handling
  • Fixed some Metal layer rendering bugs

7.0.0

21 Jun 12:26
Compare
Choose a tag to compare

== Major JUCE features and updates ==

This file just lists the more notable headline features. For more detailed info
about changes and bugfixes please see the git log and BREAKING-CHANGES.txt.

Version 7.0.0

  • Added Audio Random Access (ARA) SDK support
  • Added support for authoring and hosting LV2 plug-ins
  • Added a default renderer for macOS and iOS
  • Added new macOS and iOS rendering options
  • Added hardware synchronised drawing on Windows, macOS and iOS
  • Updated the Android billing and file access APIs
  • Revamped AudioPlayHead functionality
  • Improved accessibility support

6.1.6

28 Feb 17:59
Compare
Choose a tag to compare

== Major JUCE features and updates ==

This file just lists the more notable headline features. For more detailed info
about changes and bugfixes please see the git log and BREAKING-CHANGES.txt.

Version 6.1.6

  • Improved the handling of AU multichannel layouts
  • Added JUCE_NODISCARD to builder-patten functions
  • Added recursion options to DirectoryIterator
  • Unified the loading of OpenGL 3.2 core profiles
  • Improved macOS full-screen behaviour with non-native titlebars

6.1.5

28 Jan 09:43
Compare
Choose a tag to compare

== Major JUCE features and updates ==

This file just lists the more notable headline features. For more detailed info
about changes and bugfixes please see the git log and BREAKING-CHANGES.txt.

Version 6.1.5

  • Improved the accessibility framework
  • Added handling of non-Latin virtual key codes on macOS
  • Improved X11 compatibility
  • Updated the iOS in-app purchases workflow
  • Improved macOS windowing behaviour
  • Improved MinGW-w64 compatibility
  • Added an MPEKeyboardComponent class

6.1.4

20 Dec 11:44
Compare
Choose a tag to compare

== Major JUCE features and updates ==

This file just lists the more notable headline features. For more detailed info
about changes and bugfixes please see the git log and BREAKING-CHANGES.txt.

Version 6.1.4

  • Restored Projucer project saving behavior
  • Fixed a CGImage memory access violation on Monterey
  • Improved macOS thread priority management

6.1.3

08 Dec 17:30
Compare
Choose a tag to compare

== Major JUCE features and updates ==

This file just lists the more notable headline features. For more detailed info
about changes and bugfixes please see the git log and BREAKING-CHANGES.txt.

Version 6.1.3

  • Added support for Visual Studio 2022 to the Projucer
  • Added support for creating OpenGL 3.2 contexts on Windows
  • Added support for plugin hosts to easily retrieve stable parameter IDs
  • Added high-resolution image support to DragAndDropContainer
  • Added support for a wider range of frame-rates in plugins and hosts
  • Made Font and TypefaceCache threadsafe, to allow font rendering on background threads
  • Improved FlexBox compatibility with the CSS FlexBox specification
  • Improved macOS 12 compatibility, including OpenGL and FileChooser fixes
  • Improved accessibility support

6.1.2

20 Sep 15:09
Compare
Choose a tag to compare

== Major JUCE features and updates ==

This file just lists the more notable headline features. For more detailed info
about changes and bugfixes please see the git log and BREAKING-CHANGES.txt.

Version 6.1.2

  • Fixed an OpenGL display refresh rate issue on macOS
  • Improved the scaling behaviour of hosted VST3 plug-ins
  • Improved accessibility support

6.1.1

09 Sep 13:38
Compare
Choose a tag to compare

== Major JUCE features and updates ==

This file just lists the more notable headline features. For more detailed info
about changes and bugfixes please see the git log and BREAKING-CHANGES.txt.

Version 6.1.1

  • Fixed a CMake installation issue
  • Improved parameter value loading after plug-in restarts
  • Fixed some problems with multi-line text layouts
  • Added a fallback for modal native message boxes on Windows
  • Fixed an issue setting OpenGL repaint events
  • Improved accessibility support

6.1.0

23 Aug 09:56
Compare
Choose a tag to compare

== Major JUCE features and updates ==

This file just lists the more notable headline features. For more detailed info
about changes and bugfixes please see the git log and BREAKING-CHANGES.txt.

Version 6.1.0

  • Added accessibility support
  • Enabled use of VST3 plug-in extensions
  • Improved OpenGL function loading
  • Updated to C++14
  • Added support for macOS Monterey and iOS 15
  • Added async versions of all modal functions
  • Fixed some VST3 threading issues
  • Added cross-platform-compatible VST3 UID hash
  • Improved MinGW compatibility
  • Fixed some issues with BufferingAudioReader
  • Improved TextEditor repainting
  • Added support for larger ASIO buffers
  • Updated Android Oboe to 1.6.1
  • Improved modal dismissing
  • Improved assertion handling on macOS ARM