-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGES.txt
34 lines (26 loc) · 1.17 KB
/
CHANGES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
v1.1.1, 2014-04-17:
- Fixed a bug in auth.get_token().
v1.1.0, 2014-03-30:
- Changed the directory structure to a simpler one, breaking backwards compatibility, and fixing some problems.
Practically speaking, you'll now do 'from lastfm import lfm' as opposed to just 'import lfm'.
- Renamed 'app.sk' to 'app.session_key'.
v1.0.5, 2014-03-30:
- Added an authentication method for web apps: app.auth.get_url(callback)
- Fixed info.py being in the global namespace
v1.0.4, 2014-03-29
- Added a constant: 'MAX_USERNAME_LENGTH'.
- Applied various minor fixes.
v1.0.3, 2013-07-29
- Cleaned up the code related to logging of requests.
- Added a user-agent, and a user-agent option.
- The package now imports everything from lfm.lfm.
- Better code organization here and there.
v1.0.2, 2013-07-25
- Fixed tag.get_info() having "artist" and "mbid" parameters instead of just "tag".
- Fixed a bug where requests would be denied because of capitalized package names.
- Fixed a bug in a utility function where only keys of a dictionary were being evaluated,
instead of the values as well.
v1.0.1, 2013-07-23
- A shaped, working release.
v1.0.0, 2013-06-26
- The initial release.