Skip to content

v0.0.66

Choose a tag to compare

@daodao97 daodao97 released this 17 Jun 13:17

🚀 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() with debugPrint()
  • API Compatibility: Fixed withOpacity deprecation warning by using withValues() 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