Releases: laggykiller/rlottie-python
Releases · laggykiller/rlottie-python
v1.3.6
v1.3.5
- Build with LOTTIE_MODULE=OFF to render images
- Improve rlottie library loading
- Improve typing
v1.3.4
- Add requirements into pyproject.toml, allow install with
pip install rlottie-python[full]
- Move python source into src
- Improve readme
v1.3.3
Linting and formatting
v1.3.2
- Add underscore behind private modules and classes
- Remove unused function
- Run abi3audit on built wheels
v1.3.1
- 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
- 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
- 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
Rerelease under LGPL license
v1.1.9
Add py.typed