Release Date: May 14, 2026
AudioMuse AI v1.1.5 fixes an issue where the temporary directory was not automatically created on startup in some deployment configurations.
This bug mainly affected users who did not explicitly mount the temp directory in their docker-compose or deployment files, causing startup or runtime errors in certain environments.
Existing deployments that already define and mount the temp directory are not affected (the example in /depolyment are not affected).
What's Changed
- add back temp dir creation by @NeptuneHub in #535
Full Changelog: v1.1.4...v1.1.5