Skip to content

Commit

Permalink
build: release 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zehnm committed Jul 9, 2024
1 parent a266e09 commit 88951f8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
4 changes: 2 additions & 2 deletions driver.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -41,5 +41,5 @@
}
]
},
"release_date": "2024-06-14"
"release_date": "2024-07-09"
}

0 comments on commit 88951f8

Please sign in to comment.