v1.6.38
Expensify/Appv1.6.38Jun 16, 2026by Ed1s0nZ
AI Summary
Internal update to support offline/intranet deployment by removing external CDN dependencies for frontend libraries.
Key Highlights
- Vendored 7 frontend libraries from jsdelivr CDN to local `web/static/vendor/`
- Changed references to local paths to prevent loading failures in offline environments
- Ensured internal deployments remain functional without external network access
New Features
- Local library references for offline deployment
- Vendored frontend libraries
Full Release Notes
将原先依赖 jsdelivr CDN 的 7 个前端库全部下载到 web/static/vendor/ 并改成本地引用,内网/离线部署不再因外网不可达导致 JS 加载不全。 --- All seven frontend libraries that previously loaded from the jsdelivr CDN were vendored under web/static/vendor/ and wired to local paths, so intranet/offline deployments no longer break when external CDNs are unreachable.