Skip to content

Commit c101a52

Browse files
committed
build: release 0.19.0
1 parent 8c5e074 commit c101a52

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

CHANGELOG.md

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

1010
_Changes in the next release_
1111

12-
### Changed
13-
- Externalize language strings for translations with Crowdin ([#12](https://github.com/unfoldedcircle/integration-appletv/issues/12)))
14-
- Add Dutch, Spanish and Swedish translations.
12+
---
1513

14+
## v0.19.0 - 2025-07-23
1615
### Fixed
1716
- Setup flow fails when using manual IP address ([#48](https://github.com/unfoldedcircle/integration-appletv/issues/48)).
1817

19-
---
18+
### Changed
19+
- Externalize language strings for translations with Crowdin ([#12](https://github.com/unfoldedcircle/integration-appletv/issues/12))).
20+
- Add Dutch, Spanish and Swedish translations.
21+
- 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)).
2022

2123
## v0.18.2 - 2025-07-04
2224
### Added

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.18.2",
3+
"version": "0.19.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-07-04"
19+
"release_date": "2025-07-23"
2020
}

0 commit comments

Comments
 (0)