Skip to content

Commit

Permalink
style: optimize CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LichKing-2234 committed Oct 21, 2020
1 parent 1e9f59d commit 56a1f30
Showing 1 changed file with 45 additions and 45 deletions.
90 changes: 45 additions & 45 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,118 +1,118 @@
#### 3.1.3
## 3.1.3
- fix iOS `deinit` `[weak self]` crash
- make `RtcChannel.channelId` public
- add `setAudioSessionOperationRestriction` and `sendCustomReportMessage` method

#### 3.1.2-rc.2
## 3.1.2-rc.2
- fix iOS `deinit` `[weak self]` crash
- fix `engine()` build error

#### 3.1.2-rc.1
## 3.1.2-rc.1
- make `RtcChannel.channelId` public

#### 3.1.2
## 3.1.2
- support 3.1.2 native sdk
- fix `RejoinChannelSuccess` bug

#### 3.0.1
## 3.0.1
- release version

#### 3.0.1-rc.5
## 3.0.1-rc.5
- fix `Xcode10` `Swift4` compile error

#### 3.0.1-rc.4
## 3.0.1-rc.4
- fix crash when rendering view without `channelId` property
- fix `RtcLocalView` freezes after rendering remote view

#### 3.0.1-rc.3
## 3.0.1-rc.3
- fix multiple channel render bug
- remove `Types` from export, you can import enum or class by `import {} from 'react-native-agora'`
- optimize ts code and doc

#### 3.0.1-rc.2
## 3.0.1-rc.2
- add `startPreview` `stopPreview`

#### 3.0.1-rc.1
## 3.0.1-rc.1
- prerelease 3.0.1-rc.1

#### 3.0.1-beta.9
## 3.0.1-beta.9
- add `constructor` for typescript
- fix Android `mapToChannelMediaInfo` crash
- fix iOS `switchChannel` `sendMetadata` crash

#### 3.0.1-beta.8
## 3.0.1-beta.8
- fix iOS event warn
- fix ts array declare error

#### 3.0.1-beta.7
## 3.0.1-beta.7
- fix lib ignore bug

#### 3.0.1-beta.6
## 3.0.1-beta.6
- support 3.0.1.1 native sdk
- fix iOS `RtcChannelEvent` `NetworkQuality` crash

#### 3.0.1-beta.5
## 3.0.1-beta.5
- fix lib ignore bug

#### 3.0.1-beta.4
## 3.0.1-beta.4
- fix android `setCameraCapturerConfiguration` bug

#### 3.0.1-beta.3
## 3.0.1-beta.3
- fix iOS `mirrorMode` bug

#### 3.0.1-beta.2
## 3.0.1-beta.2
- fix `createWithAreaCode` bug
- fix render black screen bug

#### 3.0.1-beta.1
## 3.0.1-beta.1
- support 3.0.1 native sdk

#### 3.0.0-beta.6
## 3.0.0-beta.6
- fix iOS link bug

#### 3.0.0-beta.5
## 3.0.0-beta.5
- optimize doc

#### 3.0.0-beta.4
## 3.0.0-beta.4
- optimize code

#### 3.0.0-beta.3
## 3.0.0-beta.3
- optimize doc

#### 3.0.0-beta.2
## 3.0.0-beta.2
- optimize

#### 3.0.0-beta.1
## 3.0.0-beta.1
- support 3.0.0 native sdk

#### 2.9.1-alpha.7
## 2.9.1-alpha.7
- fix `setBeautyEffectOptions` bugs

#### 2.9.1-alpha.6
## 2.9.1-alpha.6
- fix bugs

#### 2.9.1-alpha.5
## 2.9.1-alpha.5
- upgrade android sdk to 2.9.4

#### 2.9.1-alpha.4
## 2.9.1-alpha.4
- remove `AgoraRtcCryptoLoader` `libcrypto`

#### 2.9.1-alpha.3
## 2.9.1-alpha.3
- upgrade android sdk to 2.9.4

