Skip to content

Commit

Permalink
Merge pull request #104 from imgly/release/10.7.0
Browse files Browse the repository at this point in the history
release/10.7.0
  • Loading branch information
svendvd authored Mar 27, 2023
2 parents b1f291e + 6d3dc8b commit bf66bb2
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 5 deletions.
21 changes: 19 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,27 @@
# PhotoEditor SDK - Changelog

## v10.7.0

### Added
* If `uiMainConfig.showConfirmCloseDialog` is `false` no discard confirm dialog is shown, when close button is clicked. Default is `true`.
* Support for adding min and max values to AdjustmentOptions.

### Fixed
* Sticker and Text-Design previews occasionally failing to load.
* The background of the editor flickers transparently at startup.
* [VideoEditorSDK] A rare NullPointerException when changing the tool.
* [VideoEditorSDK] A rare RuntimeException whenever the timeline was shown due to a recycled Bitmap being drawn.
* [VideoEditorSDK] Bad video quality if auto bitrate is used.

### Changed
* Removed the `OrientationSensor` class to comply with privacy policy guidelines of certain third-party app stores.
* Deprecated `AutoRotateLayout`, `AutoRotateImageSource`, and `AutoRotateTextView` views.

## v10.6.0

### Added
* Support for custom audio selection fragment.
* Added soundstripe audio selection fragment, with proxy or custom data fetch implementation.
* [VideoEditorSDK] Support for custom audio selection fragment.
* [VideoEditorSDK] Added soundstripe audio selection fragment, with proxy or custom data fetch implementation.

## v10.5.0

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.6.0-007ec6.svg?style=flat" alt="Maven">
<img src="https://img.shields.io/badge/VERSION-10.7.0-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.6.0'
classpath 'ly.img.android.pesdk:plugin:10.7.0'
}
}
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.6.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.0' // 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 bf66bb2

Please sign in to comment.