Skip to content

Commit

Permalink
Merge pull request #48 from imgly/release/10.9.0
Browse files Browse the repository at this point in the history
Release 10.9.0
  • Loading branch information
svendvd committed Mar 8, 2024
2 parents 4daa284 + 414f184 commit 1664535
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
# VideoEditor SDK - Changelog
## v10.9.0

### Fixed
* [KSP-PLUGIN] Event-System is not working correctly in some cases, when using KSP Plugin.
* [GRADLE-PLUGIN] KSP Plugin does not work on newer Gradle versions.
* [GRADLE-PLUGIN] KAPT and KSP Plugin detection is not working correctly.
* Images and icons occasionally fail to load.
* Performance degradation during the loading of numerous images.

### Improved
* Better runtime and build-time error messages for configuration issues.
* New Syntax for IMG.LY plugin configuration. Please use `IMGLY.configure { }` instead of `imglyConfig { }`, you will receive errors when you are using the new syntax the wrong way.

### Breaking Changes
* 🚨 [GRADLE-PLUGIN] Significant modifications have been implemented that will affect a minor segment of our customer base. Should your build process encounter errors, it is recommended to consult the build output for detailed information.

## v10.8.2

### Fixed
Expand Down Expand Up @@ -1898,3 +1914,4 @@ __PLEASE LOOK AT THE NEW DOCUMENTATION MANY THINGS HAS CHANGED__

### Changed
* Show a warning and fix wrong scaled frames, if you put the frame assets in the wrong drawable directory.

2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ apply plugin: 'kotlin-android'
apply plugin: 'com.google.devtools.ksp'

// Configure the IMGLYPlugin
imglyConfig {
IMGLY.configure {

vesdk {
enabled true
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
buildscript {
ext.kotlin_version = '1.6.21'
ext.ksp_version = '1.6.21-1.0.6'
ext.vesdk_version = '10.8.2'
ext.vesdk_version = '10.9.0'
repositories {
google()
gradlePluginPortal()
Expand Down

0 comments on commit 1664535

Please sign in to comment.