Skip to content

Releases: ol-iver/denonavr

0.11.6

11 Feb 03:16
Compare
Choose a tag to compare

What's Changed

  • Fix update of netaudio information when using telnet by @ol-iver in #287

Full Changelog: 0.11.5...0.11.6

0.11.5

11 Feb 00:05
Compare
Choose a tag to compare

What's Changed

  • Spelling and grammar fixes by @scop in #263
  • Improve 169.254.0.0/16 SSDP broadcast avoidance check by @scop in #264
  • fix typo in README.md by @guntbert in #265
  • Add sound mode "DOLBY PRO LOGIC" by @starkillerOG in #270
  • Add some dolby pl2 mappings by @xconverge in #272
  • Add sound mode "DOLBY D+ +DS" by @starkillerOG in #273
  • Fix code formatting by @ol-iver in #276
  • Add "DOLBY AUDIO-DD+ +DSUR" sound mode by @starkillerOG in #275
  • Save references to telnet callback tasks by @ol-iver in #277
  • Combine multiple cache decorators to a single one by @ol-iver in #278
  • Validate sound mode when calling async_set_sound_mode by @ol-iver in #279
  • Fix wrong utf-8 encoding with ftfy by @ol-iver in #280
  • Wait for confirmations from the receiver when sending telnet messages by @ol-iver in #281
  • Streamline confirmation of telnet commands by @ol-iver in #282
  • Raise AvrProcessingError exception when sending telnet commands while telnet is not connected and healthy by @ol-iver in #283
  • Support getting and updating audyssey and tonecontrol settings via telnet API by @ol-iver in #284
  • Support python 3.12 by @ol-iver in #285
  • Change loglevel of telnet send command timeout to info by @ol-iver in #286

New Contributors

Full Changelog: 0.11.4...0.11.5

0.11.4

30 Sep 19:49
Compare
Choose a tag to compare

What's Changed

  • Define an All zone for telnet events which are relevant for all zones by @ol-iver in #259
  • Switch to fstrings by @ol-iver in #260
  • Add sound modes DOLBY AUDIO - DD + NEURAL:X and NEURAL:X by @ol-iver in #262

Full Changelog: 0.11.3...0.11.4

0.11.3

09 Jul 17:28
Compare
Choose a tag to compare
  • Use telnet commands to interact with the receiver when the connection is healthy
  • Support subscription of more telnet events
  • Fix mapping of main zone power attribute when using telnet
  • Remove null characters from media state attributes
  • Do not forget AirPlay and Internet Radio input functions discovered at run-time
  • Add sound modes DOLBY AUDIO-DD+DSUR, DOLBY D+DS
  • Map sound mode AURO-2D SURROUND to AURO2DSURR

0.11.2

16 Mar 00:38
Compare
Choose a tag to compare
  • Update media state via telnet interface
  • Introduce mapping of telnet sources
  • Add soundmodes DTS NEO:X M, DTS NEO:X C and DOLBY AUDIO-DSUR
  • Use IRADIO to switch to Internet Radio
  • Fix an issue with reconnect_task being None

0.11.1

12 Feb 21:52
Compare
Choose a tag to compare
  • Refactor telnet interface using asyncio Protocol
  • Adding sound modes DTS NEO:6 M, DOLBY PL2 M, DTS NEO:6 C, DOLBY PL2 C, DOLBY PL2 G, DOLBY PL2 X MUSIC, DOLBY PL2 X MOVIE, DOLBY PL2 X GAME
  • Do not install global-scope tests package

0.11.0

22 Jan 21:19
Compare
Choose a tag to compare
  • Support updating receiver status via telnet

0.10.12

23 Oct 23:14
Compare
Choose a tag to compare
  • Adding sound mode DOLBY PL2 GAME
  • Revert storing sound_mode_raw in upper case
  • Prefer zone power status when it is available
  • Avoid unnecassary validations of avr 2016 update method

0.10.11

22 Apr 20:13
Compare
Choose a tag to compare
  • Adding sound mode MULTI IN + DSUR
  • Normalize sound mode responses from receivers (convert to upper case, remove multiple spaces)
  • Estimate sound mode in case response from receiver is not mapped yet

0.10.10

23 Jan 23:01
Compare
Choose a tag to compare
  • Speed up setup process for some receivers
  • Fix httpx tests