1.3 KiB
1.3 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased
Added
- Extract username from session via new
SessionKeyGenerator.get_web_auth_session_key_username
(#290) User.get_track_scrobbles
(#298)
Deprecated
User.get_artist_tracks
. UseUser.get_track_scrobbles
as a partial replacement. (#298)
3.0.0 - 2019-01-01
Added
- This changelog file (#273)
Removed
-
Support for Python 2.7 (#265)
-
Constants
COVER_SMALL
,COVER_MEDIUM
,COVER_LARGE
,COVER_EXTRA_LARGE
andCOVER_MEGA
. UseSIZE_SMALL
etc. instead. (#282)
2.4.0 - 2018-08-08
Deprecated
- Support for Python 2.7 (#265)