From 25c5bb62862cc138c74b9999868db78475cd8ff6 Mon Sep 17 00:00:00 2001 From: Thore Cimbal Date: Sun, 16 Aug 2026 12:00:00 +0000 Subject: [PATCH] feat(element-web): roll out v0.5.0 with AI noise suppression MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ships ADR-0018: DeepFilterNet3 as an opt-in filter in the call widget, default off, checkbox plus slider, 35 % by default. The image now carries 23 MB of model assets under /widgets/element-call/assets/dfn3/; they load when the user turns the filter on, not on page load, so anyone leaving it off pays nothing. The .7 package would have shipped a filter that was dead inside the widget and nowhere else. Verified through the chain instead of trusting the green build: npm package, node_modules, webpack output, and the CI artifact all carry the assets at the path the widget requests. The last link — the running pod — gets checked after this syncs. Co-Authored-By: Claude Opus 4.8 --- apps/production/element-server-suite.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/apps/production/element-server-suite.yaml b/apps/production/element-server-suite.yaml index 6deb9f0..d176eda 100644 --- a/apps/production/element-server-suite.yaml +++ b/apps/production/element-server-suite.yaml @@ -81,12 +81,17 @@ spec: image: registry: rohana.axion1337.de repository: sorb/threadnet-web + # v0.5.0 = KI-Geraeuschunterdrueckung im Call-Widget (ADR-0018): erste + # Funktionserweiterung seit dem Rebrand, daher Minor statt Patch. Das + # Image traegt jetzt 23 MB Modell-Assets unter + # /widgets/element-call/assets/dfn3/ - sie werden erst beim Einschalten + # des Filters geladen, nicht beim Seitenaufruf. # v0.4.0 = Rebrand sichtbar: zentrierte Icons, Markenfarbe #ed4f4c, # About-Attribution unter der Client-Version (ThreadNet-Web#10). # Die Linie beginnt bei v0.3.0, dem ersten kanonischen CI-Build aus # apps/web/Dockerfile - er loeste die Derivat-Images ab, deren # Entrypoint ohne Exec-Bit /config.json still brach (ThreadNet-Web#8). - tag: v0.4.3 + tag: v0.5.0 ingress: host: axion1337.chat