Skip to content

Commit

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

_Changes in the next release_

---

## v0.13.2 - 2024-03-08
### Fixed
- Fast-forward and rewind commands.
- Automatically migrate old configuration file at startup and configuration flow, otherwise the device must be paired again.

---
- Automatically migrate old configuration file at startup and beginning of configuration flow, otherwise the device must be paired again.

## v0.13.1 - 2024-03-07
### Changed
Expand Down
6 changes: 3 additions & 3 deletions driver.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"driver_id": "uc_appletv_driver2",
"version": "0.13.1",
"version": "0.13.2",
"min_core_api": "0.7.0",
"name": { "en": "Apple TV2" },
"icon": "uc:integration",
"description": {
"en": "Control your Apple TV with Remote Two.",
"de": "Steuere AppleTV mit Remote Two.",
"de": "Steuere Apple TV mit Remote Two.",
"fr": "Contrôler votre Apple TV avec Remote Two."
},
"developer": {
Expand Down Expand Up @@ -41,5 +41,5 @@
}
]
},
"release_date": "2024-03-07"
"release_date": "2024-03-08"
}

0 comments on commit 2588021

Please sign in to comment.