diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-01-07 20:35:49 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-01-07 20:35:49 +0000 |
commit | b6cfe134badb2d4393e9081b13b2dfca011ed736 (patch) | |
tree | 4f6213e626fa90b4b280b5e663e791559c4a7f8f /docs/CHANGELOG | |
parent | 90d2acbc54b24b6e8207e12f1cabcbc7541ca447 (diff) | |
download | ampache-b6cfe134badb2d4393e9081b13b2dfca011ed736.tar.gz ampache-b6cfe134badb2d4393e9081b13b2dfca011ed736.tar.bz2 ampache-b6cfe134badb2d4393e9081b13b2dfca011ed736.zip |
* Re-worked Main page of Ampache, adding Album of the moment.
* Moved stats to /stats.php page
* Fixed logic error in resize that could cause nothign to display
if resize was on, but it still failed
* Fixed Upload Album art from Find Album Art
* Added Menu to the TV page
* Fixed logic error that showed localplay if user had access
regardless of global config
* Changed default action of browse.php to song browse
Diffstat (limited to 'docs/CHANGELOG')
-rwxr-xr-x | docs/CHANGELOG | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/CHANGELOG b/docs/CHANGELOG index 79b41f1e..9901b6f9 100755 --- a/docs/CHANGELOG +++ b/docs/CHANGELOG @@ -4,6 +4,18 @@ -------------------------------------------------------------------------- v.3.3.3 + - Fixed a img resize logic error that could cause no art to + display if resize was on and resize failed + - Added Albums of the Moment to the Front page and removed the + stats information + - Moved Popular/Recent to /stats.php and made Browse by Song the + default browse action + - Fixed missing clean of Genre stats information and a logic + flaw with order of clean functions in the catalog clean + - Fixed Localplay page appearing even if disabled by Admin Config + if user still had distinct permissions + - Added Menu to TV page per request + - Fixed Album Art Upload and Cover URL methods - Fixed play lock with Democratic Play if song no longer exists - Fixed a display issue of the Now Playing on the Democratic play page |