Skip to content

2.0.8

Compare
Choose a tag to compare
@mastrolube mastrolube released this 17 May 12:47
· 402 commits to master since this release

v2.0.3
🐈 add feed in yml example
🐈 some typo
🐈 add a check for ending list in unfollowing due to a soft ban
🐈 navigate using index for ig version without text/description
🐛 fix unfollow check for textview instead of buttons

v2.0.4
🐛 fix bot checking for updates: bad handshake problem
🐛 little fix in open likers
🐛 fix setup.py: wrong import made by me :P

v2.0.5
🐛 ig version alert was wrong, also update the tested ig version to the last one
🐛 checking pm and comments now should works in any case from now
🐛 message button can have textview instead of button

v2.0.6
🐛 restored compatibility with python 3.6
🐛 forgot a timeout
🐈 update requirements for uia2 to 2.15.2 which solves something I removed because it wasn't work :S and add support reconnect when device disconnect

v2.0.7
🐈 --analytics parameter doesn't accept any arguments from now! Just replace it in your accounts/yourusername/config.yml as 'analytics: true'
🐈 fix formatting PM in inline reports
🐈 if first image in hashtag/place not found -> skip
🐈 replaced some discord links for a better tracking
🐈 specific_alphabet in config example is now updated (I remember you that you can specify more then one from v2.0.0)
🐈 removed a crash report when after seeing the stories the view moves down for some reason (which I don't know of). In that case we skip that user for now
🐈 if target profile won't load, wait more (consider that maybe it's because you lost your connection or you're softbanned)
🐈 code for watching stories a little bit more readable
🐛 fix problem with action bar when in main profile
🐛 fix a problem in matplotlib that cause the bot to not loading
⬆️ with that fix I can allow a newer version of matplotlib
🐛 sending pm to an empty profile generates a crash. fixed
🐛 now filters are more usable (min/max followers/followings will be always get considered, if it needs to)
🔥 removed a plugin that has been integrated in another one
💸 a funding link for support me, if you want to

v2.0.8
⬆️ upgrade nunpy for avoid this error "RuntimeError: module compiled against API version 0xe but this version of numpy is 0xd"