|
1 | 1 | # CHANGES |
2 | 2 |
|
| 3 | +## 0.14.5 Quimby (2023-12-24) |
| 4 | + |
| 5 | +Merry christmas everyone, here comes a small present! In this |
| 6 | +release @maxileith made some improvements to atvscript. App should be |
| 7 | +reported correctly now. All identifiers as well as MAC address is |
| 8 | +ouputted when scanning. Other than that it's merely house-keeping. |
| 9 | + |
| 10 | +Been rather slow work on pyatv for a while, let's see what the new |
| 11 | +year might bring! |
| 12 | + |
| 13 | +**Changes:** |
| 14 | + |
| 15 | +*Other:* |
| 16 | + |
| 17 | +``` |
| 18 | +0da3258 scan: Fix python-zeroconf incompatibility |
| 19 | +454afc0 Fix a bug that causes atvscript push_updates to never report the app |
| 20 | +8d883fb update the list of contributors |
| 21 | +8be2b64 Changing the featured Homebridge plugin to a more recent and maintained one. |
| 22 | +2da50e9 add mac address to device info |
| 23 | +0937a7b Output all identifiers when scanning with atvscript |
| 24 | +``` |
| 25 | + |
| 26 | +**All changes:** |
| 27 | + |
| 28 | +``` |
| 29 | +ce61b49 build(deps): Bump black from 23.9.1 to 23.12.1 in /requirements |
| 30 | +10b0138 build(deps): Bump cryptography from 41.0.4 to 41.0.7 in /requirements |
| 31 | +04b75b7 build(deps): Bump mypy from 1.5.1 to 1.8.0 in /requirements |
| 32 | +1519ffc build(deps): Bump types-protobuf in /requirements |
| 33 | +f4f94d9 build(deps): Bump deepdiff from 6.6.0 to 6.7.1 in /requirements |
| 34 | +0732ee4 build(deps): Bump aiohttp from 3.8.6 to 3.9.1 in /requirements |
| 35 | +d7dfe9a build(deps): Bump protobuf from 4.24.2 to 4.25.1 in /requirements |
| 36 | +b4bd7ce build(deps): Bump chacha20poly1305-reuseable in /requirements |
| 37 | +0da3258 scan: Fix python-zeroconf incompatibility |
| 38 | +1bb0227 build(deps): Bump zeroconf from 0.118.0 to 0.131.0 in /requirements |
| 39 | +1392a00 build(deps): Bump pylint from 3.0.1 to 3.0.3 in /requirements |
| 40 | +454afc0 Fix a bug that causes atvscript push_updates to never report the app |
| 41 | +8d883fb update the list of contributors |
| 42 | +8be2b64 Changing the featured Homebridge plugin to a more recent and maintained one. |
| 43 | +2da50e9 add mac address to device info |
| 44 | +0937a7b Output all identifiers when scanning with atvscript |
| 45 | +427c362 build(deps): Bump pytest from 7.4.2 to 7.4.3 in /requirements |
| 46 | +``` |
| 47 | + |
3 | 48 | ## 0.14.4 Patty (2023-10-27) |
4 | 49 |
|
5 | 50 | This release contains a fix when running with python 3.11 |
|
0 commit comments