Skip to content

Commit f56b9fc

Browse files
authored
Merge pull request #105 from imgly/release/10.7.1
release/10.7.1
2 parents bf66bb2 + 8bd74e4 commit f56b9fc

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# PhotoEditor SDK - Changelog
22

3+
## v10.7.1
4+
5+
### Fixed
6+
* Background rendering not getting completed when rendering videos with big files.
7+
* IOExceptions when cached files are deleted.
8+
* Trim is reset when loading/changing the source. This can cause an issue when loading a serialization with a trim.
9+
* Brush is sometimes not at the correct position after switching source.
10+
* A rare crash can occur while opening the StickerOptionToolPanel due to improper initialization in the event handlers of the StickerOptionToolPanel.
11+
* Audio level don't reset to zero after deleting the overlay.
12+
13+
### Improved
14+
* Event handlers for initialization now have a specific call order to ensure consistent handling of all events.
15+
* Added `UiConfigComposition.addVideoIntent` to change the intent used to add videos to the composition.
16+
* Added `DocumentRenderWorker.RESULT_URI_KEY` to `DocumentRenderWorker` result. It's a string due to the fact that `Uri` is not serializable.
17+
318
## v10.7.0
419

520
### Added

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<img src="https://img.shields.io/badge/platform-android-2DC25C.svg?style=flat">
1717
</a>
1818
<a href="https://artifactory.img.ly/artifactory/imgly/ly/img/android/pesdk/">
19-
<img src="https://img.shields.io/badge/VERSION-10.7.0-007ec6.svg?style=flat" alt="Maven">
19+
<img src="https://img.shields.io/badge/VERSION-10.7.1-007ec6.svg?style=flat" alt="Maven">
2020
</a>
2121
<a href="http://twitter.com/PhotoEditorSDK">
2222
<img src="https://img.shields.io/badge/twitter-@PhotoEditorSDK-8646E2.svg?style=flat" alt="Twitter">
@@ -119,7 +119,7 @@ buildscript {
119119
maven { url "https://artifactory.img.ly/artifactory/imgly" }
120120
}
121121
dependencies {
122-
classpath 'ly.img.android.pesdk:plugin:10.7.0'
122+
classpath 'ly.img.android.pesdk:plugin:10.7.1'
123123
}
124124
}
125125

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
buildscript {
44
ext.kotlin_version = '1.5.32'
5-
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
5+
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
66
repositories {
77
google()
88
gradlePluginPortal()

0 commit comments

Comments
 (0)