Skip to content

Commit

Permalink
Bump version number to 8.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tpoole committed Nov 18, 2024
1 parent 04a04cf commit 71af005
Show file tree
Hide file tree
Showing 30 changed files with 44 additions and 29 deletions.
2 changes: 1 addition & 1 deletion BREAKING_CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# JUCE breaking changes

# develop
# Version 8.0.4

## Change

Expand Down
15 changes: 15 additions & 0 deletions CHANGE_LIST.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
This file lists the more notable headline features. For more detailed info
about changes and bugfixes please see the git log and BREAKING_CHANGES.md.

## Version 8.0.4

- Simplified singleton creation
- Fixed some Javascript and C++ interoperability issues
- Added exact passthrough of MIDI CC timestamps
- Switched to obtaining MIDI plug-in properties at runtime
- Improved Windows Arm CMake support
- Improved ShapedText
- Fixed some issues with Windows DLL builds
- Add system-provided timestamps to VBlankAttachment and animations
- Fixed some iOS deprecation warnings
- Updated embedded CHOC version
- Updated embedded Oboe version
- Moved the JavaScript implementation into a separate module

## Version 8.0.3

- Updated the AAX SDK to 2.8.0
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

cmake_minimum_required(VERSION 3.22)

project(JUCE VERSION 8.0.3 LANGUAGES C CXX)
project(JUCE VERSION 8.0.4 LANGUAGES C CXX)

include(CMakeDependentOption)

Expand Down
2 changes: 1 addition & 1 deletion examples/DemoRunner/DemoRunner.jucer
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>

<JUCERPROJECT name="DemoRunner" projectType="guiapp" defines="JUCE_DEMO_RUNNER=1&#10;JUCE_UNIT_TESTS=1"
bundleIdentifier="com.rmsl.jucedemorunner" version="8.0.3" companyName="Raw Material Software Limited"
bundleIdentifier="com.rmsl.jucedemorunner" version="8.0.4" companyName="Raw Material Software Limited"
companyCopyright="Copyright (c) - Raw Material Software Limited"
companyWebsite="https://www.juce.com/" companyEmail="[email protected]"
id="yj7xMM" useAppConfig="0" addUsingNamespaceToJuceHeader="1"
Expand Down
2 changes: 1 addition & 1 deletion extras/Build/juce_build_tools/juce_build_tools.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
ID: juce_build_tools
vendor: juce
version: 8.0.3
version: 8.0.4
name: JUCE Build Tools
description: Classes for generating intermediate files for JUCE projects.
website: http://www.juce.com/juce
Expand Down
2 changes: 1 addition & 1 deletion extras/Projucer/Projucer.jucer
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>

<JUCERPROJECT id="M70qfTRRk" name="Projucer" projectType="guiapp" juceFolder="../../juce"
version="8.0.3" bundleIdentifier="com.juce.theprojucer" companyName="Raw Material Software Limited"
version="8.0.4" bundleIdentifier="com.juce.theprojucer" companyName="Raw Material Software Limited"
companyCopyright="Raw Material Software Limited" useAppConfig="0"
addUsingNamespaceToJuceHeader="1" jucerFormatVersion="1">
<EXPORTFORMATS>
Expand Down
2 changes: 1 addition & 1 deletion modules/juce_analytics/juce_analytics.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
ID: juce_analytics
vendor: juce
version: 8.0.3
version: 8.0.4
name: JUCE analytics classes
description: Classes to collect analytics and send to destinations
website: http://www.juce.com/juce
Expand Down
2 changes: 1 addition & 1 deletion modules/juce_animation/juce_animation.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
ID: juce_animation
vendor: juce
version: 8.0.3
version: 8.0.4
name: JUCE Animation classes
description: Classes for defining and handling animations.
website: http://www.juce.com/juce
Expand Down
2 changes: 1 addition & 1 deletion modules/juce_audio_basics/juce_audio_basics.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
ID: juce_audio_basics
vendor: juce
version: 8.0.3
version: 8.0.4
name: JUCE audio and MIDI data classes
description: Classes for audio buffer manipulation, midi message handling, synthesis, etc.
website: http://www.juce.com/juce
Expand Down
2 changes: 1 addition & 1 deletion modules/juce_audio_devices/juce_audio_devices.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
ID: juce_audio_devices
vendor: juce
version: 8.0.3
version: 8.0.4
name: JUCE audio and MIDI I/O device classes
description: Classes to play and record from audio and MIDI I/O devices
website: http://www.juce.com/juce
Expand Down
2 changes: 1 addition & 1 deletion modules/juce_audio_formats/juce_audio_formats.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
ID: juce_audio_formats
vendor: juce
version: 8.0.3
version: 8.0.4
name: JUCE audio file format codecs
description: Classes for reading and writing various audio file formats.
website: http://www.juce.com/juce
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
ID: juce_audio_plugin_client
vendor: juce
version: 8.0.3
version: 8.0.4
name: JUCE audio plugin wrapper classes
description: Classes for building VST, VST3, AU, AUv3, LV2 and AAX plugins.
website: http://www.juce.com/juce
Expand Down
2 changes: 1 addition & 1 deletion modules/juce_audio_processors/juce_audio_processors.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
ID: juce_audio_processors
vendor: juce
version: 8.0.3
version: 8.0.4
name: JUCE audio processor classes
description: Classes for loading and playing VST, AU, LADSPA, or internally-generated audio processors.
website: http://www.juce.com/juce
Expand Down
2 changes: 1 addition & 1 deletion modules/juce_audio_utils/juce_audio_utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
ID: juce_audio_utils
vendor: juce
version: 8.0.3
version: 8.0.4
name: JUCE extra audio utility classes
description: Classes for audio-related GUI and miscellaneous tasks.
website: http://www.juce.com/juce
Expand Down
2 changes: 1 addition & 1 deletion modules/juce_box2d/juce_box2d.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
ID: juce_box2d
vendor: juce
version: 8.0.3
version: 8.0.4
name: JUCE wrapper for the Box2D physics engine
description: The Box2D physics engine and some utility classes.
website: http://www.juce.com/juce
Expand Down
2 changes: 1 addition & 1 deletion modules/juce_core/juce_core.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
ID: juce_core
vendor: juce
version: 8.0.3
version: 8.0.4
name: JUCE core classes
description: The essential set of basic JUCE classes, as required by all the other JUCE modules. Includes text, container, memory, threading and i/o functionality.
website: http://www.juce.com/juce
Expand Down
2 changes: 1 addition & 1 deletion modules/juce_core/system/juce_StandardHeader.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
*/
#define JUCE_MAJOR_VERSION 8
#define JUCE_MINOR_VERSION 0
#define JUCE_BUILDNUMBER 3
#define JUCE_BUILDNUMBER 4

