Skip to content

Commit

Permalink
chore(version): Bump to v4.0.0-rc09 (#2138)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcvz authored Sep 22, 2023
1 parent a1b1690 commit 02ce6f7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [4.0.0-rc09](https://github.com/doublesymmetry/react-native-track-player/compare/v4.0.0-rc08...v4.0.0-rc09) (2023-09-22)

* **RN:** useIsPlaying hook now takes into account `none` state
* **ios:** Fixes issue where rate was being reset to 1 on play
* **ios:** Deactivates session before activating on play to avoid issues when losing focus in some scenarios
* **RN:** Deprecated `Event.PlaybackMetadataReceived` and introduces three new events: [`Event.AudioChapterMetadataReceived`, `Event.AudioTimedMetadataReceived`, `Event.AudioCommonMetadataReceived`]
* **ios:** Change default pitch algorithm to `timeDomain` instead of `lowQualityZeroLatency`
* **android:** Fixes progress in notification for HLS audio

# [4.0.0-rc08](https://github.com/doublesymmetry/react-native-track-player/compare/v4.0.0-rc07...v4.0.0-rc08) (2023-09-07)

* **RN:** Undeprecate updateNowPlayingMetadata
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ repositories {
}

dependencies {
implementation 'com.github.doublesymmetry:kotlinaudio:v2.0.0-rc14'
implementation 'com.github.doublesymmetry:kotlinaudio:v2.0.0-rc15'
// used when building against local maven
// implementation "com.github.doublesymmetry:kotlin-audio:1.2.2"

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": "react-native-track-player",
"version": "4.0.0-rc08",
"version": "4.0.0-rc09",
"description": "A fully fledged audio module created for music apps",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 02ce6f7

Please sign in to comment.