Skip to content

Releases: juce-framework/JUCE

7.0.4

05 Jan 17:17
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.4

  • Improved Metal device handling
  • Adopted more C++17 features
  • Improved input handling on macOS and iOS
  • Fixed a GUI display issue on Linux
  • Fixed some compiler warnings

7.0.3

29 Nov 13:17
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.3

  • Added a unique machine ID
  • Added new threading classes
  • Improved the performance of multiple OpenGL contexts
  • Refactored AudioProcessorGraph
  • Improved AudioDeviceManager sample rate handling
  • Fixed Studio One drawing performance
  • Updated the FLAC library

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