Skip to content

Commit ffeaa4e

Browse files
committed
Prep docs for v1.2
1 parent 0535b67 commit ffeaa4e

File tree

4 files changed

+7
-9
lines changed

4 files changed

+7
-9
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
UNRELEASED
1+
Version 1.2
22

33
_Note: This release bumps the minimum required REAPER version from v6.11 to v6.37. This release also removes support for 3rd-party plugin suites (FB360/VISR) since this feature is rarely used and maintaining the code to support them adds significant development overhead._
44

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
44
set(CMAKE_CXX_EXTENSIONS OFF)
55
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
66

7-
set(EPS_VERSION_BASE 1.1.0) # This is used as fallback if getting from git fails. Must be only numeric.
7+
set(EPS_VERSION_BASE 1.2.0) # This is used as fallback if getting from git fails. Must be only numeric.
88
# NOTE: also update hard-coded version number in
99
# - vcpkg.json
1010

packaging/README.md.in

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# EAR Production Suite (v1.1.0b release)
1+
# EAR Production Suite (v1.2.0 release)
22

33
The latest builds of the EAR Production Suite are available under [GitHub Releases](https://github.com/ebu/ear-production-suite/releases) or from the [EAR Production Suite website.](https://ear-production-suite.ebu.io/)
44
Please download the files from there. The EAR Production Suite (EPS) download package comprises of multiple components:
@@ -11,19 +11,17 @@ Please download the files from there. The EAR Production Suite (EPS) download pa
1111
- Setup application
1212

1313
## Release notes
14-
v1.1.0b is a minor update to v1.1.0 which addresses installation issues on some Macs where Gatekeeper is enforcing app translocation (also known as Gatekeeper path randomisation.) This should not occur with signed disk images, but in some rare cases it still appears to happen. This fix does not affect the Windows or Linux builds, and only affects the setup application on MacOS.
1514

16-
v1.1.0 supports 128 channels in REAPER v7.0 or greater and improved compatibility with ADM generated by third-party tools. It also includes various bug fixes, performance fixes, and other feature improvements. Please see detailed changelog below.
15+
v1.2.0 is a general bug fix release and includes minor changes to support newer versions of REAPER.
16+
17+
Note that some fixes in this release have required bumping the minimum required REAPER version from v6.11 to v6.37. This release also removes support for 3rd-party plugin suites (FB360/VISR) since this feature is rarely used and maintaining the code to support them adds significant development overhead.
1718

1819
### Known issues
1920
The EPS exports ADM using egocentric, polar coordinates and conforming to the [EBU Broadcast Production Profile](https://tech.ebu.ch/publications/tech3392).
2021
It is very tolerant in the ADM it will import meaning it can import files that conform to other profiles.
2122
ADM authored using the [Dolby Atmos ADM](https://professionalsupport.dolby.com/s/article/Dolby-Atmos-ADM-Profile-specification?language=en_US) profile can be imported, but coordinates and directspeakers pack formats are converted on import and exported files will instead conform to the Production Profile.
2223
To import Production Profile ADM in to third-party tools which do not support this profile, the ADM must be converted. BBC R&D along with the EBU have developed the [EBU ADM Toolkit](https://github.com/ebu/ebu-adm-toolbox) to assist with this task.
2324

24-
To fix a problem using the plug-ins with some hosts, the ID for all plug-ins changed with the 0.7.0 release. This change will break any REAPER projects created using the 0.6.0 plug-ins.
25-
Please use the Project Upgrade Utility to convert these. There is a command-line tool available in the `Tools` directory of the download package, and a GUI tool available either in the download package or via the `Extensions > Browse tools and templates...` menu option in REAPER once the EPS is installed.
26-
2725
For an up-to-date list of known issues, please refer to [GitHub](https://github.com/ebu/ear-production-suite/issues)
2826

2927
### Changes

vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json",
33
"name": "ear-production-suite",
4-
"version": "1.1.0",
4+
"version": "1.2.0",
55
"dependencies": [
66
"nlohmann-json",
77
"protobuf",

0 commit comments

Comments
 (0)