File tree Expand file tree Collapse file tree 3 files changed +18
-3
lines changed Expand file tree Collapse file tree 3 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 1
1
# PhotoEditor SDK - Changelog
2
2
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
+
3
18
## v10.7.0
4
19
5
20
### Added
Original file line number Diff line number Diff line change 16
16
<img src="https://img.shields.io/badge/platform-android-2DC25C.svg?style=flat">
17
17
</a >
18
18
<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">
20
20
</a >
21
21
<a href =" http://twitter.com/PhotoEditorSDK " >
22
22
<img src="https://img.shields.io/badge/twitter-@PhotoEditorSDK-8646E2.svg?style=flat" alt="Twitter">
@@ -119,7 +119,7 @@ buildscript {
119
119
maven { url "https://artifactory.img.ly/artifactory/imgly" }
120
120
}
121
121
dependencies {
122
- classpath 'ly.img.android.pesdk:plugin:10.7.0 '
122
+ classpath 'ly.img.android.pesdk:plugin:10.7.1 '
123
123
}
124
124
}
125
125
Original file line number Diff line number Diff line change 2
2
3
3
buildscript {
4
4
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
6
6
repositories {
7
7
google()
8
8
gradlePluginPortal()
You can’t perform that action at this time.
0 commit comments