Skip to content

Commit

Permalink
Update changelog and mention usage of explore_songs config setting.
Browse files Browse the repository at this point in the history
  • Loading branch information
kingosticks committed May 27, 2018
1 parent 8873c4a commit e9854d4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
12 changes: 10 additions & 2 deletions README.rst
Expand Up @@ -83,6 +83,8 @@ Configuration
auth_token = 1-1111-1111111
explore_songs = 25

#. Use ``explore_songs`` to restrict the number of items returned.


Project resources
=================
Expand All @@ -102,11 +104,17 @@ Credits
Changelog
=========

v2.0.3 (UNRELEASED)
v2.1.0 (UNRELEASED)
-------------------

- Fix ``AttributeError: : 'list' object has no attribute 'name'`` when browsing
tracks. (Fixes #43, #45, #59, PR #69)
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).
- Use explore_songs to limit the number of results returned (#PR 100).

v2.0.2 (2016-01-03)
-------------------
Expand Down
1 change: 0 additions & 1 deletion tests/test_api.py
Expand Up @@ -28,7 +28,6 @@ class ApiTest(unittest.TestCase):
def setUp(self):
config = SoundCloudExtension().get_config_schema()
config['auth_token'] = '1-35204-61921957-55796ebef403996'
config['auth_token'] = '1-35204-53562492-1b695b8186102fc'
config['explore_songs'] = 10
self.api = SoundCloudClient({'soundcloud': config, 'proxy': {}})

Expand Down

0 comments on commit e9854d4

Please sign in to comment.