Skip to content

Releases: NeptuneHub/AudioMuse-AI

AudioMuse AI v1.0.3: Improvement and bugfix

25 Apr 10:02
1ecf3fc

Choose a tag to compare

Release Date: April 25, 2026

AudioMuse AI v1.0.3 focuses on making the app more stable and easier for everyone to use in day-to-day work.

This release fixes issues in the dashboard where batch tasks were no correctly showing the note field, losing the information about the final status.

The CLAP search has been updated to align with the main index-based search system, creating a more unified and predictable experience across the app. This will be expecially helpfull for user with slow CPU.

We’ve also refined the backup and restore process to make it more stable especially on big dump.

Important: after the update run an analysis, 1 album is ok, in order to re-create the CLAP index.

What's Changed

Full Changelog: v1.0.2...v1.0.3

AudioMuse AI v1.0.2: Provider Migration and multiple users

20 Apr 16:14
ef1b985

Choose a tag to compare

Release Date: April 20, 2026

AudioMuse AI v1.0.2 introduces several major enhancements, including Provider Migration, Multi-User Support, and a new Dashboard experience, making AudioMuse AI more flexible and easier to manage.

Provider Migration allows you to move from one supported music server to another without rescanning your entire library. While not every track can always be migrated, testing has shown that a large portion of libraries can be transferred successfully, saving significant time on re-analysis.

With Multi-User Support, AudioMuse-AI now supports multiple accounts within the integrated frontend. User roles can be separated between administrators and standard users, giving admins full system access while allowing standard users to safely use online features without access to batch jobs or system configuration.

This release also introduces a new Dashboard landing page, providing a quick overview of key library statistics and worker status at a glance.

Alongside these new features, v1.0.2 also includes multiple bug fixes and stability improvements.

What's Changed

Full Changelog: v1.0.1...v1.0.2

AudioMuse AI v1.0.1: Flask bugfix

17 Apr 10:39
6698a89

Choose a tag to compare

Release Date: April 17, 2026

AudioMuse AI v1.0.1 introduce bugfix to the flask container to revert the high ram load (gunicorn 2 workers was loading all the index twice).

What's Changed

Full Changelog: v1.0.0...v1.0.1

AudioMuse AI v1.0.0: Setup Wizard

17 Apr 08:33
d7d12f4

Choose a tag to compare

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

New Contributors

Full Changelog: v0.9.6...v1.0.0

AudioMuse AI v0.9.6: Security update - AUTH_ENABLED true by default

06 Apr 09:42
ea15e04

Choose a tag to compare

Release Date: April 6, 2026

AudioMuse AI v0.9.6 is a security update that set the env var AUTH_ENABLED to true by default. This work with this additional env var:

  1. AUDIOMUSE_USER - mandatory
  2. AUDIOMUSE_PASSWORD - mandaotry
  3. API_TOKEN - optional, only if you use an external plugin
  4. JWT_SECRET - optional

you can read more here: AUTH DOCS

If you don't want to use it (not reccommanded) you can just set AUTH_ENABLED to false.

To help this transition the .env.example and all the deployments example are updated to support this additioanl env var.

What's Changed

Full Changelog: v0.9.5...v0.9.6

AudioMuse AI v0.9.5: Mood improvement and backup functionality

05 Apr 18:04
319fbd5

Choose a tag to compare

Release Date: April 5, 2026

AudioMuse AI v0.9.5 enhances how moods are used across the app. Mood can now be selected as an input for both Similar Song and Song Alchemy, making recommendations more flexible and expressive.

A major addition in this release is the new Backup & Restore functionality, now available in the Administration menu. This sits alongside the existing Cleaning and Scheduled Tasks tools, giving you better control over system maintenance and data management.

What's Changed

Full Changelog: v0.9.4...v0.9.5

AudioMuse AI v0.9.4: Path to Happiness

04 Apr 09:53
e326fc1

Choose a tag to compare

Release Date: April 4, 2026

With AudioMuse-AI v0.9.4, we take a step further in turning your music library into a space you can actively explore rather than simply browse.

The Song Path feature has been expanded to move beyond connections between songs, now allowing you to navigate through moods such as Happy, Sad, Relaxed, Aggressive, and Danceable. This opens the possibility to shape personal journeys across your collection, tracing emotional paths and discovering new relationships within your music.

At the same time, Song Alchemy becomes more persistent and meaningful. You can now save its results as anchors, which can later be reused either as starting points for new Song Alchemy or as input for your Song Path functionality. This adds continuity to your exploration and gives you more control over how you move through your library.

Together, these improvements reinforce the vision of Music Map: your library as a world, and AudioMuse-AI as the set of instruments that allows you to navigate it in new and expressive ways.

This release also includes a minor update to Navidrome playlist creation, which are now set as public by default, making them visible across users and better suited for shared environments.

What's Changed

Full Changelog: v0.9.3...v0.9.4

AudioMuse AI v0.9.3:

16 Mar 10:51
de68ed8

Choose a tag to compare

Release Date: March 16, 2026

AudioMuse-AI v0.9.3 fixes an issue where the search functionality could fail in some edge cases. It also improves the Instant Playlist feature by enhancing the prompt with additional metadata fields such as year, album artist, and, when supported from the music server, rating.

What's Changed

  • Add album_artist, year, rating, file_path column to data layer across all providers by @rendyhd in #306
  • Fix Search over null field by @NeptuneHub in #373

Full Changelog: v0.9.2...v0.9.3

AudioMuse AI v0.9.2: minor fix

13 Mar 14:20
0243b2a

Choose a tag to compare

Release Date: March 13, 2026

AudioMuse-AI v0.9.2 introduce some minor fix

What's Changed

Full Changelog: v0.9.1...v0.9.2

AudioMuse AI v0.9.1: fix noavx2 image

13 Mar 07:26

Choose a tag to compare

Release Date: March 13, 2026

AudioMuse-AI v0.9.1 fix the noavx2 image bug #368

Full Changelog: v0.9.0...v0.9.1