We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31a60a6 commit 0380768Copy full SHA for 0380768
CHANGELOG.md
@@ -11,6 +11,13 @@ _Changes in the next release_
11
12
---
13
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
21
## v0.18.1 - 2025-04-26
22
### Changed
23
- update ucapi to 0.3.0
driver.json
@@ -1,6 +1,6 @@
1
{
2
"driver_id": "appletv",
3
- "version": "0.18.1",
+ "version": "0.18.2",
4
"min_core_api": "0.7.0",
5
"name": { "en": "Apple TV" },
6
"icon": "uc:integration",
@@ -41,5 +41,5 @@
41
}
42
]
43
},
44
- "release_date": "2025-04-26"
+ "release_date": "2025-07-04"
45
0 commit comments