Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
romansavka-mq committed May 21, 2024
1 parent 567c3d7 commit 63d7bb4
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@


# [6.0.0+dolbyxp.1.0]

### Bug Fixes
* **android** Don't force texture view usage when DRM enabled
* **android** Change title for audio/text object returned in onLoad callback to contain human readable display names
* **android** Fix track selection logic
* Fix assumption of single render in method getTrackRendererIndex. Provide tracks from different renders of same type in onLoad callback
* Dispatch only support track in onLoad callback
* Fix choosing single track from a group .getFormat(0) in multiple places.
* Use setPreferredAudioLanguage/setPreferredTextLanguage when controlling track selection by language or making a default selection.
* Fix audio deselection

### Features
* **android** Add getCurrentTime method.
* **android** Set preferred mime types on TrackSelector.
* audio in order ac4, eac3-joc, eac3, ac3
* video in order dolby-vision, hevc, avc
* **android** Add supplementalProperties property for audio/video object returned in onAudioTracks/onVideoTracks
* **android** Add file property for audio/video object returned in onAudioTracks/onVideoTracks
* **android** Add trackId for audio/text object returned in onLoad callback
* **android** Add videoTracks array returned in onLoad callback
* **android** Expose system-wide cookiesPolicy setter from ExoPlayer

### BREAKING CHANGES
* **android** Remove contentStartTime property

# [6.0.0](https://github.com/TheWidlarzGroup/react-native-video/compare/v6.0.0-rc.2...v6.0.0) (2024-05-14)


Expand Down

0 comments on commit 63d7bb4

Please sign in to comment.