Skip to content

Commit 1664535

Browse files
authored
Merge pull request #48 from imgly/release/10.9.0
Release 10.9.0
2 parents 4daa284 + 414f184 commit 1664535

3 files changed

Lines changed: 19 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,20 @@
11
# VideoEditor SDK - Changelog
2+
## v10.9.0
3+
4+
### Fixed
5+
* [KSP-PLUGIN] Event-System is not working correctly in some cases, when using KSP Plugin.
6+
* [GRADLE-PLUGIN] KSP Plugin does not work on newer Gradle versions.
7+
* [GRADLE-PLUGIN] KAPT and KSP Plugin detection is not working correctly.
8+
* Images and icons occasionally fail to load.
9+
* Performance degradation during the loading of numerous images.
10+
11+
### Improved
12+
* Better runtime and build-time error messages for configuration issues.
13+
* 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.
14+
15+
### Breaking Changes
16+
* 🚨 [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.
17+
218
## v10.8.2
319

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

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

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ apply plugin: 'kotlin-android'
66
apply plugin: 'com.google.devtools.ksp'
77

88
// Configure the IMGLYPlugin
9-
imglyConfig {
9+
IMGLY.configure {
1010

1111
vesdk {
1212
enabled true

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
buildscript {
44
ext.kotlin_version = '1.6.21'
55
ext.ksp_version = '1.6.21-1.0.6'
6-
ext.vesdk_version = '10.8.2'
6+
ext.vesdk_version = '10.9.0'
77
repositories {
88
google()
99
gradlePluginPortal()

0 commit comments

Comments
 (0)