Skip to content

Commit 915bcf4

Browse files
committed
build: release 0.19.1
1 parent 0fd5ccb commit 915bcf4

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
_Changes in the next release_
1111

12+
---
13+
14+
## v0.19.1 - 2025-09-17
1215
### Fixed
1316
- Clear playback info when not playing. Contributed by @henrikwidlund, thanks! ([#8](https://github.com/unfoldedcircle/integration-appletv/issues/8).
1417
### Changed
1518
- Update embedded Python runtime to 3.11.13 and pyinstaller to 6.16.0.
1619

17-
---
18-
1920
## v0.19.0 - 2025-07-23
2021
### Fixed
2122
- Setup flow fails when using manual IP address ([#48](https://github.com/unfoldedcircle/integration-appletv/issues/48)).

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.0",
3+
"version": "0.19.1",
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-07-23"
19+
"release_date": "2025-09-17"
2020
}

0 commit comments

Comments
 (0)