Release Date: April 17, 2026
AudioMuse AI v1.0.0 introduces a new Setup Wizard UI that simplifies installation and configuration by moving Application Settings into the web interface instead of environment variables.
From this version onward, the only required environment variables are only the infrastructural one related to Redis and PostgreSQL connections. All other parameters are configured during the first startup directly through the AudioMuse web page, significantly reducing setup complexity and minimizing configuration errors.
The Setup Wizard is not limited to the initial setup and can be accessed at any time from the administration menu to update settings on the fly. Each change is automatically applied by automatically restarting the Flask and Worker containers, ensuring updates take effect immediately without manual intervention.
IMPORTANT: For legacy systems, existing environment variables are automatically imported into the database during the first startup to preserve current configurations. After this migration, environment variables are no longer used except for Redis and PostgreSQL, which remain exclusively managed through env vars.
What's Changed
-
- Authentication improvement + RQ fix by @NeptuneHub in #400
- fix(ui): dark-mode restore warning and scrollable sidebar by @rendyhd in #411
- Setup Wizard UI by @NeptuneHub in #413
- Remove duplicate lines by @ballfather in #416
- refactor: mini fixes by @ballfather in #412
- fix(docker): add .gitattributes to enforce LF for container files by @rendyhd in #421
- Docker: Proper (and faster) shutdown sequence by @ballfather in #414
- Documentation update with Wizard UI instruction by @NeptuneHub in #420
New Contributors
- @ballfather made their first contribution in #416
Full Changelog: v0.9.6...v1.0.0