* Support for push updates * Fast auto discovery for single device * Nicer output in "atvremote playing" * Pairing improvements * Unpin external dependencies
*Other:*
* Easier version management (internal) * Code quality improvements (quantifiedcode)
0.1.4
**Changes:**
* Added new function: artwork_url * aiohttp bumped to 1.3.1
0.1.3
**Changes:**
* Made it possible to pass a custom ClientSession
**Notes:**
* Renamed topmenu to top_menu which is a breaking change
0.1.2
**Changes:**
* aiohttp bumped to 1.3.0 * Fix a potential request leak on error
0.1.1
This is the same as 0.1.0 but actually contains everything stated in the changes.
0.1.0
**Changes:**
* Pairing * Support both HSGID and pairing-guid * Play media by specifying a URL (via AirPlay) * atvremote artwork will now save to file (artwork.png) * Zeroconf bumped to 0.18.0
**Notes:**
* asyncio loop is now passed to pyatv.scan_for_apple_tvs which breaks previous API
*Other:*
* Automatic builds with travis * Code coverage reports with coveralls