From 88951f8c7a641eb36b7e98c2c50f5d22449151e3 Mon Sep 17 00:00:00 2001 From: Markus Zehnder Date: Tue, 9 Jul 2024 14:46:17 +0200 Subject: [PATCH] build: release 0.14.0 --- CHANGELOG.md | 7 +++++++ driver.json | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85329e7..ace5a90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,13 @@ _Changes in the next release_ --- +## v0.14.0 - 2024-07-09 +### Added +- Stream to output devices through sound mode selection. Contributed by @albaintor, thanks! ([#20](https://github.com/unfoldedcircle/integration-appletv/pull/20)) + +### Fixed +- Simple commands FAST_FORWARD_BEGIN and REWIND_BEGIN remained stuck in some apps. Fixed by @albaintor, thanks! ([#22](https://github.com/unfoldedcircle/integration-appletv/pull/22)) + ## v0.13.9 - 2024-06-14 ### Added - Simple commands for skip forward and backward, alternative FF/RW commands with companion protocol. Contributed by @albaintor, thanks! ([#19](https://github.com/unfoldedcircle/integration-appletv/pull/19)) diff --git a/driver.json b/driver.json index a21bc20..8e1fbcf 100644 --- a/driver.json +++ b/driver.json @@ -1,6 +1,6 @@ { "driver_id": "uc_appletv_driver", - "version": "0.13.9", + "version": "0.14.0", "min_core_api": "0.7.0", "name": { "en": "Apple TV" }, "icon": "uc:integration", @@ -41,5 +41,5 @@ } ] }, - "release_date": "2024-06-14" + "release_date": "2024-07-09" }