v1.6.37

ravitemer/mcp-hubv1.6.37Jun 15, 2026by Ed1s0nZ

AI Summary

Fixes critical bugs in the projects page, including a function call error and missing router definitions. It also ensures router.js is loaded in the head to prevent undefined errors and adds support for hash routing on the projects page.

Key Highlights

  • Fixed projects page crash/error
  • Loaded router.js earlier to prevent undefined switchPage
  • Added projects support to hash-based routing

New Features

  • Router loading fix
  • Projects routing support

Full Release Notes

修复项目管理页误调 syncProjectsModalBodyLock、将 router.js 提前加载以避免 switchPage 未定义,并补全 hash 路由对 projects 页的支持。

---

Fixed the projects page by calling syncAppModalBodyLock instead of the missing function, loading router.js in <head> so switchPage is defined before nav clicks, and adding projects to hash-based routing.