Skip to content

Releases: laggykiller/rlottie-python

v1.3.6

10 Jun 09:15
Compare
Choose a tag to compare
  • Fix lottie_animation_property_override()

v1.3.5

02 Jun 01:31
5262394
Compare
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
Compare
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
Compare
Choose a tag to compare

Linting and formatting

v1.3.2

01 Mar 20:26
Compare
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
Compare
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
Compare
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
Compare
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

v1.2.0

07 Oct 05:39
Compare
Choose a tag to compare

Rerelease under LGPL license

v1.1.9

28 Sep 19:22
Compare
Choose a tag to compare

Add py.typed