From 8b948d00a416d0d660e4a3f93153802de88faad9 Mon Sep 17 00:00:00 2001 From: "Aaron D. Lee" Date: Fri, 9 Jan 2026 22:22:41 -0500 Subject: [PATCH] Update about page version history for v4.2.0 Co-Authored-By: Claude Opus 4.5 --- frontends/web/templates/about.html | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/frontends/web/templates/about.html b/frontends/web/templates/about.html index 3bae775..392d42c 100644 --- a/frontends/web/templates/about.html +++ b/frontends/web/templates/about.html @@ -340,11 +340,13 @@
- v4.1.2 + v4.2.0
- Progress bars for encode operations, - mobile-responsive polish, - DCT decode bug fix, release validation script + Performance optimizations: + ~70% faster decode (vectorized DCT), + 50% less RAM (float32), + async API endpoints, + decode progress callbacks
@@ -362,6 +364,10 @@
+ + + +
4.1.7Progress bars for encode, mobile polish, release validation
4.1.1 DCT RS format stability, Docker cleanup, first-boot wizard