Skip to content

Commit b302110

Browse files
committed
build: release 0.20.0
1 parent 585d230 commit b302110

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ _Changes in the next release_
1111

1212
---
1313

14+
## v0.20.0 - 2025-12-23
15+
### Changed
16+
- Added connection retry when network is not ready. Contributed by @albaintor, thanks! ([#80](https://github.com/unfoldedcircle/integration-appletv/pull/80).
17+
- Update ucapi to 0.5.1 ([#88](https://github.com/unfoldedcircle/integration-appletv/pull/88).
18+
1419
## v0.19.3 - 2025-11-27
1520
### Fixed
1621
- Artwork not being updated ([#79](https://github.com/unfoldedcircle/integration-appletv/pull/79).

driver.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"driver_id": "appletv",
3-
"version": "0.19.3",
3+
"version": "0.20.0",
44
"min_core_api": "0.7.1",
55
"name": { "en": "Apple TV" },
66
"icon": "uc:integration",
@@ -16,5 +16,5 @@
1616
"setup_data_schema": {
1717
"_comment": "set at runtime"
1818
},
19-
"release_date": "2025-11-27"
19+
"release_date": "2025-12-23"
2020
}

0 commit comments

Comments
 (0)