v1.4.0 - Next.js 16 Upgrade & Offline Deployment Support
Release Notes - v1.4.0
Release Date: January 14, 2026
Overview
Version 1.4.0 is a feature release focused on improving file upload capabilities, enabling offline deployments, and enhancing the user onboarding experience. This release includes a major Next.js upgrade (15 → 16) that resolves large file upload issues, plus several important bug fixes for documentation, workflow automation, and file cleanup.
✨ Features
Next.js 16 Upgrade (#423)
- Upgraded Next.js from 15.4.10 to 16.1.1
- Enables
proxyClientMaxBodySizeconfiguration for large file uploads - Upgraded React from 19.1.0 to 19.2.3
- Renamed
middleware.ts→proxy.ts(required by Next.js 16) - Users can now upload files larger than 10MB (up to 100MB)
- Resolves "Unrecognized key" warnings from Next.js 15
- Enables
Offline Deployment Support (#414)
- Improved Dockerfile for offline/airgapped deployments
- Prevents uv from attempting to sync libraries at runtime