|
1 | 1 | # CHANGES |
2 | 2 |
|
| 3 | +## 0.14.1 Marge (2023-09-27) |
| 4 | + |
| 5 | +Minor release coming up today: |
| 6 | + |
| 7 | +* Fix Companion credentials not being saved when pairing |
| 8 | +* Actually use storage in the wizard (atvremote) |
| 9 | +* Add FileStorage.default_storage() to get the same storage |
| 10 | + as used by scripts shipped with pyatv (i.e. you can share |
| 11 | + credentials with your applications) |
| 12 | +* Add setting to force AirPlay version to use with RAOP |
| 13 | +* Add settings for RAOP control and timing ports |
| 14 | + |
| 15 | +**Changes:** |
| 16 | + |
| 17 | +*Protocol: Companion:* |
| 18 | + |
| 19 | +``` |
| 20 | +e551954 companion: Fix credentials not saved |
| 21 | +``` |
| 22 | + |
| 23 | +*Protocol: RAOP:* |
| 24 | + |
| 25 | +``` |
| 26 | +c17f304 raop: Add protocol_version setting |
| 27 | +391be8b raop: Add settings for timing and control ports |
| 28 | +``` |
| 29 | + |
| 30 | +*Script: atvremote:* |
| 31 | + |
| 32 | +``` |
| 33 | +fa2f7b1 atvremote: Fix storage passing to pair |
| 34 | +``` |
| 35 | + |
| 36 | +*Other:* |
| 37 | + |
| 38 | +``` |
| 39 | +fd7135b tests: Add test for atvremote wizard |
| 40 | +e8a812d tests: Migrate scripts tests to pytest |
| 41 | +6704359 docs: Add minor change template |
| 42 | +74d2de5 storage: Add FileStorage.default_storage |
| 43 | +621adff docs: Some updates to README.md |
| 44 | +f13a353 docs: More link fixes |
| 45 | +d394708 storage: Use pydantic-extra-types for MAC |
| 46 | +``` |
| 47 | + |
| 48 | +**All changes:** |
| 49 | + |
| 50 | +``` |
| 51 | +e551954 companion: Fix credentials not saved |
| 52 | +1c4b4d3 build(deps): Bump types-protobuf in /requirements |
| 53 | +91fdc71 build(deps): Bump zeroconf from 0.108.0 to 0.112.0 in /requirements |
| 54 | +c17f304 raop: Add protocol_version setting |
| 55 | +fd7135b tests: Add test for atvremote wizard |
| 56 | +e8a812d tests: Migrate scripts tests to pytest |
| 57 | +fa2f7b1 atvremote: Fix storage passing to pair |
| 58 | +95d7d54 build(deps): Bump deepdiff from 6.4.1 to 6.5.0 in /requirements |
| 59 | +6704359 docs: Add minor change template |
| 60 | +712f105 build(deps): Bump zeroconf from 0.97.0 to 0.108.0 in /requirements |
| 61 | +46d50f0 build(deps): Bump black from 23.7.0 to 23.9.1 in /requirements |
| 62 | +391be8b raop: Add settings for timing and control ports |
| 63 | +2808c5d build(deps): Bump pytest from 7.4.1 to 7.4.2 in /requirements |
| 64 | +d426ae8 build(deps): Bump protobuf from 4.24.2 to 4.24.3 in /requirements |
| 65 | +01e4cc0 build(deps): Bump pytest-aiohttp from 1.0.4 to 1.0.5 in /requirements |
| 66 | +74d2de5 storage: Add FileStorage.default_storage |
| 67 | +621adff docs: Some updates to README.md |
| 68 | +f13a353 docs: More link fixes |
| 69 | +d394708 storage: Use pydantic-extra-types for MAC |
| 70 | +``` |
| 71 | + |
3 | 72 | ## 0.14.0 Lisa (2023-09-04) |
4 | 73 |
|
5 | 74 | Finally time for a new release and this (despite the few number |
|
0 commit comments