Skip to content

Commit

Permalink
Merge pull request #105 from imgly/release/10.7.1
Browse files Browse the repository at this point in the history
release/10.7.1
  • Loading branch information
svendvd authored May 15, 2023
2 parents bf66bb2 + 8bd74e4 commit f56b9fc
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# PhotoEditor SDK - Changelog

## v10.7.1

### Fixed
* Background rendering not getting completed when rendering videos with big files.
* IOExceptions when cached files are deleted.
* Trim is reset when loading/changing the source. This can cause an issue when loading a serialization with a trim.
* Brush is sometimes not at the correct position after switching source.
* A rare crash can occur while opening the StickerOptionToolPanel due to improper initialization in the event handlers of the StickerOptionToolPanel.
* Audio level don't reset to zero after deleting the overlay.

### Improved
* Event handlers for initialization now have a specific call order to ensure consistent handling of all events.
* Added `UiConfigComposition.addVideoIntent` to change the intent used to add videos to the composition.
* Added `DocumentRenderWorker.RESULT_URI_KEY` to `DocumentRenderWorker` result. It's a string due to the fact that `Uri` is not serializable.

## v10.7.0

### Added
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.0-007ec6.svg?style=flat" alt="Maven">
<img src="https://img.shields.io/badge/VERSION-10.7.1-007ec6.svg?style=flat" alt="Maven">
</a>
<a href="http://twitter.com/PhotoEditorSDK">
<img src="https://img.shields.io/badge/twitter-@PhotoEditorSDK-8646E2.svg?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.0'
classpath 'ly.img.android.pesdk:plugin:10.7.1'
}
}
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.0' // Insert the latest SDK version here. You will find it here https://github.com/imgly/pesdk-android-demo/releases
ext.pesdk_version = '10.7.1' // 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 f56b9fc

Please sign in to comment.