From b7ff3b07cd0384574348756009a56fa89bc02dd8 Mon Sep 17 00:00:00 2001 From: ISA Date: Thu, 24 Jul 2025 11:55:28 +0200 Subject: [PATCH] =?UTF-8?q?Firmware=20Update=20Best=C3=A4tigung=20in=20Lit?= =?UTF-8?q?twin=20blau?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- .env.production | 2 +- CHANGELOG.md | 5 +++++ components/common/ConfirmModal.tsx | 2 +- docs/TODO.md | 19 +++++++++++++++++-- package-lock.json | 4 ++-- package.json | 2 +- 7 files changed, 28 insertions(+), 8 deletions(-) diff --git a/.env.development b/.env.development index 2b6fa78..7020d0e 100644 --- a/.env.development +++ b/.env.development @@ -6,6 +6,6 @@ NEXT_PUBLIC_USE_MOCK_BACKEND_LOOP_START=false NEXT_PUBLIC_EXPORT_STATIC=false NEXT_PUBLIC_USE_CGI=false # App-Versionsnummer -NEXT_PUBLIC_APP_VERSION=1.6.642 +NEXT_PUBLIC_APP_VERSION=1.6.643 NEXT_PUBLIC_CPL_MODE=json # json (Entwicklungsumgebung) oder jsSimulatedProd (CPL ->CGI-Interface-Simulator) oder production (CPL-> CGI-Interface Platzhalter) diff --git a/.env.production b/.env.production index 8b6eb7d..5601ab7 100644 --- a/.env.production +++ b/.env.production @@ -5,5 +5,5 @@ NEXT_PUBLIC_CPL_API_PATH=/CPL NEXT_PUBLIC_EXPORT_STATIC=true NEXT_PUBLIC_USE_CGI=true # App-Versionsnummer -NEXT_PUBLIC_APP_VERSION=1.6.642 +NEXT_PUBLIC_APP_VERSION=1.6.643 NEXT_PUBLIC_CPL_MODE=production \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ecc14e..53a8d13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [1.6.643] – 2025-07-24 + +- feat Schleifeund TDR in sepaterate Bereiche in KÜ + +--- ## [1.6.642] – 2025-07-24 - feat: Isowert und Schleifenwiderstanf in schwarzen Display zusammen diff --git a/components/common/ConfirmModal.tsx b/components/common/ConfirmModal.tsx index 6fa56c9..cf22937 100644 --- a/components/common/ConfirmModal.tsx +++ b/components/common/ConfirmModal.tsx @@ -31,7 +31,7 @@ export default function ConfirmModal({ Abbrechen