31 - ask() shows the question in terminal window. This is not intuitive if automation is running on Chrome web browser and a prompt appears in terminal window to ask for user input. Updated behaviour to show the prompt in Chrome web browser, if it's available.
32 - if visual automation mode is not on and snap('page.png', 'screenshot.png') is used, there is no error message saying that init(visual_automation = True) is needed to use this. Updated to show error message instead of hanging and waiting for SikuliX response.
24 - updated readme linking to RedMart online groceries example to automate re-adding all items to cart. To reschedule a delivery, user needs to cancel and create a new order by re-adding items manually.