From 087ab7517ce0d1c01a06db2a0a3ea775894492a8 Mon Sep 17 00:00:00 2001 From: HUI Date: Wed, 24 May 2023 10:39:26 +0000 Subject: [PATCH] chore: release 4.2.0-beta.5 --- CHANGELOG.md | 19 +++++++++++++++++++ package.json | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d00084ff6..abde4a3dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ +# [4.2.0-beta.5](https://github.com/AgoraIO-Extensions/Electron-SDK/compare/v4.1.1-rc.1...v4.2.0-beta.5) (2023-05-24) + + +### Bug Fixes + +* `removeListener` not working with same callback ([e8157ce](https://github.com/AgoraIO-Extensions/Electron-SDK/commit/e8157ce8458ced1a27896767ee4b9cb63cf10628)) +* `removeSubscription` not a function ([661840e](https://github.com/AgoraIO-Extensions/Electron-SDK/commit/661840ee0a6d347e94905dc7d5e5d299e6c0d68b)) +* `RendererManager` memory leak ([#952](https://github.com/AgoraIO-Extensions/Electron-SDK/issues/952)) ([421f802](https://github.com/AgoraIO-Extensions/Electron-SDK/commit/421f802a2c27102ba8ff3e165fafe1c65fe26077)) +* `setLocalRenderMode` `setRemoteRenderMode` `setRemoteRenderModeEx` `setLocalVideoMirrorMode` not working ([#951](https://github.com/AgoraIO-Extensions/Electron-SDK/issues/951)) ([27897f2](https://github.com/AgoraIO-Extensions/Electron-SDK/commit/27897f2efbaa1f2cde92b4c578d2d52956c46c82)) +* `setupRemoteVideo` not working ([#950](https://github.com/AgoraIO-Extensions/Electron-SDK/issues/950)) ([1eb1877](https://github.com/AgoraIO-Extensions/Electron-SDK/commit/1eb1877b6c91fba4a7a1f631521292368e4b8361)) +* jira NMS-12422 NMS-12418 ([14bbce6](https://github.com/AgoraIO-Extensions/Electron-SDK/commit/14bbce6e5fcbb2bc82166296a1f56410e5463dc0)) +* NMS-13120 ([1d3f45a](https://github.com/AgoraIO-Extensions/Electron-SDK/commit/1d3f45a536e13cca679012884c827bb7e2ab2887)) +* ProcessVideoRawData not working ([a806482](https://github.com/AgoraIO-Extensions/Electron-SDK/commit/a806482d59acdc0e7160a01a6fdb88ce7c81643b)) + + +### Features + +* support main process ([89c2651](https://github.com/AgoraIO-Extensions/Electron-SDK/commit/89c26512cc693103e2f79fdb5eebeb38eac8f2b1)) + ## [4.1.1-rc.1](https://github.com/AgoraIO-Extensions/Electron-SDK/compare/v4.1.0...v4.1.1-rc.1) (2023-02-16) # [4.1.0](https://github.com/AgoraIO-Extensions/Electron-SDK/compare/v4.0.1-rc.2...v4.1.0) (2022-12-20) diff --git a/package.json b/package.json index f0544ca71..c923a0077 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "agora-electron-sdk", - "version": "4.2.0-beta.1", + "version": "4.2.0-beta.5", "description": "agora-electron-sdk", "main": "js/AgoraSdk", "types": "types/AgoraSdk.d.ts",