Skip to content

Commit 0380768

Browse files
committed
build: release 0.18.2
1 parent 31a60a6 commit 0380768

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

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

1212
---
1313

14+
## v0.18.2 - 2025-07-04
15+
### Added
16+
- Add support for EPG/Guide. Contributed by @henrikwidlund, thanks! ([#45](https://github.com/unfoldedcircle/integration-appletv/pull/45)).
17+
18+
### Fixed
19+
- Sporadic media image replacements.
20+
1421
## v0.18.1 - 2025-04-26
1522
### Changed
1623
- update ucapi to 0.3.0

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.1",
3+
"version": "0.18.2",
44
"min_core_api": "0.7.0",
55
"name": { "en": "Apple TV" },
66
"icon": "uc:integration",
@@ -41,5 +41,5 @@
4141
}
4242
]
4343
},
44-
"release_date": "2025-04-26"
44+
"release_date": "2025-07-04"
4545
}

0 commit comments

Comments
 (0)