diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2009-03-15 16:16:04 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2009-03-15 16:16:04 +0000 |
commit | fdb7c58cb160c5f8f0f0327c11cba93226e062f6 (patch) | |
tree | 6cf57a740799a3a9b9dc9a035ccb66e1e54b053f /docs | |
parent | 86ff429b366080b9203e5ddb1740339c64013853 (diff) | |
download | ampache-fdb7c58cb160c5f8f0f0327c11cba93226e062f6.tar.gz ampache-fdb7c58cb160c5f8f0f0327c11cba93226e062f6.tar.bz2 ampache-fdb7c58cb160c5f8f0f0327c11cba93226e062f6.zip |
fix typo causing height to not display on art retrival, update to db allowing gc of tmp_browse, add extension to api album art image urls
Diffstat (limited to 'docs')
-rwxr-xr-x | docs/CHANGELOG | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/CHANGELOG b/docs/CHANGELOG index 82d73401..91b90ef7 100755 --- a/docs/CHANGELOG +++ b/docs/CHANGELOG @@ -4,7 +4,13 @@ -------------------------------------------------------------------------- v.3.5-Alpha3 - - Added get lyrics and album art using http proxy server #313 + username, password patch + - Add extension to image urls for the API will add to others as + needed due to additional query requirement. Needed to fix + some DLNA devices + - Fixed typo that caused the height of album art not to display + - Modified database and added GC for tmp_browse table + - Added get lyrics and album art using http proxy server #313 + + username, password patch - Added lyricswiki link Ticket #70 - Updated README language - Updated getid3 library 2.0.0b4 to 2.0.0b5 |