🚀 ChatMCP v0.0.66 Release Notes
✨ New Features
- Web Platform Support: Initial support for web platform, expanding application accessibility
- Web MCP Server Configuration: Added MCP server configuration support for web platform
🐛 Bug Fixes
- Code Quality Improvements: Fixed Dart analysis warnings by replacing
print()withdebugPrint() - API Compatibility: Fixed
withOpacitydeprecation warning by usingwithValues()method to avoid precision loss - Code Formatting: Fixed Dart code formatting issues
🔧 Refactoring
- UI Optimization: Removed unnecessary SingleChildScrollView from MarkdownBlock component, improving rendering performance
🎉 Acknowledgments
Special thanks to @cevheri for the significant contributions in this release, especially for implementing the web platform support!
Full Changelog: v0.0.65...v0.0.66