codehome v0.2.2 /Changelog
On this page

#Changelog

#0.3.3

#Fixes

  • Fix. Remove dead rate_limit.py module.
  • Fix. Remove unused CSRFMiddleware re-export.
  • Fix. Simplify middleware proxy: replace classes with accessor functions.

#0.3.2

#Fixes

  • Fix. Use wesktop AppConfig for centralized app configuration.
  • Fix. Import MCP roles and tools from wesktop instead of maintaining local copies.
  • Fix. Document pywebview as optional dependency for the 'v open' command.

#0.3.1

#Fixes

  • Fix. Updated repository URL from GreenCapitals to smm-h.
  • Fix. Fixed test_plugins.py test for PluginManifest version attribute.

#0.3.0

#Breaking

  • Breaking. FastAPI, Starlette, and uvicorn replaced with wesktop. All server routes, middleware, auth, CORS, CSRF, rate limiting, and dependency injection now use the wesktop framework. Projects depending on codehome's FastAPI app will need updates.

#Features

  • New. Desktop window via v open command -- launches the dashboard in a native pywebview window. Use --browser flag for browser fallback.