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 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63
|
Changelog
=========
v0.4a
=====
- Switched to real API 2.0
- Adapted to now available "nowplaying" information
- Correct error handling
- No more messages, all notices are dropped to debug
v0.4
=====
- Only one message if retrieving data fails
- Switched to XML and included more datasets
v0.3b
=====
- Do not complain if placeholder is missing -and-
- Don't automatically reset placeholders (1954804)
- Added hint to error message about empty dataset
v0.3a
=====
- Made placeholder replacement case-insensitive
- Fixed crash on Pidgin shutdown (1949219)
v0.3
====
- Replaced URL retrieving function with the libpurple included one,
so Pidgin does not hang if the HTTP request takes a long time and
proxies work like magic now ;-)
- Fixed bug 1942167 (Crash on exit)
- Fixed bug 1941276 (Song replacement fails when special characters are used)
- Status setting is more tolerant with message resets now
- The %t placeholder is now completely implemented
- Added a menu entry to reset the placeholders
- Made the script more error-tolerant, especially with empty datasets
- No more "message flooding", plugin will cancel timeout upon error
v0.2
====
- Added credits window
- Added function to check for updates
- Working with placeholders now, as requested in a feature request on SF.net
- Displaying time since last scrobble really works now ;)
v0.15
=====
- Problem with colons in song titles fixed
- Info now placed in status message rather than user info
v0.1
====
- Initial release
- Can fetch most recent track from Audioscrobbler and place in user info field
|