Skip to content

Commit

Permalink
build: release 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zehnm committed Mar 6, 2024
1 parent f43f802 commit eed1001
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

_Changes in the next release_

---

## v0.13.0 - 2024-03-06
### Added
- New media-player entity features ([feature-and-bug-tracker#56](https://github.com/unfoldedcircle/feature-and-bug-tracker/issues/56)):
- context menu, control center, app switcher, top menu, rewind, fast-forward.
Expand All @@ -23,6 +26,3 @@ _Changes in the next release_
- Play/Pause will exit screensaver and continue playing paused media (tested with Apple TV+, YouTube).
- Updated pyatv client library to latest 0.14.5 release for common bug fixes and improvements.
- Major rewrite to support more features and to release it as open source project.

---

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.12.0",
"version": "0.13.0",
"min_core_api": "0.7.0",
"name": { "en": "Apple TV" },
"icon": "uc:integration",
Expand Down Expand Up @@ -40,5 +40,5 @@
}
]
},
"release_date": "2024-03-05"
"release_date": "2024-03-06"
}

0 comments on commit eed1001

Please sign in to comment.