v1.6.38
ravitemer/mcp-hubv1.6.38Jun 16, 2026by Ed1s0nZ
AI Summary
Addresses deployment reliability by vendoring 7 frontend libraries locally. This removes the dependency on the jsdelivr CDN, ensuring that intranet and offline deployments function correctly without internet access.
Key Highlights
- Vendored 7 frontend libraries to web/static/vendor/
- Removed dependency on jsdelivr CDN
- Fixed broken JS loading in offline/intranet environments
New Features
- Local vendor library support
- Offline deployment fix
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.