Skip to content

Releases: laggykiller/sticker-convert

Release v2.7.9

23 Mar 19:24
1eb7dbb
Compare
Choose a tag to compare
  • Auto set best background color (Black if image is bright, or white if image is dark.)
  • Add option --bg-color for specifying background color
  • Fix crash if config.json contain missing values for comp_custom
  • Fix quantize_method not saved to comp_custom
  • Formatting for sticker_convert_colab

Release v2.7.8

23 Mar 14:09
8cf7a3b
Compare
Choose a tag to compare
  • Create gif with Pillow (#134)
  • Change default scale filter to bicubic
  • Fix incompatibility with python 3.8
  • Improve requirements files
  • Update pyav and improve typing

Release v2.7.7

20 Mar 04:20
2a16d52
Compare
Choose a tag to compare
  • Fix racing condition in GUI messagebox and progress bar

Release v2.7.6

19 Mar 22:52
837dc63
Compare
Choose a tag to compare
  • Fix GUI freezing when cancel job
  • Show msg and update progressbar in batch for GUI to improve performance
  • Improve GUI for getting Signal credentials

Release v2.7.5

19 Mar 17:36
267ac9d
Compare
Choose a tag to compare
  • Improve speed of upload/download telegram stickers

Release v2.7.4

19 Mar 12:35
Compare
Choose a tag to compare
  • Fix random deadlocks during run (esp. When using scale_filter=nearest)
  • Add box and hamming scale_filter
  • Reduce recreating variables and reading json files
  • Simplify compile.py
  • Run docker image as non-root
  • Bump github action macos version
  • Improve typing
  • Update dependencies

Release v2.7.3

10 Mar 03:30
Compare
Choose a tag to compare
  • Fix format_img and format_vid for CompOption in CLI
  • Update emoji.json
  • Fix support for python 3.8
  • Auto linting and formatting

Release v2.7.2

09 Mar 05:27
Compare
Choose a tag to compare
  • Use tuple for compression option
  • Fix not returning if found compatible file during convert
  • Fix file_ext is None in CodecInfo
  • Fix setting initial step during convert
  • Update msicreator submodule
  • Version locking wix 4.0.4 on github action
  • Update github action requirements

Release v2.7.1

08 Mar 06:45
Compare
Choose a tag to compare
  • Allow specifying Signal data directory with --signal-data-dir
  • Reduce preset minimum resolution for Signal sticker
  • Allow trying final step during conversion
  • Stop progress bar when cancel job
  • Update rlottie_python (Solves unable to convert tgs if no MSVCR on Windows)
  • Improve SQL query for getting Signal uuid and password
  • Improve docker build order
  • Consistent cb_bar method signature
  • Do not import av on startup
  • Update sqlcipher3 with version containing typing stub
  • Typing, formatting, linting

Release v2.7.0

25 Feb 16:09
Compare
Choose a tag to compare
  • Get Signal uuid and password from db directly with sqlcipher3, which is:
    • Faster
    • Does not require launching Signal with Selenium (Reduce dependency)
    • Allow extracting from non-beta version of Signal