Ampache v5.0.0-pre Release Notes
Release Date: 2020-12-07 // over 4 years ago-
🚀 ffcbc5923d1ffc908cf3bafe05c4bb3c ../ampache-5.0.0-pre-release1_all.zip
🚀 This pre-release is for the brave of heart as well as so i can add a docker image preview release.
⚡️ The preview will be updated while we work on documenting and socializing the changes with users.⬆️ DO NOT UPGRADE YOUR MAIN AMPACHE INSTANCE
⬆️ Seriously, make a copy of your conf and put this in a new folder (or try the docker) before upgrading your main Ampache
🐳 There are now Docker Images available for testing!
📦 This package requires php >=7.4 || >=8.0
This is a major rewrite and will break if you aren't aware of the changes .
- ⚡️ You will need to update the web server to point to the new base folder. (/public)
- You will need to make sure you've run composer install again. (composer install)
- ⚡️ You will need to update scripts and commands (the /bin folder has combined each script into a single application)
- if you used php-cs-fixer it's still there in the vender folder (/vendor/bin/php-cs-fixer)
The Ampache website now resides in the public folder
The bin folder has combined all the separate application files into a single cli application
Previous changes from v4.2.5
-
(MD5SUM 57564e04433a98b12cc641205ab13cad) ../ampache-4.2.5_all.zip
🚀 Ampache 4.2.5-release
🛠 A few important bug fixes that make playlists and stream URLs faster to create as well as some fixes to Democratic playback.
➕ Added
- ➕ Use _add_urls when building a stream playlist
🔄 Changed
- ✂ Removed the forced random from search
- 🔌 Put the browse header at the top above plugins
- 👉 Make the webplayer class a bit faster at deciding what to transcode
🛠 Fixed
- Ampache Debug, cron.lib.php missing from init
- Slow playlist creation when inserting a large amount of items
- Stream_URL properties were inconsistently applied
- 🛠 Fix streaming when play_type is Democratic
- 💾 Save your limit and random settings when creating a smartlist
API 4.2.5
NO CHANGE