Skip to content

Commit 6641010

Browse files
committed
build: release 0.19.3
1 parent cc7b9a9 commit 6641010

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

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

1212
---
1313

14+
## v0.19.3 - 2025-11-27
15+
### Fixed
16+
- Artwork not being updated ([#79](https://github.com/unfoldedcircle/integration-appletv/pull/79).
17+
### Changed
18+
- If a client disconnects, the connections to the ATV devices are no longer closed ([#78](https://github.com/unfoldedcircle/integration-appletv/pull/78).
19+
1420
## v0.19.2 - 2025-11-21
1521
### Fixed
1622
- Missing state information and state info not clearing in some cases. Contributed by @henrikwidlund, thanks! ([#66](https://github.com/unfoldedcircle/integration-appletv/pull/66)).

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.2",
3+
"version": "0.19.3",
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-21"
19+
"release_date": "2025-11-27"
2020
}

0 commit comments

Comments
 (0)