Skip to content

v7.6.0 - CDN Cache Busting & Route Fixes

Latest

Choose a tag to compare

@arwei944 arwei944 released this 20 May 01:24
· 2 commits to main since this release

What's New

CDN Cache Busting

  • Add version suffix (-v7.6.0) to all frontend chunk filenames
  • Forces HF Space CDN to fetch new files instead of using cached old versions
  • Fixes 'Failed to fetch dynamically imported module' error

Route Fixes

  • Fix route ordering: specific routes now mounted before catch-all proxy
  • Fix API error handling: return empty array instead of 500 when GitHub API fails
  • Fix dashboard data loading: repos now fetched via /api/github/repos API
  • Fix trending repos 'loading...' stuck issue

Version Updates

  • Bump version from 7.5.0 to 7.6.0 across all files
  • Update vite.config.js, config.py, version.js, Dockerfile
  • Rebuild frontend with new version suffix

Stats

  • 88 tests passing
  • 195 API endpoints
  • 10 router modules
  • 30 MCP tools