Skip to content

Releases: alexal1/Insomniac

More randomness!

27 Sep 10:33
Compare
Choose a tag to compare

• Support ranges for --interactions-count, --likes-count, --unfollow, --unfollow-non-followers, --unfollow-any, --repeat (thanks to Philip Ulrich for his pull request!). This means that now you can specify a range instead of an exact value, e.g. --likes-count 2-4. Each time a random value from this range will be taken.
• Shuffle list of bloggers after each finished session. This fixes an old problem that when script crashes, it starts all bloggers in the same order, so a blogger mentioned at the first place gets much more interactions than blogger mentioned at the last place.
• Add current view hierarchy to the crash zip (thanks Arthur Silva for his pull request!). Now there's not only a screenshot and logs in each Crash-XXX.zip archive, but also view_hierarchy.xml file that contains programmatic description of what's there on the screen.

Fix crashes when trying to press search

24 Sep 21:03
Compare
Choose a tag to compare

Bugfixes & Improvements

20 Sep 11:21
Compare
Choose a tag to compare

• Make the script work correctly when there's Reels tab instead of the Search tab
• Press "retry" button if it appears during scrolling
• Fix unfollow action for "shop" accounts
• Fix not reloading script when a crash happens in get_text() or get_bounds() methods

Bugfixes

19 Sep 16:20
dace78f
Compare
Choose a tag to compare

• Fix clicking wrong button in a "shop" account #104
• Fix bug when switching to English locale

Fix crash when username wasn't obtained #80

12 Sep 21:06
Compare
Choose a tag to compare
v2.1.4

Fix crash when username wasn't obtained #80

Bugfixes and Improvements

12 Sep 20:47
Compare
Choose a tag to compare

• Now when crash happens, the script both saves a screenshot and all logs in a txt file. They are put into a zip archive in the "crashes" folder. Now you can simply attach this archive to a bug report, no need to save logs manually.
• Fixed wrong format of screenshots (png instead of jpg) #109
• Merged @philip-ulrich's PR that fixes bug with the "user not found error" for valid user #106

Minor bugfixes

08 Sep 09:19
Compare
Choose a tag to compare

• Fix crash when trying to get your profile info
• Fix crash in storage when username wasn't obtained #80
• Add delays before updating interaction rect and before following a user

Fix bug #103

06 Sep 19:09
Compare
Choose a tag to compare
v2.1.1

Fix bug #103

Add the --old flag

06 Sep 12:14
Compare
Choose a tag to compare

This flag lets you to switch to the old version of uiautomator. This fixes compatibility problems: uiautomator v2 (default) does not work on some Android devices.
All features work the same for both versions (with and without --old).

Fix wrong counters parsing in Spanish and some other languages

01 Sep 17:20
Compare
Choose a tag to compare
v2.0.6

Fix wrong counters parsing in Spanish and some other languages