Skip to content

Commit 34ad308

Browse files
committed
build: release 0.19.2
1 parent e83b73b commit 34ad308

File tree

2 files changed

+18
-4
lines changed

2 files changed

+18
-4
lines changed

CHANGELOG.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,23 @@ _Changes in the next release_
1111

1212
---
1313

14+
## v0.19.2 - 2025-11-21
15+
### Fixed
16+
- Missing state information and state info not clearing in some cases. Contributed by @henrikwidlund, thanks! ([#66](https://github.com/unfoldedcircle/integration-appletv/pull/66)).
17+
18+
### Changed
19+
- Cleanup of characters that can't be rendered ([#75](https://github.com/unfoldedcircle/integration-appletv/pull/75)).
20+
- Update ucapi library to 0.3.2 ([#68](https://github.com/unfoldedcircle/integration-appletv/pull/68)).
21+
- Pylint fixes to satisfy repository lint rules.
22+
- CI: bump GitHub Actions versions
23+
- actions/setup-node from 5 to 6 ([#70](https://github.com/unfoldedcircle/integration-appletv/pull/70)).
24+
- actions/download-artifact from 5 to 6 ([#73](https://github.com/unfoldedcircle/integration-appletv/pull/73)).
25+
- actions/upload-artifact from 4 to 5 ([#74](https://github.com/unfoldedcircle/integration-appletv/pull/74)).
26+
- actions/checkout from 5 to 6 ([#77](https://github.com/unfoldedcircle/integration-appletv/pull/77)).
27+
1428
## v0.19.1 - 2025-09-17
1529
### Fixed
16-
- Clear playback info when not playing. Contributed by @henrikwidlund, thanks! ([#8](https://github.com/unfoldedcircle/integration-appletv/issues/8).
30+
- Clear playback info when not playing. Contributed by @henrikwidlund, thanks! ([#8](https://github.com/unfoldedcircle/integration-appletv/issues/8)).
1731
### Changed
1832
- Update embedded Python runtime to 3.11.13 and pyinstaller to 6.16.0.
1933

@@ -22,7 +36,7 @@ _Changes in the next release_
2236
- Setup flow fails when using manual IP address ([#48](https://github.com/unfoldedcircle/integration-appletv/issues/48)).
2337

2438
### Changed
25-
- Externalize language strings for translations with Crowdin ([#12](https://github.com/unfoldedcircle/integration-appletv/issues/12))).
39+
- Externalize language strings for translations with Crowdin ([#12](https://github.com/unfoldedcircle/integration-appletv/issues/12)).
2640
- Add Dutch, Spanish and Swedish translations.
2741
- Update pyatv library to 0.16.1 that should fix connection issues with tvOS 18.4+ ([#53](https://github.com/unfoldedcircle/integration-appletv/pull/53)).
2842

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.1",
3+
"version": "0.19.2",
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-09-17"
19+
"release_date": "2025-11-21"
2020
}

0 commit comments

Comments
 (0)