Skip to content

Commit

Permalink
Merge pull request #107 from imgly/release/10.7.3
Browse files Browse the repository at this point in the history
release/10.7.3
  • Loading branch information
svendvd authored Jul 31, 2023
2 parents ad1deee + ba65e58 commit f3fcfdc
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<img src="https://img.shields.io/badge/platform-android-2DC25C.svg?style=flat">
</a>
<a href="https://artifactory.img.ly/artifactory/imgly/ly/img/android/pesdk/">
<img src="https://img.shields.io/badge/VERSION-10.7.2-007ec6.svg?style=flat" alt="Maven">
<img src="https://img.shields.io/badge/VERSION-10.7.3-007ec6.svg?style=flat" alt="Maven">
</a>
<a href="http://twitter.com/PhotoEditorSDK">
<img src="https://img.shields.io/badge/[email protected]?style=flat" alt="Twitter">
Expand Down Expand Up @@ -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'
}
}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit f3fcfdc

Please sign in to comment.