Skip to content

Commit 321696f

Browse files
committed
Update CHANGELOG.md
1 parent 34a09fc commit 321696f

1 file changed

Lines changed: 9 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8-
- Added Music scriptable object.
8+
9+
## [1.0.4] - 2022-05-13
10+
- Added playable Music asset type.
911
- Added Spatial Audio Settings asset type for 3D spatialisation.
10-
- Added Playback properties for 3D spatialisation.
11-
- Added Playback property to ignore the audio listener.
12-
- Added Playback Finished and Paused event.
12+
- Added options for 3D spatialisation.
13+
- Added options to ignore the audio listener.
14+
- Added Playback 'Finished' and 'Paused' event.
15+
- Added SoundEffect and Music 'Played' event.
1316
- Added helper method to convert db to 0-1 range logarithmically.
14-
- Added editor context/menu actions for controlling playback.
15-
- Replaced SoundEffect constructor with static method.
16-
- Renamed Audio.cs to AudioHelper.cs.
17+
- Added editor context/menu actions for controlling playback during runtime.
18+
- Renamed Audio class to AudioHelper.
1719

1820
## [1.0.3] - 2022-02-27
1921
- Added JetBrain annotations.

0 commit comments

Comments
 (0)