Skip to content

Latest commit

 

History

History
88 lines (71 loc) · 3.46 KB

CHANGELOG.md

File metadata and controls

88 lines (71 loc) · 3.46 KB

Denon AVR integration for Remote Two Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

Changes in the next release


v0.6.0 - 2025-01-10

Added

  • Add option for hybrid telnet and http connection. Contributed by @henrikwidlund, thanks! (#53)

v0.5.1 - 2024-12-23

Fixed

  • Set the device state to connected after adding a new device in the setup flow.

Changed

  • Improved reconnection delay by not always calling setup. Contributed by @albaintor, thanks! ([#49])(#49)
  • Workaround for setup flow in web-configurator, not showing the first screen with address field.
  • Updated denonavr, pyee and uc-api libraries.
  • Replaced EOL GitHub action for release creation (#52).

v0.5.0 - 2024-12-06

Added

  • New commands contributed by @henrikwidlund, thanks! (#47, #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.
  • 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.4.1 - 2024-06-19

Fixed

  • Invalid logging configuration in v0.4.0

v0.4.0 - 2024-06-14

Added

  • Configurable volume step (in setup flow) and improved refresh of volume. Contributed by @albaintor, thanks! (#38)
  • New commands for Output Monitor 1, Monitor 2, Monitor Auto. Contributed by @splattner, thanks! (#37)
  • New commands: dim display, power toggle, trigger 1 & 2 (#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).

v0.2.4 - 2024-02-17

Fixed

v0.2.3 - 2023-11-18

Added

  • Manual setup mode

v0.2.2 - 2023-11-15

Fixed

  • Set correct version in driver.json

v0.2.1 - 2023-11-15

Fixed

  • Sound mode parameter name
  • Telnet TA parameter check
  • Discovery error handling during reconnect
  • Reconnect race condition

v0.2.0 - 2023-11-13

Added

  • Reconnect handling, poll mode instead of Telnet

Fixed

  • Device discovery
  • Expected state handling

Changed

  • Use Python 3.11 and update dependencies
  • Use integration library 0.1.1 from PyPI
  • Code refactoring, enum classes, state handling