Skip to content

Commit

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

_Changes in the next release_

---

## v0.14.1 - 2024-07-23
### Changed
- Create a one-folder bundle with PyInstaller instead a one-file bundle to save resources.
- Change archive format to the custom integration installation archive.
- Change default `driver_id` value in `driver.json` to create a compatible custom installation archive.

---

## 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))
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": "appletv",
"version": "0.14.0",
"version": "0.14.1",
"min_core_api": "0.7.0",
"name": { "en": "Apple TV" },
"icon": "uc:integration",
Expand Down Expand Up @@ -41,5 +41,5 @@
}
]
},
"release_date": "2024-07-09"
"release_date": "2024-07-23"
}

0 comments on commit b4d3bd4

Please sign in to comment.