Releases: mopidy/mopidy-tunein
Releases · mopidy/mopidy-tunein
Release list
v2.0.0
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
- @blacklight made their first contribution in #54
- @jodal made their first contribution in #56
Full Changelog: v1.1.0...v2.0.0
v1.1.0
- Use "live" mode buffering for unseekable streams to avoid delay when starting playback (PR #48)
v1.0.2
- Modernise build setup and and fix import ordering for isort (PR: #45)
v1.0.1
v1.0.0 (2019-12-22)
- Depend on final release of Mopidy 3.0.0.
v1.0.0rc1 (2019-12-21)
v0.4.1 (2016-06-14)
- Port timeout fix for Mopidy's internal stream unwrapping code from mopidy/mopidy#1522 (Fixes: #31)
v0.4.0 (2016-02-16)
-
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)
v0.2.2 (2015-04-24)
- Fix infinite loop when adding some stations, again (my bad).