• v3.3.87 c37c8e3906

    Administrator released this 2026-06-21 01:50:07 +02:00 | 52 commits to master since this release

    Performance: eliminate UI lag during long upload sessions.

    The recent-uploads panel rebuilt all rows on every completed upload once the session cap was reached (~80ms main-thread freeze per completion, profiled in Blink); it now updates incrementally (measured ~7ms, >10x). Also includes config-store read caching and removal of redundant config reads from the 500ms log-flush path.

    Downloads