Skip to content

Commit 768f1af

Browse files
committed
build: release 0.20.3
1 parent 943f264 commit 768f1af

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

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

1212
---
1313

14+
## v0.20.3 - 2026-02-21
15+
### Changed
16+
- Sort the available apps by name by @henrikwidlund ([#101](https://github.com/unfoldedcircle/integration-appletv/pull/101)).
17+
- Removed patched functions for disconnection and global volume by @albaintor ([#97](https://github.com/unfoldedcircle/integration-appletv/pull/97)).
18+
- Update Docker build image ([#102](https://github.com/unfoldedcircle/integration-appletv/pull/102)).
19+
- Update ucapi to 0.5.2 ([#98](https://github.com/unfoldedcircle/integration-appletv/pull/98)).
20+
- Update pyatv to 0.17.0 ([#95](https://github.com/unfoldedcircle/integration-appletv/pull/95)).
21+
- Update pyee to 13.0.1 ([#100](https://github.com/unfoldedcircle/integration-appletv/pull/100)).
22+
1423
## v0.20.2 - 2026-01-15
1524
### Changed
1625
- Adapt journald log levels until the Remote supports native debug levels ([#94](https://github.com/unfoldedcircle/integration-appletv/pull/94)).

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.20.2",
3+
"version": "0.20.3",
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": "2026-01-15"
19+
"release_date": "2026-02-21"
2020
}

0 commit comments

Comments
 (0)