Skip to content

Commit

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

---

## v0.4.0 - 2024-06-14
### Added
- Configurable volume step (in setup flow) and improved refresh of volume. Contributed by @albaintor, thanks! ([#38](https://github.com/unfoldedcircle/integration-denonavr/issues/38))
- New commands for Output Monitor 1, Monitor 2, Monitor Auto. Contributed by @splattner, thanks! ([#37](https://github.com/unfoldedcircle/integration-denonavr/issues/37))
- New commands: dim display, power toggle, trigger 1 & 2 ([#37](https://github.com/unfoldedcircle/integration-denonavr/issues/37)).
### Fixed
- Prevent disconnect state deadlock after setup or when aborting setup.

## v0.3.0 - 2024-03-18
### Added
- New commands: dpad, menu, context_menu and info. Contributed by @albaintor, thanks! ([#33](https://github.com/unfoldedcircle/integration-denonavr/issues/33)).
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_denon_driver",
"version": "0.3.0",
"version": "0.4.0",
"min_core_api": "0.20.0",
"name": {
"en": "Denon AVR Network Receivers"
Expand Down Expand Up @@ -44,5 +44,5 @@
}
]
},
"release_date": "2024-03-18"
"release_date": "2024-06-14"
}
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.3.0"
version = "0.4.0"
authors = [
{ name = "Unfolded Circle ApS", email = "[email protected]" }
]
Expand Down

0 comments on commit ca9d75b

Please sign in to comment.