diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-08-13 06:51:32 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-08-13 06:51:32 +0000 |
commit | 53cab4e5ba7e791c0c759a91895dffb072441017 (patch) | |
tree | 54a9eb268cdc83d4d8c3d809cda91a33d03eb42d /docs | |
parent | e7fea90327419214531371543662056c1398470d (diff) | |
download | ampache-53cab4e5ba7e791c0c759a91895dffb072441017.tar.gz ampache-53cab4e5ba7e791c0c759a91895dffb072441017.tar.bz2 ampache-53cab4e5ba7e791c0c759a91895dffb072441017.zip |
initial genre browsing and improved artists/albums browse code (made it consistent)
Diffstat (limited to 'docs')
-rwxr-xr-x | docs/CHANGELOG | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/CHANGELOG b/docs/CHANGELOG index 087e3520..1b7c1018 100755 --- a/docs/CHANGELOG +++ b/docs/CHANGELOG @@ -26,6 +26,10 @@ - Added optional automatic resizing of thumbnails using php-gd - Improved Upload System (Thx Rosensama) - Added Download Selected Option if Zip Downloads are allowed + - Added initial Genre Browsing + - Fixed problem where catalog wouldn't clean unused genre + entries + - Fixed a security problem with Albums & Artists browse pages -------------------------------------------------------------------------- @@ -44,7 +48,7 @@ - Updated Getid3() library to 1.7.4 - Added code to streaming that requires you to play at least half the song before it's counted in the stats (Thx SH) - - Added Norwegian translation (Thx Ruudboy) + - Added Dutch translation (Thx Ruudboy) - Added a clean_catalog() to the /bin/catalog_update.php.inc script - Removed all instances of $user->id - Improved XMLRPC client and server functions, no longer attempts |