Skip to content
This repository has been archived by the owner on Apr 19, 2020. It is now read-only.

Latest commit

 

History

History
75 lines (59 loc) · 2.76 KB

CHANGELOG.md

File metadata and controls

75 lines (59 loc) · 2.76 KB

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.

[1.2.2] - 2019-07-27

Changed

Fixed

  • Removed command "standby" as it didn't work (device goes into standby mode when issuing powerOff command).

[1.2.1] - 2019-06-11

Fixed

  • Fixed reference error when sending two requests quickly one after another.
  • Fixed wrong error codes in documentation part of README.md.

[1.2.0] - 2019-05-05

Added

  • Added support for playback control commands (stop, pause, next, previous, ...).
  • Added support for playback modes (repeat, shuffle, ...).
  • Added option All to sound setting selection in control node.
  • Added option Any to sound setting filter in filter node.

Changed

  • Improved documentation and Sony legal information in README.md.

[1.1.2] - 2019-04-16

Added

  • Added status indicators for control and filter node showing configuration issues.
  • Added notice in README.md to use issue tracker for feature requests and bug reports.

Changed

  • Updated screenshots for documentation.

Fixed

  • Fixed status indicators not disappearing on status change.

[1.1.1] - 2019-04-14

Fixed

  • Aligned msg.payload format of request node input message with documentation.

NOTE

Although this is only a bugfix release, the payload format of the request node input message has been changed. This affects you only if you don't use the control node but use a custom node providing input to the request node. In this case you have to remove the encapsulating array braces around the actual content of the payload and use null as payload for methods without parameters.

[1.1.0] - 2019-04-13

Added

  • Added setting "only if true" for powered and standby filters.
  • Request and event node now show status indicators.

Changed

  • Incorporated documentation into main README.md file.
  • Updated node screenshots for documentation.

[1.0.1] - 2019-04-08

Added

  • Added a changelog.

Changed

  • Name of configuration nodes is now optional.
  • Default name of configuration nodes is now the host name only (without port).
  • Port property in configuration nodes is now mandatory.

Fixed

  • Fixed broken link to online documentation in README.md when viewing from Node-RED library.
  • Removed outdated parts of documentation.
  • Added documentation of missing functionality.

[1.0.0] - 2019-04-07

Initial version and first published release.