Skip to content

Releases: laggykiller/rlottie-python

v1.3.8

23 Aug 20:04
ac22534

Choose a tag to compare

  • Fix lottie_animation_property_override() #11
  • Update rlottie

v1.3.7

11 Apr 06:38
21a588d

Choose a tag to compare

  • Update rlottie and py-build-cmake

v1.3.6

10 Jun 09:15

Choose a tag to compare

  • Fix lottie_animation_property_override()

v1.3.5

02 Jun 01:31
5262394

Choose a tag to compare

  • Build with LOTTIE_MODULE=OFF to render images
  • Improve rlottie library loading
  • Improve typing

v1.3.4

21 Mar 14:25
8ce05e0

Choose a tag to compare

  • Add requirements into pyproject.toml, allow install with pip install rlottie-python[full]
  • Move python source into src
  • Improve readme

v1.3.3

09 Mar 10:42

Choose a tag to compare

Linting and formatting

v1.3.2

01 Mar 20:26

Choose a tag to compare

  • Add underscore behind private modules and classes
  • Remove unused function
  • Run abi3audit on built wheels

v1.3.1

01 Mar 14:30

Choose a tag to compare

  • Fix typing
  • Allow compiling and using in cygwin
  • Build universal2 wheel with macos-14 (arm64)
  • More robust loading of librlottie
  • Allow specifying path of librlottie with rlottie_lib_path
  • Build cpython abi3 wheels at minimum version only

v1.3.0

26 Feb 20:03

Choose a tag to compare

  • Fix wheel not working on Windows without MSVCR
  • Fix incorrect dll loading on 32bit Windows
  • Lazy load pillow
  • Add tests
  • Run tests during build
  • Fix typing error
  • Linting
  • Update cibuildwheel

v1.2.1

07 Oct 08:27

Choose a tag to compare

  • Fix async rendering
  • Sharing loaded rlottie library between class instances
  • Pillow is now optional dependency
  • Add example for using async rendering
  • Fix sphinx docstrings
  • Fix Pillow typing
  • Fix permissions
  • Add shebangs