#### 2.9.1-alpha.2
## 2.9.1-alpha.2
- upgrade 2.9.2 fro android

#### 2.9.1-alpha.1
## 2.9.1-alpha.1
- support 2.9.1 native sdk

#### 2.9.0-alpha.3
## 2.9.0-alpha.3
- hotfix ios compile error

#### 2.9.0-alpha.2
## 2.9.0-alpha.2
- fix ios dictionary stringValue type cast

#### 2.9.0-alpha.1
## 2.9.0-alpha.1
- fix typo: rename `methodisSpeakerphoneEnabled` to `isSpeakerphoneEnabled`
- events deprecated & instead:
* `microphoneEnabled` instead `localAudioStateChanged`
Expand All @@ -130,7 +130,7 @@
* `switchChannel` switch to specified channel
* `startChannelMediaRelay`, `updateChannelMediaRelay`, `stopChannelMediaRelay`, `removeChannelMediaRelay` relay media streams operation for across channels.

#### 2.8.0-alpha.1
## 2.8.0-alpha.1
- add `string uid` api support
- android: deprecate `lowLatency` member of LiveTranscoding
- add methods `getUserInfoByUserAccount`, `getUserInfoByUid`, `joinChannelWithUserAccount`, `registerLocalUserAccount`
Expand All @@ -140,17 +140,17 @@
- android: upgrade native sdk to 2.8.2
- ios: upgrade native sdk to 2.8.0

#### 2.4.1-alpha.3
## 2.4.1-alpha.3
- refactor setLiveTranscoding: rename ios & android native parameters. export enum for javascript/typescript api.
- fix negative number case in android platform.
- improve api doc.

#### 2.4.1-alpha.2
## 2.4.1-alpha.2
- deprecated `sendMessage` & `createDataStream` & `removeAllListeners` & `off`
- refactor event system
- fix `android` enum convert failed.

#### 2.4.1-alpha
## 2.4.1-alpha
- support 2.4.1-alpha.1 agora video sdk android-2.4.1 / iOS-2.4.1
1. Deprecate iOS manual link operator, instead using cocoapods resolve compile dependencies.
2. Add methods getAudioMixingPlayoutVolume, getAudioMixingPublishVolume for audio mixing troubleshooting.
Expand All @@ -165,7 +165,7 @@
11. Add event `audioMixingStateChanged` and Deprecate event 'localAudioMixingFinish`.
11. Add `firstRemoteAudioDecoded` event you can get more detail [here](https://docs.agora.io/en/Interactive%20Broadcast/release_android_video?platform=Android#v241)

#### 2.4.0-alpha
## 2.4.0-alpha
- support 2.4.0-alpha.1 agora video sdk android-2.4.0 / iOS-2.4.0.1 and add sendMessage support in the same channel. Deprecate: startEchoTest and setVideoQualityParameters
- support 2.4.0-alpha.2 using 0.55.1 as peerDependency and support typescript
- support 2.4.0-alpha.3 bugfix iOS receiveStreamMessage data is null
Expand All @@ -184,7 +184,7 @@
"AgoraAudioMode" to "AudioMode"
```

#### 2.3.3-alpha
## 2.3.3-alpha
- support agora video sdk 2.3.3
- release 2.3.3-alpha.3
- release 2.3.3-alpha.4 (remove deprecated native api)
Expand All @@ -193,17 +193,17 @@
- release 2.3.3-alpha.7 (refactor RtcEngine#init method support audio / video mode and switch dualStream)


#### 1.1.2
## 1.1.2
- add onVideoMute
- add onAudioMute

#### 1.1.1
## 1.1.1

- add createDataStream
- add sendStreamMessage
- add onStreamMessage

#### 1.0.9
## 1.0.9

- update to agora sdk version 2.0.2

Expand All @@ -215,7 +215,7 @@

- fix bug: Android speaker's volume indication

#### 1.0.8
## 1.0.8

- update to agora sdk version 1.12

Expand Down

0 comments on commit 56a1f30

Please sign in to comment.