Skip to content

Commit

Permalink
bump: new version 3.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
mastrolube committed Mar 17, 2024
1 parent 9e483bb commit 470bb0e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,23 @@
# Changelog
## 3.2.11 (2024-03-17)
## New Features
- OCR to read the post owner if the obj is missing in the feed job (optional)
- `restart-atx-agent: bool` to restart the atx-agent before starting the bot
- `kill-atx-agent: bool` to kill the atx-agent when the script ends
### Fix
- feed sponsored detection
- Telegram wrong keys and order
## Misc
- message in telegram now looks more like it did before pandas were removed
## Test
- improved telegram test
## 3.2.10 (2024-03-09)
### Fix
- account selecting
- function specialization for load and clean txt file
- better logging for the user
### Others
- test for load and clean txt file

## 3.2.9 (2024-02-10)
### Fix
- remove pandas as dependency for telegram reports
Expand Down
2 changes: 1 addition & 1 deletion GramAddict/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Human-like Instagram bot powered by UIAutomator2"""

__version__ = "3.2.10"
__version__ = "3.2.11"
__tested_ig_version__ = "300.0.0.29.110"

from GramAddict.core.bot_flow import start_bot
Expand Down
2 changes: 1 addition & 1 deletion GramAddict/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# that file is deprecated, current version is now stored in GramAddict/__init__.py
__version__ = "3.2.10"
__version__ = "3.2.11"

0 comments on commit 470bb0e

Please sign in to comment.