Ampache - Package Updates
-
[1.21.0]
- Update ampache to 7.5.0
- Full Changelog
- There are problems where the image table could duplicate itself when duplicating album art
- Database updates will remove the duplicates and enforce unique values on the table to stop this
- Run
bin/cli run:calculateArtSize
to fix up any odd or incorrect dimensions for remaining art - Art is a big focus on this release, many issues with the data and thumbnail generation have been fixed
- WebDav has been cleaned up with output path name validation and now supports your using your web browser
- The rewrite rules for User art have been fixed. Recreate your rules with
bin/installer htaccess
- Add PHP8.4 to GitHub QA actions
- Add a size parameter to
image.php
art URL's - Add width and height properties to Art objects
- Add example
update_docker_compose.sh
to pull and update your container when updates are available
-
[1.21.1]
- Update ampache to 7.5.1
- Full Changelog
- Documentation to convert thumb parameters to size strings
- Move the session handler to a SessionHandlerInterface class (PHP8.4 deprecated)
- Recently played and skip not showing the right user after a refresh
- Playlist name being filtered twice in new playlist dialog
- jQuery was adding items to the temp playlist when loading the
add_to_playlist
dialog - CSS missing for Top Menu text and Light theme text was not visible
- Code deprecations found for PHP8.4
- Resize output art based on ratio for display instead of a flat conversion
- Don't resize art for small ratio differences
- get_art: Extend
type
parameter to include 'label', 'live_stream', 'search', 'user', 'video'