Releases: mopidy/mopidy-soundcloud
v4.0.0a2
v4.0.0a1
Dependency changes
- Require Mopidy >= 4.0.0a4. No major changes required. (#143)
- Require Python >= 3.11. No major changes required. (#143)
What's Changed
- Move CI to GitHub Actions by @jodal in #119
- Fix f-string log message by @kingosticks in #126
- Ignore flake8 B019. Doesn't apply as we have a single class instance. by @kingosticks in #132
- Fix/workaround auth changes by @kingosticks in #133
- fix linting by @kingosticks in #135
- Require Python 3.9+ and fix CI by @jodal in #136
- Update README.rst by @kingosticks in #139
- black fix by @kingosticks in #140
- Bump pypa/gh-action-pypi-publish from 1.4.1 to 1.13.0 in /.github/workflows by @dependabot[bot] in #142
- chore: Update to mopidy-ext-template 2.1.3 by @jodal in #143
Full Changelog: v3.0.1...v4.0.0a1
v3.0.2
-
Scrape soundcloud.com for their public client ID and use this wherever possible to stream publicly available tracks, as done by other projects. Otherwise, fallback to our not-so-secret client ID. This reduces our API quota usage in the face of SoundCloud's continued disregard for their API users. (PR #122)
-
Fix auth by removing our
client_idparameter from API requests. (PR #133)
v3.0.1
v3.0.0 (2019-12-22)
- Depend on final release of Mopidy 3.0.0.
v3.0.0rc1 (2019-11-17)
v2.1.0 (2018-05-30)
-
Fix
AttributeError: 'list' object has no attribute 'name'when browsing tracks. (Fixes #43, #45, #59, PR #69) -
Improved error handling. (Fixes #53, #71, #90, #95, PR #100)
-
Merged oustanding pull requests implementing various API updates. (Fixes #79, #82, PR #100)
-
Cached main API endpoint responses for 10 seconds.
-
Cached stream links to reduce impact of API rate limit. (PR #100)
-
Add
explore_songsconfig to limit the number of results returned. (PR #100)
v2.0.2 (2016-01-03)
-
Handle HTTP connection errors without a response. (PR #61)
-
Ignore tracks without a URI. (Related to mopidy/mopidy#1340, PR #62)
v2.0.1 (2015-10-06)
v2.0.0 (2015-03-25)
-
Require Mopidy >= 1.0.
-
Update to work with new playback API in Mopidy 1.0.
-
Update to work with new backend search API in Mopidy 1.0.