Skip to content

v3.1.3

Compare
Choose a tag to compare
@mastrolube mastrolube released this 06 Feb 19:42
· 163 commits to master since this release

3.1.3 (2022-02-06)

Fix

  • missing parenthesis in calling a method

3.1.2 (2022-02-06)

Fix

  • find the profile icon even with the different interface
  • wrong arguments for stop_bot function
  • workaround for avoiding story watching crash due to a bug of UIA2

Performance improvements

  • check if IG is opened when we try to find an element, raise an exception if it's not true (I used a decorator, for fun :D)
  • simplify some functions

Others

  • move close_keyboard method to universal class
  • a lot of typos
  • some types hint

3.1.1 (2022-02-01)

Fix

  • inconsistent way to store datetime in json

3.1.0 (2022-01-31)

New Features

  • new argument dont-type allows writing text by pasting it instead of typing it
  • you can go next line in your PM by adding \n in the text

Fix

  • the bot wasn't able to confirm the like if the button was not visible in the view

Others

  • don't show countdown in debug mode

3.0.5 (2022-01-26)

Fix

  • avoid pressing on music tab instead of hashtags (this bug was only for small screens)

Others

  • the bot restarts after a crash, except for some scenarios that will be highlighted