diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-01-14 03:00:05 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-01-14 03:00:05 +0000 |
commit | c19f5121801b2d0d8d922ccb68bfca8162d0df9c (patch) | |
tree | 8e940a3ec6af1dea5531d1e21f5a69a1a091ac7c /docs | |
parent | 29420520e96437e6738744d96049b6f2a025e623 (diff) | |
download | ampache-c19f5121801b2d0d8d922ccb68bfca8162d0df9c.tar.gz ampache-c19f5121801b2d0d8d922ccb68bfca8162d0df9c.tar.bz2 ampache-c19f5121801b2d0d8d922ccb68bfca8162d0df9c.zip |
* Added new functions to HttpQ controller
* Fixed Catalog cleaning issues and album art issues
* Fixed a minor javascript error with the localplay stuff
* Started work on write_playlists.php.inc (https://ampache.bountysource.com/task/show/542)
Diffstat (limited to 'docs')
-rwxr-xr-x | docs/CHANGELOG | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/CHANGELOG b/docs/CHANGELOG index f72b6fea..1f8ee4c4 100755 --- a/docs/CHANGELOG +++ b/docs/CHANGELOG @@ -4,6 +4,13 @@ -------------------------------------------------------------------------- v.3.3.3 + - Fixed some minor catalog cleaning issues that could arrise due + to the order of the clean functions + - Added missing functions to the HttpQ controller, should now have + all capabilities that MPD has. + - Fixed minor ajax issue with localplay buttons + - Fixed issue with Add to Catalogs always searching for all + album art making it really slow - Fixed typo in session management that prevented setting of secure_cookie option (used default value) - Added ability to e-mail flagged/disabled reports in mail |