You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16-2Lines changed: 16 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,9 +11,23 @@ _Changes in the next release_
11
11
12
12
---
13
13
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
+
14
28
## v0.19.1 - 2025-09-17
15
29
### 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)).
17
31
### Changed
18
32
- Update embedded Python runtime to 3.11.13 and pyinstaller to 6.16.0.
19
33
@@ -22,7 +36,7 @@ _Changes in the next release_
22
36
- Setup flow fails when using manual IP address ([#48](https://github.com/unfoldedcircle/integration-appletv/issues/48)).
23
37
24
38
### 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)).
26
40
- Add Dutch, Spanish and Swedish translations.
27
41
- 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)).
0 commit comments