Releases: FHPythonUtils/TStickers
Releases · FHPythonUtils/TStickers
2025
2025 - 2025/02/16
- be opinionated and install
rlottie-python
by default/ regardless - set default backend to
rlottie-python
in the cli - add
--fmt
to the cli, where the user can select a list of formats to convert to (default is png
and webp formats) - replace
--frameskip
with--fps
as this is more intuitive
2024.1.3
- be opinionated and install
pyrlottie
by default/ regardless - clearly notify user if backend is not installed
2024.1.2
2024.1.2 - 2024/03/25
- revert 'fix'
2024.1.1
2024.1.1 - 2024/03/24
- fix
convert_rlottie_python.py
2024.1
2024.1 - 2024/03/22
- Add '--file' arg for passing in a list of packs
- Implement a custom
demojize
function similar to theemoji.demojize
function.
However, returns a string of unique keywords in alphabetical order seperated by "_"
2024
2024 - 2024/03/17
- add convert backends to give the user a choice of using their preferred tool
- ruff
- code quality improvements
2022.1.1
2022.1.1 - 2022/06/25
- Fix: add
parents=True
toPath.mkdir()
- Update pre-commit