From 79125d4b346c7611bd866b9609972af691b8f6a4 Mon Sep 17 00:00:00 2001 From: Guillaume Besson Date: Mon, 2 Nov 2020 12:38:38 +0100 Subject: [PATCH] :bookmark: v0.4.11 --- CHANGELOG.md | 19 +++++++++++++++++++ app/package.json | 2 +- package.json | 2 +- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da94657..7beae11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog + +## 0.4.11 (2020-11-02) + +### Changed + +- 🎨 Improves audio clock drift measures and better handle latencyCorrection changes [[5408c8a](https://github.com/geekuillaume/soundsync/commit/5408c8ab622c3e0d83b38fd7fb8023eb5eb66323)] +- 🎨 Type audiosink events [[123fb0c](https://github.com/geekuillaume/soundsync/commit/123fb0c45dc7ea039dc994ccd05920b43398a3e5)] +- 🎨 Allow Chromcast appid to be set by env vars for debugging purposes [[c232510](https://github.com/geekuillaume/soundsync/commit/c23251032c52c5034c68695664275955a6b9f92d)] + +### Removed + +- 🔇 Remove log in audioworklet [[b6b9ec6](https://github.com/geekuillaume/soundsync/commit/b6b9ec6893990259c62b56aea82311ef21a00794)] + +### Miscellaneous + +- 🚧 Add flush audio clock drift measure on webui in debug mode [[032420b](https://github.com/geekuillaume/soundsync/commit/032420ba540ac975fd206ac7ee11d4cb0520aa07)] +- 🚧 Bump to dev version [[fa29f28](https://github.com/geekuillaume/soundsync/commit/fa29f281611d44e8ba8c1d387d86f0cc4ce4b68d)] + + ## 0.4.10 (2020-10-27) diff --git a/app/package.json b/app/package.json index 0b0044b..3942139 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "soundsync", - "version": "0.4.10-dev", + "version": "0.4.11", "description": "Plug virtual cables between any audio source and any speakers in your home", "author": "Guillaume Besson ", "main": "./entrypoint.js", diff --git a/package.json b/package.json index 7812230..13e670e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "soundsync", - "version": "0.4.10-dev", + "version": "0.4.11", "description": "Plug virtual cables between any audio source and any speakers in your home", "author": "Guillaume Besson ", "homepage": "https://soundsync.app",