Skip to content

Releases: laggykiller/rlottie-python

v1.3.8

Choose a tag to compare

@laggykiller laggykiller released this 23 Aug 20:04
ac22534
  • Fix lottie_animation_property_override() #11
  • Update rlottie

v1.3.7

Choose a tag to compare

@laggykiller laggykiller released this 11 Apr 06:38
21a588d
  • Update rlottie and py-build-cmake

v1.3.6

Choose a tag to compare

@laggykiller laggykiller released this 10 Jun 09:15
  • Fix lottie_animation_property_override()

v1.3.5

Choose a tag to compare

@laggykiller laggykiller released this 02 Jun 01:31
5262394
  • Build with LOTTIE_MODULE=OFF to render images
  • Improve rlottie library loading
  • Improve typing

v1.3.4

Choose a tag to compare

@laggykiller laggykiller released this 21 Mar 14:25
8ce05e0
  • Add requirements into pyproject.toml, allow install with pip install rlottie-python[full]
  • Move python source into src
  • Improve readme

v1.3.3

Choose a tag to compare

@laggykiller laggykiller released this 09 Mar 10:42

Linting and formatting

v1.3.2

Choose a tag to compare

@laggykiller laggykiller released this 01 Mar 20:26
  • Add underscore behind private modules and classes
  • Remove unused function
  • Run abi3audit on built wheels

v1.3.1

Choose a tag to compare

@laggykiller laggykiller released this 01 Mar 14:30
  • 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

Choose a tag to compare

@laggykiller laggykiller released this 26 Feb 20:03
  • 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

Choose a tag to compare

@laggykiller laggykiller released this 07 Oct 08:27
  • 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