We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68b16fc commit 87122c8Copy full SHA for 87122c8
3 files changed
.gitignore
@@ -4,6 +4,9 @@ requirements_optional.txt
4
tests/data
5
sticker*.txt
6
sorted
7
+perf.py
8
+/*.tgs
9
+/*.gif
10
11
poetry.lock
12
CHANGELOG.md
@@ -3,6 +3,10 @@
3
All major and minor version changes will be documented in this file. Details of
patch-level version changes can be found in [commit messages](../../commits/master).
+## 2024.1.1 - 2024/03/24
+
+- fix `convert_rlottie_python.py`
## 2024.1 - 2024/03/22
- Add '--file' arg for passing in a list of packs
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "tstickers"
-version = "2024.1"
+version = "2024.1.1"
license = "mit"
description = "Download sticker packs from Telegram"
authors = ["FredHappyface"]
0 commit comments