From 0e61f581a3d7b11f63dee70f66cae3e368b3a626 Mon Sep 17 00:00:00 2001 From: sylenien Date: Fri, 9 Dec 2022 17:31:25 +0100 Subject: [PATCH] change(tracker): add basic changelog for assist plugin --- tracker/tracker-assist/CHANGELOG.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 tracker/tracker-assist/CHANGELOG.md diff --git a/tracker/tracker-assist/CHANGELOG.md b/tracker/tracker-assist/CHANGELOG.md new file mode 100644 index 000000000..5afe0ef96 --- /dev/null +++ b/tracker/tracker-assist/CHANGELOG.md @@ -0,0 +1,26 @@ +## 4.1.5 + +- fixed peerjs hack that caused ts compile issues + +## 4.1.4 + +- added peerjs hack `Peer = Peer.default || Peer` to prevent webpack 5 import error + +## 4.1.3 + +- fixed issue with agents reconnecting on new page (setting array without agentinfo) + +## 4.1.2 + +- added agentInfo object to most assist actions callbacks +- added relative path (with port support) for assist connection +- ensure releaseControl is called when session is stopped +- fixed videofeed window sizes +- fixed "black squares" in videofeed when one of the users turn off camera +- fixed html chat snippet layout + +## 4.1.x-4.1.1 + +- mice name tags +- smaller font for cursor +- remote control status for end user