From 070e40dceeb58f92c0a792d2db9280fd540f252a Mon Sep 17 00:00:00 2001 From: Pema Malling Date: Sun, 8 Sep 2024 16:12:02 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46b9b53c..345540d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,11 +7,12 @@ - Added utility scripts for driving PostProcessing and blend shapes with AudioLink. These are called AudioReactivePostProcessing and AudioReactiveBlendshapes respectively. Just add them to a GameObject that has a PostProcessing component or SkinnedMeshRenderer to use. (fundale) ### Changes -- Lowered the default volume for the AudioLink avatar prefab a bit. +- Lowered the default volume for the AudioLink avatar prefab a bit. (pema) - Reduces the network traffic incurred by syncing AudioLink state a bit. (Happyrobot33) - Deprecated `ThemeColorController.customThemeColors` as the behavior has changed. Please use `ThemeColorController.SetCustomThemeColors` and `ThemeColorController.GetCustomThemeColors` instead. This is a (minor) breaking change. ### Bugfixes +- Fixed a bug where the color chord theme color toggle on the controller wasn't properly synced. (pema) ## 1.4.0 - May 10th, 2024 ### New features