Skip to content

Commit

Permalink
Merge pull request #99 from imgly/release/10.4.4
Browse files Browse the repository at this point in the history
release/10.4.4
  • Loading branch information
svendvd authored Dec 16, 2022
2 parents 38e22a8 + 4d84349 commit 32e8f50
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# PhotoEditor SDK - Changelog

## v10.4.4

### Fixed
* [VideoEditorSDK] Audio overlay start time is not reset to zero, after switching audio overlay.
* [VideoEditorSDK] Fixed a potential IOException for some video or audio assets.
* The same layer instance could be added multiple times to the layer list, with leading to reduced performance.
* IMGLYFileReader sometimes added Brush, Frame, and Overlay layers multiple times.
* Loading serialization at runtime could cause a NullPointerException crash.
* Incorrect brush face aspect ratio (not round) after switching source.

__Note: If serializations contain the same layer (Brush, Frame, or Overlay) multiple times, this issue can be fixed by loading and saving the serialization in the editor.__

## v10.4.3

### Fixed
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.4.3-007ec6.svg?style=flat" alt="Maven">
<img src="https://img.shields.io/badge/VERSION-10.4.4-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.4.3'
classpath 'ly.img.android.pesdk:plugin:10.4.4'
}
}
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.4.3' // Insert the latest SDK version here. You will find it here https://github.com/imgly/pesdk-android-demo/releases
ext.pesdk_version = '10.4.4' // 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 32e8f50

Please sign in to comment.