Skip to content

Commit b3e6448

Browse files
committed
Update changelog.md and version numbers for 0.8.0
1 parent c34b468 commit b3e6448

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
Version 0.8.0
2+
3+
* Support custom object names rather than using track names [#214](https://github.com/ebu/ear-production-suite/pull/214)
4+
* Support sharing of audio assets between objects (avoids asset duplication) [#223](https://github.com/ebu/ear-production-suite/pull/223) [#211](https://github.com/ebu/ear-production-suite/issues/211) [#207](https://github.com/ebu/ear-production-suite/issues/207)
5+
* Import process finds and imports orphaned AudioObjects [#208](https://github.com/ebu/ear-production-suite/issues/208)
6+
* Fix envelope point creation for blocks using jump position with rtime of 0
7+
* Fix crash when adding DirectSpeakers objects to programmes before their speaker layout is set [#209](https://github.com/ebu/ear-production-suite/issues/209)
8+
* Fix rendering crash when using HOA without format set
9+
* Fix rendering crash when using ADM Export Source plugin with unsupported asset types for plugin suite
10+
* Update libadm to 0.14.0
11+
* Fix import of some 2076-2 ADM structures
12+
* Fix import of files with large individual audio assets
13+
* Fix Read-only plugin parameters after JUCE upgrade
14+
115
Version 0.7.3
216

317
* Fix 'no name' items in Scene and associated issues through major refactor [#197](https://github.com/ebu/ear-production-suite/issues/197)

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set(CMAKE_CXX_STANDARD 17)
33
set(CMAKE_CXX_STANDARD_REQUIRED ON)
44
set(CMAKE_CXX_EXTENSIONS OFF)
55

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

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": "0.7.3",
4+
"version": "0.8.0",
55
"dependencies": [
66
"protobuf",
77
"nng",

0 commit comments

Comments
 (0)