Skip to content

Releases: laggykiller/sticker-convert

Release v2.8.14

06 Jun 15:00
7752e2f
Compare
Choose a tag to compare
  • No longer depend on js2py for downloading kakao stickers due to nuitka issue

Release v2.8.13

05 Jun 19:59
5d389c1
Compare
Choose a tag to compare
  • Support downloading Kakao mini emoji
  • Fix downloading Kakao stickers
    • Looks like my repo is mentioned in their internal wiki page (Hello Kakao dev, leave me alone, let's not add workload to each other?)
    • May break again if things got changed again
  • Update dependencies (Including rlottie-python which fix rendering lottie files with images)

Release v2.8.12

31 May 13:03
859f31d
Compare
Choose a tag to compare
  • Update signalstickers-client-fork-laggykiller to 3.3.0.post2 (compat with python < 3.10)

Release v2.8.11

30 May 14:54
9a69753
Compare
Choose a tag to compare
  • Downgrade to build with python 3.11 due to issue with numpy and nuitka
  • Fix incorrect frame duration when input file is webp

Release v2.8.10

30 May 11:16
36c2176
Compare
Choose a tag to compare

NOTICE: This release is broken, do not use

  • Use pyav for encoding webp instead of pywebp / pillow
  • Build with python 3.12
  • Update dependencies

Release v2.8.9

23 May 13:53
Compare
Choose a tag to compare
  • 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

Release v2.8.8

22 May 08:35
f8043d2
Compare
Choose a tag to compare

Fix async download multiple files fail if given kwargs such as headers

Release v2.8.7

20 Apr 06:54
483fcdd
Compare
Choose a tag to compare
  • 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

Release v2.8.6

18 Apr 14:31
Compare
Choose a tag to compare
  • Add linebreak to example of Viber share links
  • Auto detect viber share links
  • Update readme

Release v2.8.5

17 Apr 22:08
e281a6b
Compare
Choose a tag to compare
  • Add support for downloading viber stickers
  • Download multiple files with async
  • Fix adapting rookiepy but not updating rookiepy to 0.4.0, leading to not able to get Line cookies
  • Update github action versions
  • Update dependencies