File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
+ ## 3.2.12 (2024-03-22)
3
+ ### Fix
4
+ - handle NoneType for owner_name in feel job
5
+ - wrong indentation for hashtag check in feed job
2
6
## 3.2.11 (2024-03-17)
3
7
## New Features
4
8
- OCR to read the post owner if the obj is missing in the feed job (optional)
Original file line number Diff line number Diff line change 1
1
"""Human-like Instagram bot powered by UIAutomator2"""
2
2
3
- __version__ = "3.2.11 "
3
+ __version__ = "3.2.12 "
4
4
__tested_ig_version__ = "300.0.0.29.110"
5
5
6
6
from GramAddict .core .bot_flow import start_bot
Original file line number Diff line number Diff line change 1
1
# that file is deprecated, current version is now stored in GramAddict/__init__.py
2
- __version__ = "3.2.11 "
2
+ __version__ = "3.2.12 "
You can’t perform that action at this time.
0 commit comments