From f051292e0dbee6fae9518463f3a8b1d00d4e9d83 Mon Sep 17 00:00:00 2001 From: Broque Thomas <26755000+Nezreka@users.noreply.github.com> Date: Wed, 4 Mar 2026 18:32:03 -0800 Subject: [PATCH] update version modal --- web_server.py | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/web_server.py b/web_server.py index bc797e7f..6150a968 100644 --- a/web_server.py +++ b/web_server.py @@ -11994,6 +11994,19 @@ def get_version_info(): "title": "What's New in SoulSync", "subtitle": "Version 1.7 — Latest Changes", "sections": [ + { + "title": "📋 Mirrored Playlists", + "description": "Persistent cross-service playlist archive on the Sync page", + "features": [ + "• Automatically mirrors every parsed playlist from Spotify, Tidal, YouTube, and Beatport", + "• New 'Mirrored' tab with source-branded cards showing live discovery and download status", + "• Click any mirrored playlist to browse its full track list or run it through discovery", + "• Re-parsing the same playlist updates the existing mirror — no duplicates", + "• Cards reflect live state: Discovering, Discovered, Downloading, Downloaded", + "• Download progress survives page refresh — click a 'Downloading...' card to resume viewing", + "• Profile-scoped — each profile has its own mirrored playlists" + ] + }, { "title": "👥 Multi-Profile Support", "description": "Netflix-style profile picker for shared households",