Skip to content

Releases: mopidy/mopidy-tunein

v2.0.0

Choose a tag to compare

@jodal jodal released this 14 Sep 22:26
a123263

What's Changed

  • fix(mopidy-4): Replace removed mopidy.internal stream helpers by @blacklight in #54
  • Minor fixes to work better with Mopidy 4 by @jodal in #56
  • chore: Replace setup.cfg with pyproject.toml by @jodal in #57
  • chore: Apply mopidy-ext-template v2.4.0 by @jodal in #58
  • chore: Fix or ignore all ruff lints by @jodal in #59
  • feat: Add type hints by @jodal in #60
  • Improve test coverage and fix a couple of potential bugs by @jodal in #61
  • Tell TuneIn which stream formats Mopidy can play by @jodal in #62
  • fix: Ask for the station images over HTTPS by @jodal in #63
  • feat: Let the user choose the location for local radio by @jodal in #64
  • feat: Show the stations that come after the first page by @jodal in #66
  • fix: Do not keep a failed playlist request in the cache by @jodal in #67
  • refactor: Use httpx instead of requests by @jodal in #68

New Contributors

Full Changelog: v1.1.0...v2.0.0

v1.1.0

Choose a tag to compare

@kingosticks kingosticks released this 12 Jan 00:42
  • Use "live" mode buffering for unseekable streams to avoid delay when starting playback (PR #48)

v1.0.2

Choose a tag to compare

@kingosticks kingosticks released this 07 Dec 01:18
  • Modernise build setup and and fix import ordering for isort (PR: #45)

v1.0.1

Choose a tag to compare

@kingosticks kingosticks released this 07 Dec 01:09
  • Add Python 3.9 to the test matrix. (PR: #43)
  • Turn off strict parsing for pls playlist files (PR: #42)
  • Use HTTPS for requests to TuneIn servers (PR: #41)

v1.0.0 (2019-12-22)

Choose a tag to compare

@kingosticks kingosticks released this 07 Dec 00:43
  • Depend on final release of Mopidy 3.0.0.

v1.0.0rc1 (2019-12-21)

Pre-release

Choose a tag to compare

@kingosticks kingosticks released this 07 Dec 00:43

Alpha release.

  • Require Mopidy >= 3.0.0a5. (PR: #36)

  • Require Python >= 3.7. (PR: #36)

  • Update project setup. (PR: #36)

  • Support filtering search results by station or program. (PR: #34)

v0.4.1 (2016-06-14)

Choose a tag to compare

@kingosticks kingosticks released this 07 Dec 00:44

v0.4.0 (2016-02-16)

Choose a tag to compare

@kingosticks kingosticks released this 07 Dec 00:44
  • Borrow Mopidy's internal stream unwrapping to avoid incompatibilities with Mopidy v2.0.0 (PR: #28)

  • Improved handling of malformed pls playlists.

v0.3.0 (2016-02-06)

Choose a tag to compare

@kingosticks kingosticks released this 07 Dec 00:44
  • Requires Mopidy v1.1

  • Respect user's Mopidy proxy configuration and set user-agent.

  • Utilise Mopidy's nested playlist handling (Fixes: #23 PR: #22)

v0.2.2 (2015-04-24)

Choose a tag to compare

@kingosticks kingosticks released this 07 Dec 00:45
  • Fix infinite loop when adding some stations, again (my bad).