v1.6.38
imputnet/cobaltv1.6.38Jun 16, 2026by Ed1s0nZ
AI Summary
This release improves offline and intranet deployment reliability by bundling frontend dependencies locally. The project now includes 7 previously external libraries within the `web/static/vendor/` directory. This change ensures the application functions correctly without internet access.
Key Highlights
- Vendored 7 frontend libraries from jsdelivr CDN into `web/static/vendor/`
- Switched all library references to local paths
- Fixed loading issues for intranet and offline deployments
- Removed dependency on external CDNs for frontend assets
New Features
- Offline/intranet deployment support
- Local vendor library management
- Improved deployment stability without external network access
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.