Skip to content

v10.8.1

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Nov 13:13
5b8127b

v10.8.1

Fixed

  • [VideoEditorSDK] Video export was limited by the frame rate limiter.
  • [VideoEditorSDK] When the video source changes rapidly, there may be issues with the IMGLYFileReader not waiting properly. This can lead to unexpected outcomes, such as trim start and end times not being accurate.
  • [VideoEditorSDK] ArithmeticException in VideoCompositionSettings when source is changed.
  • [PhotoEditorSDK] Exporting images on the Pixel 8 (Pro) and maybe other devices, result in an endless export spinner.
  • AcceptTextButton not visible for un-cancellable tool panels.
  • Build issues with Android 14
  • Camera is not working on some phones.
  • Camera preview aspect ratio is not the same as the captured image.
  • When only one line is drawn, the brush tool might be deserialized with the wrong size after the source is changed.
  • If the image is smaller than the display resolution, the accuracy of the pipette's source position may be compromised.
  • Crash in the TextDesign and Sticker tool when the user clicks too fast in the menu.
  • ConfigLoader (React Native, Cordova/Ionic)
    • personalVideoClips is not disabled correctly if the video library is not used.
  • Kotlin 1.9.0+ compatibility issues, by using KSP.
  • Change

Changed

  • 🚨 Minimum compileSdkVersion version of the ui:camera and backend:camera module is now 33
  • 🚨 Replaced font 'Galano' with font 'Lexend Bold', 'Campton' with 'Outfit Bold', 'Wolesbro' with 'Cookie', and 'Amberlight' with 'Allison'.
  • KSP (Kotlin Symbol Processing) can now be activated as an alternative to KAPT (Kotlin Annotation Processing Tool) for annotation processing.
    • 🚨 This feature is automatically enabled when you add the KSP plugin into your project.
    • If auto-detection fails, you can manually enable it using the following configuration: imglyConifg { useKspProcessor = true }