/** Current JUCE version number.
Expand Down
2 changes: 1 addition & 1 deletion modules/juce_cryptography/juce_cryptography.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
ID: juce_cryptography
vendor: juce
version: 8.0.3
version: 8.0.4
name: JUCE cryptography classes
description: Classes for various basic cryptography functions, including RSA, Blowfish, MD5, SHA, etc.
website: http://www.juce.com/juce
Expand Down
2 changes: 1 addition & 1 deletion modules/juce_data_structures/juce_data_structures.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
ID: juce_data_structures
vendor: juce
version: 8.0.3
version: 8.0.4
name: JUCE data model helper classes
description: Classes for undo/redo management, and smart data structures.
website: http://www.juce.com/juce
Expand Down
2 changes: 1 addition & 1 deletion modules/juce_dsp/juce_dsp.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
ID: juce_dsp
vendor: juce
version: 8.0.3
version: 8.0.4
name: JUCE DSP classes
description: Classes for audio buffer manipulation, digital audio processing, filtering, oversampling, fast math functions etc.
website: http://www.juce.com/juce
Expand Down
2 changes: 1 addition & 1 deletion modules/juce_events/juce_events.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
ID: juce_events
vendor: juce
version: 8.0.3
version: 8.0.4
name: JUCE message and event handling classes
description: Classes for running an application's main event loop and sending/receiving messages, timers, etc.
website: http://www.juce.com/juce
Expand Down
2 changes: 1 addition & 1 deletion modules/juce_graphics/juce_graphics.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
ID: juce_graphics
vendor: juce
version: 8.0.3
version: 8.0.4
name: JUCE graphics classes
description: Classes for 2D vector graphics, image loading/saving, font handling, etc.
website: http://www.juce.com/juce
Expand Down
2 changes: 1 addition & 1 deletion modules/juce_gui_basics/juce_gui_basics.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
ID: juce_gui_basics
vendor: juce
version: 8.0.3
version: 8.0.4
name: JUCE GUI core classes
description: Basic user-interface components and related classes.
website: http://www.juce.com/juce
Expand Down
2 changes: 1 addition & 1 deletion modules/juce_gui_extra/juce_gui_extra.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
ID: juce_gui_extra
vendor: juce
version: 8.0.3
version: 8.0.4
name: JUCE extended GUI classes
description: Miscellaneous GUI classes for specialised tasks.
website: http://www.juce.com/juce
Expand Down
2 changes: 1 addition & 1 deletion modules/juce_javascript/juce_javascript.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
ID: juce_javascript
vendor: juce
version: 8.0.3
version: 8.0.4
name: JUCE Javascript interpreter
description: Javascript interpreter.
website: http://www.juce.com/juce
Expand Down
2 changes: 1 addition & 1 deletion modules/juce_midi_ci/juce_midi_ci.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
ID: juce_midi_ci
vendor: juce
version: 8.0.3
version: 8.0.4
name: JUCE MIDI CI Classes
description: Classes facilitating communication via MIDI Capability Inquiry
website: http://www.juce.com/juce
Expand Down
2 changes: 1 addition & 1 deletion modules/juce_opengl/juce_opengl.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
ID: juce_opengl
vendor: juce
version: 8.0.3
version: 8.0.4
name: JUCE OpenGL classes
description: Classes for rendering OpenGL in a JUCE window.
website: http://www.juce.com/juce
Expand Down
2 changes: 1 addition & 1 deletion modules/juce_osc/juce_osc.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
ID: juce_osc
vendor: juce
version: 8.0.3
version: 8.0.4
name: JUCE OSC classes
description: Open Sound Control implementation.
website: http://www.juce.com/juce
Expand Down
2 changes: 1 addition & 1 deletion modules/juce_product_unlocking/juce_product_unlocking.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
ID: juce_product_unlocking
vendor: juce
version: 8.0.3
version: 8.0.4
name: JUCE Online marketplace support
description: Classes for online product authentication
website: http://www.juce.com/juce
Expand Down
2 changes: 1 addition & 1 deletion modules/juce_video/juce_video.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
ID: juce_video
vendor: juce
version: 8.0.3
version: 8.0.4
name: JUCE video playback and capture classes
description: Classes for playing video and capturing camera input.
website: http://www.juce.com/juce
Expand Down

0 comments on commit 71af005

Please sign in to comment.