diff --git a/CHANGELOG.md b/CHANGELOG.md index 70962516..cbd5657c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,21 @@ # PhotoEditor SDK - Changelog +## v10.7.3 + +### Fixed +* [VideoEditorSDK] Crop header information in videos is ignored. This can also cause artifacts. +* [VideoEditorSDK] Some unsupported video formats are not detected as unsupported. + [VideoEditorSDK] Video trim does not work correctly when using background rendering. +* [VideoEditorSDK] Soundstripe styles are broken for non default themes. +* [VideoEditorSDK] Minimal video duration is not respected when between 500 and 1000 milliseconds. +* Crop area minimal size is too high, to crop screenshots. +* `DocumentRenderWorker` is not canceled when `WorkManager.cancelWorkById` is called. +* Missing `FileDescriptor` closes, resulting in a resource leak. +* Layer History is not working, when using R8 Full Mode. +* Soundstripe is not loading, when using R8 Full Mode. +* Giphy is not loading, when using R8 Full Mode. + +### Improved +* [VideoEditorSDK] Videos with mime type `video/dolby-vision` are now decoded with a fallback decoder. This may work on some devices, that do not officially support this format. ## v10.7.2 diff --git a/README.md b/README.md index 84af856a..6b021d17 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ - Maven + Maven Twitter @@ -119,7 +119,7 @@ buildscript { maven { url "https://artifactory.img.ly/artifactory/imgly" } } dependencies { - classpath 'ly.img.android.pesdk:plugin:10.7.2' + classpath 'ly.img.android.pesdk:plugin:10.7.3' } } diff --git a/build.gradle b/build.gradle index eef58b8c..05331d07 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ buildscript { ext.kotlin_version = '1.5.32' - ext.pesdk_version = '10.7.2' // Insert the latest SDK version here. You will find it here https://github.com/imgly/pesdk-android-demo/releases + ext.pesdk_version = '10.7.3' // Insert the latest SDK version here. You will find it here https://github.com/imgly/pesdk-android-demo/releases repositories { google() gradlePluginPortal()