- Downgrade to build with python 3.11 due to issue with numpy and nuitka - Fix incorrect frame duration when input file is webp
2.8.10
**NOTICE: This release is broken, do not use**
- Use pyav for encoding webp instead of pywebp / pillow - Build with python 3.12 - Update dependencies
2.8.9
- Add `--no-progress` flag for not showing tqdm progress bar, added as default in colab - Add `--force-pywebp` flag for force using pywebp for encoding, default to true for colab
2.8.8
Fix async download multiple files fail if given kwargs such as headers
2.8.7
- Fix unable to compress to GIF (Bug introduced in 2.8.3) - Fix not trying to produce best quality when size_max is 0 - Fix not moving mp3 into archives - bg_color specified as rrggbbaa instead of rrggbb, allow setting bg_color with alpha!=0 - Update readme
2.8.6
- Add linebreak to example of Viber share links - Auto detect viber share links - Update readme