Releases: LuckyTurtleDev/mstickereditor
Releases · LuckyTurtleDev/mstickereditor
v0.3.6
What's Changed
- fix animation_format is not applied; fix outdated readmeby @cksit in #50
- add ffmpeg-build feature flag to build ffmpeg by @LuckyTurtleDev in #53
Full Changelog: v0.3.5...v0.3.6
v0.3.5
v0.3.4
fix Telegram breaking api change
Full Changelog: v0.3.3...v0.3.4
v0.3.3
What's Changed
- add feature flags by @LuckyTurtleDev in #36
- Cargo update, fix bulid failure with ffmpeg 6.1, close #41 by @linyinfeng in #42
New Contributors
- @linyinfeng made their first contribution in #42
Full Changelog: v0.3.2...v0.3.3
v0.3.2
What's Changed
- Update README.md by @EsmailELBoBDev2 in #18
- refactor by @LuckyTurtleDev and @msrd0
- also import thumbnails from telegram @LuckyTurtleDev in #30
- add support for video stickers (webm will be converted to webp) by @msrd0 in #32
New Contributors
- @EsmailELBoBDev2 made their first contribution in #18
Full Changelog: v0.3.1...v0.3.2
v0.3.1
- async
- add option to set animation format at config file
- allow also t.me links, without https::// prefix
message for conversions are temporary disabled
v0.3.0
accidentally delete v0.3.0 release
v0.2.0
- add support for webp. This does allow semitransparent pixel at animated stickers.
- add more colors to the terminal output
- check if sticker is a video
- fix duplicated fie extension (
.tgs.gif
) - fix outdated links
Breaking Change:
- change default format for animated stickers to webp
v0.1.3
- add subcommand to create
index.json
- add config option to set transparent color
- output message if upload was skipped
- fix behavior if database can not be open
v0.1.2
- 32bit support
- update dependencies