Skip to content

v2.0.11

Choose a tag to compare

@mastrolube mastrolube released this 28 May 08:07
· 399 commits to master since this release

v2.0.9
🐛 removed an unwanted crashreport while watching stories
🐈 add a 2sec sleep between turning on the device and unlock the screen. that should help if the device comes out from deep sleep (and/or is a slow device)
🐈 get rid of bare exception in code
🔥 removed the data_analytics.py due to problems with matplotlib that some users have (which cause the bot not to start while loading plugins). You can keep using it by replacing the file with the one from v2.0.8 https://github.com/GramAddict/bot/releases/tag/2.0.8 I will also remove dependencies when an alternative is ready

v2.0.10-11
🐛 if the keyboard fails to write, we use the old mode. I noticed that the check didn't work so I fixed it
🐛 when doing tons of unfollow you may find a button for loading more users. Now you should be able to press it instead of stopping
🐈 setting FastInputIME could fail for someone (strange to believe). I added a check and a try again using adb.
🐈 unfollow sort will now look for key words instead of the whole phrase (from TextMatches to TextContains)
🐈 if "n likes" shown instead of "liked by blabla and others" you will not skip it anymore
🐈 unfollow-from-file will wait few seconds before confirm you unfollowed someone successfully
🐈 if the alphabet not recognized, skip
⬆️ upgrade uiautomator2 to 2.16.0 which "add support reconnect when device disconnect"