From 22a4d4411d1916080e466af20d5adb76af13b4e0 Mon Sep 17 00:00:00 2001 From: eafonyang Date: Mon, 17 Aug 2026 14:56:32 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E8=BF=94=E5=9B=9E=E6=97=A7?= =?UTF-8?q?=E7=89=88=E5=85=A5=E5=8F=A3=E5=92=8C=E7=9B=B8=E5=85=B3=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/public/changelog.md | 9 +++++++-- client/src/locales/data-de.json | 1 - client/src/locales/data-en.json | 1 - client/src/locales/data-es.json | 1 - client/src/locales/data-fr.json | 1 - client/src/locales/data-zh-HK.json | 1 - client/src/locales/data-zh.json | 1 - 7 files changed, 7 insertions(+), 8 deletions(-) diff --git a/client/public/changelog.md b/client/public/changelog.md index 8e6b654..503ef34 100644 --- a/client/public/changelog.md +++ b/client/public/changelog.md @@ -1,9 +1,14 @@ # What's New -> This document records feature updates and bug fixes for the Luxsin X9 controller. A new entry is appended here after each release. +> This document records feature updates and bug fixes for the Luxsin B9 controller. Entries are listed in reverse chronological order — the newest release appears first. + +## v2026.08.17 + +### Changes +- Removed the "Legacy version" entry from the home page. The legacy Web UI is no longer being updated or maintained — please use this new Web UI for the best experience. ## v2026.08.06 ### New Features - Added a "What's New" entry on the home page, allowing you to view release notes online. -- Added Undo support on the EQ page: tap the Undo button to revert your most recent change. It covers band parameter edits (frequency / gain / Q / filter type), slider drag adjustments, preamp and auto-preamp changes, A/B mode copy & switch, and batch edits. Each undo shows a toast describing exactly what was reverted (e.g. "A Band 3 GAIN +2.0 → 0.0"). \ No newline at end of file +- Added Undo support on the EQ page: tap the Undo button to revert your most recent change. It covers band parameter edits (frequency / gain / Q / filter type), slider drag adjustments, preamp and auto-preamp changes, A/B mode copy & switch, and batch edits. Each undo shows a toast describing exactly what was reverted (e.g. "A Band 3 GAIN +2.0 → 0.0"). diff --git a/client/src/locales/data-de.json b/client/src/locales/data-de.json index 0fe089b..dfc8ede 100644 --- a/client/src/locales/data-de.json +++ b/client/src/locales/data-de.json @@ -31,7 +31,6 @@ "powerOffToastDemo": "Demomodus: Vom Gerät getrennt.", "powerOffToastSent": "Abschaltbefehl gesendet.", "doubleClickHint": "Doppelklick zum Eintreten", - "backToLegacy": "Alte Version", "changelog": "Neuerungen", "changelogLoadFailed": "Laden fehlgeschlagen, bitte später erneut versuchen" }, diff --git a/client/src/locales/data-en.json b/client/src/locales/data-en.json index 14e6e53..d5d351c 100644 --- a/client/src/locales/data-en.json +++ b/client/src/locales/data-en.json @@ -31,7 +31,6 @@ "powerOffToastDemo": "Demo mode: disconnected from the device.", "powerOffToastSent": "Shutdown command sent.", "doubleClickHint": "Double-click to enter", - "backToLegacy": "Legacy version", "changelog": "What's New", "changelogLoadFailed": "Failed to load, please try again later" }, diff --git a/client/src/locales/data-es.json b/client/src/locales/data-es.json index c12a85c..dc827f9 100644 --- a/client/src/locales/data-es.json +++ b/client/src/locales/data-es.json @@ -31,7 +31,6 @@ "powerOffToastDemo": "Modo demo: desconectado del dispositivo.", "powerOffToastSent": "Comando de apagado enviado.", "doubleClickHint": "Doble clic para entrar", - "backToLegacy": "Versión anterior", "changelog": "Novedades", "changelogLoadFailed": "Error al cargar, inténtelo de nuevo más tarde" }, diff --git a/client/src/locales/data-fr.json b/client/src/locales/data-fr.json index 78f653f..782e77a 100644 --- a/client/src/locales/data-fr.json +++ b/client/src/locales/data-fr.json @@ -31,7 +31,6 @@ "powerOffToastDemo": "Mode démo : déconnecté de l'appareil.", "powerOffToastSent": "Commande d'extinction envoyée.", "doubleClickHint": "Double-clic pour entrer", - "backToLegacy": "Ancienne version", "changelog": "Nouveautés", "changelogLoadFailed": "Échec du chargement, veuillez réessayer plus tard" }, diff --git a/client/src/locales/data-zh-HK.json b/client/src/locales/data-zh-HK.json index 2a304e1..e931bab 100644 --- a/client/src/locales/data-zh-HK.json +++ b/client/src/locales/data-zh-HK.json @@ -31,7 +31,6 @@ "powerOffToastDemo": "演示模式:已中斷與裝置的連線", "powerOffToastSent": "已傳送關機指令", "doubleClickHint": "按兩下進入", - "backToLegacy": "返回舊版", "changelog": "更新說明", "changelogLoadFailed": "載入失敗,請稍後再試" }, diff --git a/client/src/locales/data-zh.json b/client/src/locales/data-zh.json index 720bca2..c98d916 100644 --- a/client/src/locales/data-zh.json +++ b/client/src/locales/data-zh.json @@ -31,7 +31,6 @@ "powerOffToastDemo": "演示模式:已断开与设备的连接", "powerOffToastSent": "已发送关机指令", "doubleClickHint": "双击进入", - "backToLegacy": "返回旧版", "changelog": "更新说明", "changelogLoadFailed": "加载失败,请稍后重试" },