Skip to content

Commit

Permalink
bump: pre-release version
Browse files Browse the repository at this point in the history
  • Loading branch information
mastrolube committed Feb 28, 2024
1 parent 222d308 commit 5983af7
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,23 @@
# Changelog
##3.2.10 (2024-02-28) pre-release
### New Features
- 'kill-atx-agent: bool' argument to stop the atx-agent after the bot has finished
- 'restart-atx-agent: bool' argument to restart the atx-agent before the bot starts
note: these arguments should help to avoid the problem of the bot stuck on starting the atx-agent
- OCR recognition for owner obj that doesn't have a text or a description
note: some nicknames are not correctly recognized, for example 'nick.name____' is recognized as 'nick.name'
### Fix
- correctly recognize if a post is sponsored in the feed
### Improvements
- improved telegram reports plugin
### Others
- add pytest for telegram reports plugin
## 3.2.9 (2024-02-10)
### Fix
- remove pandas as dependency for telegram reports
- show when config file and filter file have been saved
- better logging information
## 3.2.8 (2023-01-24)
## 3.2.8 (2024-01-24)
### Fix
- removed the language check
## 3.2.7 (2023-09-30)
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.8"
__version__ = "3.2.10"
__tested_ig_version__ = "263.2.0.19.104"

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.9"
__version__ = "3.2.10"

0 comments on commit 5983af7

Please sign in to comment.