Bot
* Added bot parameter "verbosity" (Thanks, onkaraman)
* Added option nfollows on like_followers. Now is possible to limit the number of loaded followers from user_id that have a very high number of follower. (Thanks, lucavicari)
* Updated get_media_comments and get_media_comments to get all comments of a post. (Thanks, emre)
* Added method for searching users by username (https://github.com/instagrambot/instabot/commit/5318a7efdfaed17aa769c9fcd4832b5b73307f94)
* Proxy protocols support. (Thanks slowpokefarm)
* Bot sends link in direct message if text contains http address
Fixes
* Fixed error in filter_medias_not_commented, when media hasn't comments
* Fixed: error in download photo (Thanks, canorbal)
* Fixed error when media unavailable or not found
* Fixed error with sys.version_info on python2.6
* Fixed error when a user tries to use bot without login.
* Fixed "I/O operation on closed file" error when downloading media. (Thanks, El3k0n)
API
* Added method download_video
* Added method check_relationships. (Thanks, onkaraman)
* Update getMediaLikers to include all comments. (Thanks, emre)