Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit886f314

Browse files
committed
bump: new version
1 parentc2f7d14 commit886f314

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

‎.gitignore‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
/dist
66
/gramaddict.egg-info
77
/.idea
8-
/test
98
/.vscode
109
*/*.yml
1110
*/*.json
@@ -17,7 +16,6 @@ accounts
1716
Pipfile
1817
Pipfile.lock
1918
*.pdf
20-
*.txt
2119
*.mp4
2220
*.log*
2321
*.ini

‎CHANGELOG.md‎

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
#Changelog
2+
##3.2.10 (2024-03-09)
3+
###Fix
4+
- account selecting
5+
- function specialization for load and clean txt file
6+
- better logging for the user
7+
###Others
8+
- test for load and clean txt file
9+
210
##3.2.9 (2024-02-10)
311
###Fix
412
- remove pandas as dependency for telegram reports

‎GramAddict/__init__.py‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""Human-like Instagram bot powered by UIAutomator2"""
22

3-
__version__="3.2.9"
4-
__tested_ig_version__="263.2.0.19.104"
3+
__version__="3.2.10"
4+
__tested_ig_version__="300.0.0.29.110"
55

66
fromGramAddict.core.bot_flowimportstart_bot
77

‎GramAddict/version.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# that file is deprecated, current version is now stored in GramAddict/__init__.py
2-
__version__="3.2.9"
2+
__version__="3.2.10"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp