Skip to content

Commit

Permalink
build: Release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zehnm committed Dec 6, 2024
1 parent 689cb4b commit ad08e61
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,17 @@ _Changes in the next release_

---

## v0.5.0 - 2024-12-06
### Added
- New commands contributed by @henrikwidlund, thanks! ([#47](https://github.com/unfoldedcircle/integration-denonavr/pull/47), [#48](https://github.com/unfoldedcircle/integration-denonavr/pull/48))
- Adjusting all channel levels
- Adjusting delays
- Discrete commands for setting surround modes and switching between next and previous
- MultiEQ/Audyssey settings
- Dirac Live controls
- ECO modes
- Status (Denon only)

## v0.4.2 - 2024-07-23
### Changed
- Create a one-folder bundle with PyInstaller instead a one-file bundle to save resources.
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": "denonavr",
"version": "0.4.2",
"version": "0.5.0",
"min_core_api": "0.20.0",
"name": {
"en": "Denon AVR Network Receivers"
Expand Down Expand Up @@ -44,5 +44,5 @@
}
]
},
"release_date": "2024-07-23"
"release_date": "2024-12-06"
}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "intg-denonavr"
version = "0.4.2"
version = "0.5.0"
authors = [
{ name = "Unfolded Circle ApS", email = "[email protected]" }
]
Expand Down

0 comments on commit ad08e61

Please sign in to comment.