Skip to content

SoCo 0.26.0 Release Notes

Compare
Choose a tag to compare
@pwt pwt released this 24 Jan 09:22
· 75 commits to master since this release
923890f

Introduction

Significant changes since the v0.25.0 release can be found in the milestone notes at: https://github.com/SoCo/SoCo/milestone/23?closed=1.

In particular, this release reintroduces support for music services. Please consider this experimental for now. Testing and issue reporting would be appreciated.

The full list of changes since 0.25.0 is shown below. (Note that some of these will have been included in patch releases v0.25.[1,2,3].)

What's Changed

  • Address new pylint issue by @jjlawren in #872
  • Fix new black issue (de7c773)
  • Add files under 'tests/' excluded from source distro (fixes #873)
  • Revert service call timeout reduction by @jjlawren in #876
  • Update README.rst by @busterbeam in #863
  • Support reporting of additional audio input formats by @jjlawren in #871
  • Add dialog_level convenience property to mirror dialog_mode by @jjlawren in #874
  • Fix minor error message typo (51e2e85)
  • Add audio_delay property for TV dialog sync. by @jjlawren in #878
  • Fix error when radio title is missing by @jjlawren in #882
  • Add mic_enabled property to the SoCo class by @jjlawren in #879
  • Add configurable timeout for network requests by @pwt in #880
  • Refactor ZGS parsing; add voice_service_configured property by @jjlawren in #881
  • Add pre-commit hooks option; code/docstring tidy-ups by @rytilahti in #844
  • Use LRU caches for from_didl_string and parse_event_xml by @jjlawren in #884
  • Add Apple Music support to the ShareLink plugin by @amelchio in #886
  • Reintroduce support for music services (experimental) by @KennethNielsen in #883
  • Finalise v0.26.0 release by @pwt in #885

New Contributors

Full Changelog: v0.25.0...v0.26.0