Skip to content

Commit

Permalink
chore: release 4.2.0-beta.5
Browse files Browse the repository at this point in the history
  • Loading branch information
LichKing-2234 committed May 24, 2023
1 parent b69cd03 commit 087ab75
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 087ab75

Please sign in to comment.