diff --git a/RELEASE_NOTES/2.2.5/en.md b/RELEASE_NOTES/2.2.5/en.md new file mode 100644 index 0000000..c7a4033 --- /dev/null +++ b/RELEASE_NOTES/2.2.5/en.md @@ -0,0 +1,28 @@ +# Release v2.2.5 - WSL Environment Support & Cross-Platform Enhancement + +## 🌟 Highlights +This version introduces comprehensive support for WSL (Windows Subsystem for Linux) environments, enabling WSL users to seamlessly use this tool with automatic Windows browser launching, significantly improving cross-platform development experience. + +## ✨ New Features +- 🐧 **WSL Environment Detection**: Automatically identifies WSL environments and provides specialized support logic +- 🌐 **Smart Browser Launching**: Automatically invokes Windows browser in WSL environments with multiple launch methods +- 🔧 **Cross-Platform Testing Enhancement**: Test functionality integrates WSL detection for improved test coverage + +## 🚀 Improvements +- 🎯 **Environment Detection Optimization**: Improved remote environment detection logic, WSL no longer misidentified as remote environment +- 📊 **System Information Enhancement**: System information tool now displays WSL environment status +- 🧪 **Testing Experience Improvement**: Test mode automatically attempts browser launching for better testing experience + +## 📦 Installation & Update +```bash +# Quick test latest version +uvx mcp-feedback-enhanced@latest test --gui + +# Update to specific version +uvx mcp-feedback-enhanced@v2.2.5 test +``` + +## 🔗 Related Links +- Full Documentation: [README.md](../../README.md) +- Issue Reports: [GitHub Issues](https://github.com/Minidoracat/mcp-feedback-enhanced/issues) +- Project Homepage: [GitHub Repository](https://github.com/Minidoracat/mcp-feedback-enhanced) diff --git a/RELEASE_NOTES/2.2.5/zh-CN.md b/RELEASE_NOTES/2.2.5/zh-CN.md new file mode 100644 index 0000000..717cf73 --- /dev/null +++ b/RELEASE_NOTES/2.2.5/zh-CN.md @@ -0,0 +1,28 @@ +# Release v2.2.5 - WSL 环境支持与跨平台增强 + +## 🌟 亮点 +本版本新增了 WSL (Windows Subsystem for Linux) 环境的完整支持,让 WSL 用户能够无缝使用本工具并自动启动 Windows 浏览器,大幅提升跨平台开发体验。 + +## ✨ 新功能 +- 🐧 **WSL 环境检测**: 自动识别 WSL 环境,提供专门的支持逻辑 +- 🌐 **智能浏览器启动**: WSL 环境下自动调用 Windows 浏览器,支持多种启动方式 +- 🔧 **跨平台测试增强**: 测试功能整合 WSL 检测,提升测试覆盖率 + +## 🚀 改进功能 +- 🎯 **环境检测优化**: 改进远程环境检测逻辑,WSL 不再被误判为远程环境 +- 📊 **系统信息增强**: 系统信息工具新增 WSL 环境状态显示 +- 🧪 **测试体验提升**: 测试模式下自动尝试启动浏览器,提供更好的测试体验 + +## 📦 安装与更新 +```bash +# 快速测试最新版本 +uvx mcp-feedback-enhanced@latest test --gui + +# 更新到特定版本 +uvx mcp-feedback-enhanced@v2.2.5 test +``` + +## 🔗 相关链接 +- 完整文档: [README.zh-CN.md](../../README.zh-CN.md) +- 问题报告: [GitHub Issues](https://github.com/Minidoracat/mcp-feedback-enhanced/issues) +- 项目首页: [GitHub Repository](https://github.com/Minidoracat/mcp-feedback-enhanced) diff --git a/RELEASE_NOTES/2.2.5/zh-TW.md b/RELEASE_NOTES/2.2.5/zh-TW.md new file mode 100644 index 0000000..666d7e6 --- /dev/null +++ b/RELEASE_NOTES/2.2.5/zh-TW.md @@ -0,0 +1,28 @@ +# Release v2.2.5 - WSL 環境支援與跨平台增強 + +## 🌟 亮點 +本版本新增了 WSL (Windows Subsystem for Linux) 環境的完整支援,讓 WSL 用戶能夠無縫使用本工具並自動啟動 Windows 瀏覽器,大幅提升跨平台開發體驗。 + +## ✨ 新功能 +- 🐧 **WSL 環境檢測**: 自動識別 WSL 環境,提供專門的支援邏輯 +- 🌐 **智能瀏覽器啟動**: WSL 環境下自動調用 Windows 瀏覽器,支援多種啟動方式 +- 🔧 **跨平台測試增強**: 測試功能整合 WSL 檢測,提升測試覆蓋率 + +## 🚀 改進功能 +- 🎯 **環境檢測優化**: 改進遠端環境檢測邏輯,WSL 不再被誤判為遠端環境 +- 📊 **系統資訊增強**: 系統資訊工具新增 WSL 環境狀態顯示 +- 🧪 **測試體驗提升**: 測試模式下自動嘗試啟動瀏覽器,提供更好的測試體驗 + +## 📦 安裝與更新 +```bash +# 快速測試最新版本 +uvx mcp-feedback-enhanced@latest test --gui + +# 更新到特定版本 +uvx mcp-feedback-enhanced@v2.2.5 test +``` + +## 🔗 相關連結 +- 完整文檔: [README.zh-TW.md](../../README.zh-TW.md) +- 問題回報: [GitHub Issues](https://github.com/Minidoracat/mcp-feedback-enhanced/issues) +- 專案首頁: [GitHub Repository](https://github.com/Minidoracat/mcp-feedback-enhanced) diff --git a/RELEASE_NOTES/CHANGELOG.en.md b/RELEASE_NOTES/CHANGELOG.en.md index a1450b9..6fa4af2 100644 --- a/RELEASE_NOTES/CHANGELOG.en.md +++ b/RELEASE_NOTES/CHANGELOG.en.md @@ -2,177 +2,96 @@ This document records all version updates for **MCP Feedback Enhanced**. +## [v2.2.5] - WSL Environment Support & Cross-Platform Enhancement + +### ✨ New Features +- 🐧 **WSL Environment Detection**: Automatically identifies WSL environments and provides specialized support logic +- 🌐 **Smart Browser Launching**: Automatically invokes Windows browser in WSL environments with multiple launch methods +- 🔧 **Cross-Platform Testing Enhancement**: Test functionality integrates WSL detection for improved test coverage + +### 🚀 Improvements +- 🎯 **Environment Detection Optimization**: Improved remote environment detection logic, WSL no longer misidentified as remote environment +- 📊 **System Information Enhancement**: System information tool now displays WSL environment status +- 🧪 **Testing Experience Improvement**: Test mode automatically attempts browser launching for better testing experience + --- -# Release v2.2.4 - GUI Experience Optimization & Bug Fixes -## 🌟 Highlights -This version focuses on GUI user experience optimization, fixing image copy-paste duplication issues, reorganizing localization file structure, and improving interface text readability. +## [v2.2.4] - GUI Experience Optimization & Bug Fixes -## 🐛 Bug Fixes +### 🐛 Bug Fixes - 🖼️ **Image Duplicate Paste Fix**: Fixed the issue where Ctrl+V image pasting in GUI would create duplicate images - 🌐 **Localization Switch Fix**: Fixed image settings area text not translating correctly when switching languages - 📝 **Font Readability Improvement**: Adjusted font sizes in image settings area for better readability -## 📦 Installation & Update -```bash -# Quick test latest version -uvx mcp-feedback-enhanced@latest test --gui - -# Update to specific version -uvx mcp-feedback-enhanced@v2.2.4 test -``` - -## 🔗 Related Links -- Full Documentation: [README.md](../../README.md) -- Issue Reports: [GitHub Issues](https://github.com/Minidoracat/mcp-feedback-enhanced/issues) -- Project Homepage: [GitHub Repository](https://github.com/Minidoracat/mcp-feedback-enhanced) --- - -## 🌟 Highlights -This version introduces user-controllable timeout settings and flexible image upload configuration options, while improving UV Cache management tools to enhance the overall user experience. - -## ✨ New Features -- ⏰ **User Timeout Control**: Added customizable timeout settings with flexible range from 30 seconds to 2 hours -- ⏱️ **Countdown Timer**: Real-time countdown timer display at the top of the interface for visual time reminders -- 🖼️ **Image Size Limits**: Added image upload size limit settings (unlimited/1MB/3MB/5MB) -- 🔧 **Base64 Compatibility Mode**: Added Base64 detail mode to improve image recognition compatibility with AI models -- 🧹 **UV Cache Management Tool**: Added `cleanup_cache.py` script to help manage and clean UV cache space - -## 🚀 Improvements -- 📚 **Documentation Structure Optimization**: Reorganized documentation directory structure, moved images to `docs/{language}/images/` paths -- 📖 **Cache Management Guide**: Added detailed UV Cache management guide with automated cleanup solutions -- 🎯 **Smart Compatibility Hints**: Automatically display Base64 compatibility mode suggestions when image upload fails -- 🔄 **Settings Sync Mechanism**: Improved image settings synchronization between different interface modes - -## 🐛 Bug Fixes -- 🛡️ **Timeout Handling Optimization**: Improved coordination between user-defined timeout and MCP system timeout -- 🖥️ **Interface Auto-close**: Fixed interface auto-close and resource cleanup logic after timeout -- 📱 **Responsive Layout**: Optimized timeout control component display on small screen devices - -## 🔧 Technical Improvements -- 🎛️ **Timeout Control Architecture**: Implemented separated design for frontend countdown timer and backend timeout handling -- 📊 **Image Processing Optimization**: Improved image upload size checking and format validation mechanisms -- 🗂️ **Settings Persistence**: Enhanced settings saving mechanism to ensure correct saving and loading of user preferences -- 🧰 **Tool Script Enhancement**: Added cross-platform cache cleanup tool with support for force cleanup and preview modes - -## 📦 Installation & Update -```bash -# Quick test latest version -uvx mcp-feedback-enhanced@latest test --gui - -# Update to specific version -uvx mcp-feedback-enhanced@v2.2.3 test -``` - -## 🔗 Related Links -- Full Documentation: [README.md](../../README.md) -- Issue Reporting: [GitHub Issues](https://github.com/Minidoracat/mcp-feedback-enhanced/issues) -- Related PRs: #22 (Timeout Control Feature), #19 (Image Settings Feature) - ---- - -## [v2.2.3] - Timeout Control & Image Settings Enhancement (2025-01-XX) - -### 🌟 Highlights -This version introduces user-controllable timeout settings and flexible image upload configuration options, while improving UV Cache management tools to enhance the overall user experience. +## [v2.2.3] - Timeout Control & Image Settings Enhancement ### ✨ New Features - ⏰ **User Timeout Control**: Added customizable timeout settings with flexible range from 30 seconds to 2 hours - ⏱️ **Countdown Timer**: Real-time countdown timer display at the top of the interface for visual time reminders - 🖼️ **Image Size Limits**: Added image upload size limit settings (unlimited/1MB/3MB/5MB) -- 🔧 **Base64 Compatibility Mode**: Added Base64 detail mode to improve image recognition compatibility with AI models +- 🔧 **Base64 Compatibility Mode**: Added Base64 detail mode to improve image recognition compatibility with AI models - 🧹 **UV Cache Management Tool**: Added `cleanup_cache.py` script to help manage and clean UV cache space ### 🚀 Improvements - 📚 **Documentation Structure Optimization**: Reorganized documentation directory structure, moved images to `docs/{language}/images/` paths - 📖 **Cache Management Guide**: Added detailed UV Cache management guide with automated cleanup solutions - 🎯 **Smart Compatibility Hints**: Automatically display Base64 compatibility mode suggestions when image upload fails -- 🔄 **Settings Sync Mechanism**: Improved image settings synchronization between different interface modes ### 🐛 Bug Fixes - 🛡️ **Timeout Handling Optimization**: Improved coordination between user-defined timeout and MCP system timeout - 🖥️ **Interface Auto-close**: Fixed interface auto-close and resource cleanup logic after timeout - 📱 **Responsive Layout**: Optimized timeout control component display on small screen devices -### 🔧 Technical Improvements -- 🎛️ **Timeout Control Architecture**: Implemented separated design for frontend countdown timer and backend timeout handling -- 📊 **Image Processing Optimization**: Improved image upload size checking and format validation mechanisms -- 🗂️ **Settings Persistence**: Enhanced settings saving mechanism to ensure correct saving and loading of user preferences -- 🧰 **Tool Script Enhancement**: Added cross-platform cache cleanup tool with support for force cleanup and preview modes - --- -## [v2.2.2] - Timeout Auto-cleanup Fix (2024-12-XX) - -### 🌟 Highlights -This version fixes a critical resource management issue where GUI/Web UI interfaces were not properly closed when MCP sessions ended due to timeout, causing the interfaces to remain open and unresponsive. +## [v2.2.2] - Timeout Auto-cleanup Fix ### 🐛 Bug Fixes -- 🔄 **Timeout Auto-cleanup**: Fixed GUI/Web UI not automatically closing after MCP session timeout (default 600 seconds) (fixes #5) +- 🔄 **Timeout Auto-cleanup**: Fixed GUI/Web UI not automatically closing after MCP session timeout (default 600 seconds) - 🛡️ **Resource Management Optimization**: Improved timeout handling mechanism to ensure proper cleanup and closure of all UI resources on timeout - ⚡ **Enhanced Timeout Detection**: Strengthened timeout detection logic to correctly handle timeout events in various scenarios -- 🔧 **Interface Response Improvement**: Enhanced Web UI frontend handling of session timeout events - -### 🚀 Technical Improvements -- 📦 **Web Session Management**: Refactored WebFeedbackSession timeout handling logic -- 🎯 **QTimer Integration**: Introduced precise QTimer timeout control mechanism in GUI -- 🌐 **Frontend Communication Optimization**: Improved timeout message communication between Web UI frontend and backend -- 🧹 **Resource Cleanup Mechanism**: Added _cleanup_resources_on_timeout method to ensure thorough cleanup --- -## [v2.2.1] - Window Optimization & Unified Settings Interface (2024-12-XX) - -### 🌟 Highlights -This release primarily addresses GUI window size constraints, implements smart window state saving mechanisms, and optimizes the unified settings interface. +## [v2.2.1] - Window Optimization & Unified Settings Interface ### 🚀 Improvements -- 🖥️ **Window Size Constraint Removal**: Removed GUI main window minimum size limit from 1000×800 to 400×300, allowing users to freely adjust window size for different use cases -- 💾 **Real-time Window State Saving**: Implemented real-time saving mechanism for window size and position changes, with debounce delay to avoid excessive I/O operations -- ⚙️ **Unified Settings Interface Optimization**: Improved GUI settings page configuration saving logic to avoid setting conflicts, ensuring correct window positioning and size settings -- 🎯 **Smart Window Size Saving**: In "Always center display" mode, correctly saves window size (but not position); in "Smart positioning" mode, saves complete window state +- 🖥️ **Window Size Constraint Removal**: Removed GUI main window minimum size limit from 1000×800 to 400×300 +- 💾 **Real-time Window State Saving**: Implemented real-time saving mechanism for window size and position changes +- ⚙️ **Unified Settings Interface Optimization**: Improved GUI settings page configuration saving logic to avoid setting conflicts ### 🐛 Bug Fixes -- 🔧 **Window Size Constraint**: Fixed GUI window unable to resize to small dimensions issue (fixes #10 part one) +- 🔧 **Window Size Constraint**: Fixed GUI window unable to resize to small dimensions issue - 🛡️ **Setting Conflicts**: Fixed potential configuration conflicts during settings save operations --- -## [v2.2.0] - Layout & Settings UI Enhancements (2024-12-XX) - -### 🌟 Highlights -This version adds horizontal layout options, optimizes the settings interface, and fixes shortcut keys and image pasting issues. +## [v2.2.0] - Layout & Settings UI Enhancements ### ✨ New Features -- 🎨 **Horizontal Layout Mode**: Added a left-right layout (horizontal split) option for summary and feedback in the combined mode for both GUI and Web UI, offering more flexible viewing (fulfills [Issue #1](https://github.com/Minidoracat/mcp-feedback-enhanced/issues/1)) +- 🎨 **Horizontal Layout Mode**: GUI & Web UI combined mode adds left-right layout option for summary and feedback ### 🚀 Improvements -- 🎨 **Improved Settings Interface**: Optimized the settings page for both GUI and Web UI, enhancing layout clarity and user experience -- ⌨️ **GUI Shortcut Enhancement**: The submit feedback shortcut (Ctrl+Enter / Cmd+Enter) now fully supports the Enter key on the numeric keypad (numpad) +- 🎨 **Improved Settings Interface**: Optimized the settings page for both GUI and Web UI +- ⌨️ **GUI Shortcut Enhancement**: Submit feedback shortcut now fully supports numeric keypad Enter key ### 🐛 Bug Fixes -- 🔧 **Image Duplication Fix (Web UI)**: Resolved an issue where pasting images using Ctrl+V in the text input area could lead to duplicate image pasting +- 🔧 **Image Duplication Fix**: Resolved Web UI image pasting duplication issue --- -## [v2.1.1] - Window Positioning Optimization (2024-11-XX) - -### 🌟 Highlights -Perfect solution for window positioning issues in multi-monitor environments, especially T-shaped screen arrangements and other complex configurations. +## [v2.1.1] - Window Positioning Optimization ### ✨ New Features - 🖥️ **Smart Window Positioning**: Added "Always show window at primary screen center" setting option - 🌐 **Multi-Monitor Support**: Perfect solution for complex multi-monitor setups like T-shaped screen arrangements - 💾 **Position Memory**: Auto-save and restore window position with intelligent visibility detection -- ⚙️ **User Choice**: Provides smart positioning (default) and forced center display modes --- -## [v2.1.0] - Complete Refactored Version (2024-11-XX) - -### 🌟 Highlights -This is a major refactoring version where both GUI and Web UI adopt brand new modular architecture. +## [v2.1.0] - Complete Refactored Version ### 🎨 Major Refactoring - 🏗️ **Complete Refactoring**: GUI and Web UI adopt modular architecture @@ -184,20 +103,17 @@ This is a major refactoring version where both GUI and Web UI adopt brand new mo - ⚙️ **Feature Enhancement**: New settings options and auto-close page functionality - ℹ️ **About Page**: Added about page with version info, project links, and acknowledgments -### 🐛 Bug Fixes -- 🌐 **Language Switching**: Fixed Web UI content update issues when switching languages - --- -## [v2.0.14] - Shortcut & Image Feature Enhancement (2024-10-XX) +## [v2.0.14] - Shortcut & Image Feature Enhancement ### 🚀 Improvements -- ⌨️ **Enhanced Shortcuts**: Ctrl+Enter supports numpad +- ⌨️ **Enhanced Shortcuts**: Ctrl+Enter supports numeric keypad - 🖼️ **Smart Image Pasting**: Ctrl+V directly pastes clipboard images --- -## [v2.0.9] - Multi-language Architecture Refactor (2024-10-XX) +## [v2.0.9] - Multi-language Architecture Refactor ### 🔄 Refactoring - 🌏 **Multi-language Architecture Refactor**: Support for dynamic loading @@ -205,7 +121,7 @@ This is a major refactoring version where both GUI and Web UI adopt brand new mo --- -## [v2.0.3] - Encoding Issues Fix (2024-10-XX) +## [v2.0.3] - Encoding Issues Fix ### 🐛 Critical Fixes - 🛡️ **Complete Chinese Character Encoding Fix**: Resolved all Chinese display related issues @@ -213,7 +129,7 @@ This is a major refactoring version where both GUI and Web UI adopt brand new mo --- -## [v2.0.0] - Web UI Support (2024-09-XX) +## [v2.0.0] - Web UI Support ### 🌟 Major Features - ✅ **Added Web UI Support**: Support for remote environments diff --git a/RELEASE_NOTES/CHANGELOG.md b/RELEASE_NOTES/CHANGELOG.md deleted file mode 100644 index a666b9c..0000000 --- a/RELEASE_NOTES/CHANGELOG.md +++ /dev/null @@ -1,125 +0,0 @@ -# Changelog (English) - -This file documents all version updates for **MCP Feedback Enhanced**. - ---- - -## [v2.2.4] - GUI Experience Optimization & Bug Fixes (2025-01-XX) - -### 🐛 Bug Fixes -- 🖼️ **Image Duplicate Paste Fix**: Fixed the issue where Ctrl+V image pasting in GUI would create duplicate images -- 🌐 **Localization Switch Fix**: Fixed image settings area text not translating correctly when switching languages -- 📝 **Font Readability Improvement**: Adjusted font sizes in image settings area for better readability - ---- - -## [v2.2.3] - Timeout Control & Image Settings Enhancement (2025-01-XX) - -### ✨ New Features -- ⏰ **User Timeout Control**: Added customizable timeout settings with flexible range from 30 seconds to 2 hours -- ⏱️ **Countdown Timer**: Real-time countdown timer displayed at the top of the interface for visual time reminders -- 🖼️ **Image Size Limit**: Added image upload size limit settings (Unlimited/1MB/3MB/5MB) -- 🔧 **Base64 Compatibility Mode**: Added Base64 verbose mode to improve image recognition compatibility with some AI models -- 🧹 **UV Cache Management Tool**: Added `cleanup_cache.py` script for managing and cleaning UV cache space - -### 🚀 Improvements -- 📚 **Documentation Structure Optimization**: Reorganized documentation directory structure, moved images to `docs/{language}/images/` path -- 📖 **Cache Management Guide**: Added detailed UV Cache management guide with automated cleanup solutions -- 🎯 **Smart Compatibility Hints**: Automatically show Base64 compatibility mode suggestions when image upload fails - -### 🐛 Bug Fixes -- 🛡️ **Timeout Handling Optimization**: Improved coordination between user-defined timeout and MCP system timeout -- 🖥️ **Interface Auto-close**: Fixed timeout-triggered interface auto-close and resource cleanup logic -- 📱 **Responsive Layout**: Optimized timeout control components display on small screen devices - ---- - -## [v2.2.2] - Timeout Auto-cleanup Fix (2024-12-XX) - -### 🐛 Bug Fixes -- 🔄 **Timeout Auto-cleanup**: Fixed GUI/Web UI not auto-closing after MCP session timeout (default 600 seconds) -- 🛡️ **Resource Management Optimization**: Improved timeout handling to ensure proper cleanup and closure of all UI resources -- ⚡ **Timeout Detection Enhancement**: Strengthened timeout detection logic to handle timeout events correctly in all scenarios - ---- - -## [v2.2.1] - Window Optimization & Unified Settings Interface (2024-12-XX) - -### 🚀 Improvements -- 🖥️ **Window Size Limit Removal**: Removed GUI main window minimum size limit, reduced from 1000×800 to 400×300 -- 💾 **Real-time Window State Saving**: Implemented instant window size and position saving with debounce delay -- ⚙️ **Unified Settings Interface Optimization**: Improved GUI settings panel configuration saving logic to avoid conflicts - -### 🐛 Bug Fixes -- 🔧 **Window Size Limitation**: Fixed GUI window unable to resize to small dimensions issue -- 🛡️ **Settings Conflict**: Fixed configuration conflicts that could occur during settings save - ---- - -## [v2.2.0] - Layout & Settings Interface Optimization (2024-12-XX) - -### ✨ New Features -- 🎨 **Horizontal Layout Mode**: Added summary and feedback left-right layout option for GUI and Web UI merged mode - -### 🚀 Improvements -- 🎨 **Settings Interface Improvement**: Optimized GUI and Web UI settings pages for better layout clarity -- ⌨️ **Hotkey Enhancement**: Submit feedback hotkey now fully supports numpad Enter key - -### 🐛 Bug Fixes -- 🔧 **Image Duplicate Paste**: Fixed duplicate image pasting issue when using Ctrl+V in Web UI text input area - ---- - -## [v2.1.1] - Window Positioning Optimization (2024-11-XX) - -### ✨ New Features -- 🖥️ **Smart Window Positioning**: Added "Always center window on main screen" setting option -- 🌐 **Multi-screen Support**: Perfect solution for complex multi-screen environments like T-shaped screen arrangements -- 💾 **Position Memory**: Automatic window position saving and restoration with intelligent visibility detection - ---- - -## [v2.1.0] - Complete Refactoring Version (2024-11-XX) - -### 🎨 Major Refactoring -- 🏗️ **Complete Refactoring**: GUI and Web UI adopted modular architecture -- 📁 **Centralized Management**: Reorganized folder structure for improved maintainability -- 🖥️ **Interface Optimization**: Modern design and improved user experience - -### ✨ New Features -- 🍎 **macOS Interface Optimization**: Specialized improvements for macOS user experience -- ⚙️ **Feature Enhancement**: Added setting options and auto-close page functionality -- ℹ️ **About Page**: Added about page with version info, project links, and acknowledgments - ---- - -## [v2.0.14] - Hotkey & Image Feature Enhancement (2024-10-XX) - -### 🚀 Improvements -- ⌨️ **Enhanced Hotkeys**: Ctrl+Enter supports numpad -- 🖼️ **Smart Image Paste**: Ctrl+V directly pastes clipboard images - ---- - -## [v2.0.9] - Multi-language Architecture Refactoring (2024-10-XX) - -### 🔄 Refactoring -- 🌏 **Multi-language Architecture Refactoring**: Support for dynamic loading -- 📁 **Language File Modularization**: Modular organization of language files - ---- - -## [v2.0.3] - Encoding Issues Fix (2024-10-XX) - -### 🐛 Critical Fixes -- 🛡️ **Complete Chinese Character Encoding Fix**: Resolved all Chinese display related issues -- 🔧 **JSON Parsing Error Fix**: Fixed data parsing errors - ---- - -## [v2.0.0] - Web UI Support (2024-09-XX) - -### 🌟 Major Features -- ✅ **Added Web UI Support**: Support for remote environment usage -- ✅ **Automatic Environment Detection**: Automatically choose appropriate interface -- ✅ **WebSocket Real-time Communication**: Implemented real-time bidirectional communication \ No newline at end of file diff --git a/RELEASE_NOTES/CHANGELOG.zh-CN.md b/RELEASE_NOTES/CHANGELOG.zh-CN.md index b835545..270e069 100644 --- a/RELEASE_NOTES/CHANGELOG.zh-CN.md +++ b/RELEASE_NOTES/CHANGELOG.zh-CN.md @@ -2,33 +2,21 @@ 本文件记录了 **MCP Feedback Enhanced** 的所有版本更新内容。 ---- -# Release v2.2.4 - GUI 体验优化与问题修复 +## [v2.2.5] - WSL 环境支持与跨平台增强 -## 🌟 亮点 -本版本专注于 GUI 使用体验的优化,修复了图片复制粘贴的重复问题,重新组织了语系文件结构,并改善了界面文字的可读性。 +### ✨ 新功能 +- 🐧 **WSL 环境检测**: 自动识别 WSL 环境,提供专门的支持逻辑 +- 🌐 **智能浏览器启动**: WSL 环境下自动调用 Windows 浏览器,支持多种启动方式 +- 🔧 **跨平台测试增强**: 测试功能整合 WSL 检测,提升测试覆盖率 -## 🐛 问题修复 -- 🖼️ **图片重复粘贴修复**: 解决 GUI 界面中使用 Ctrl+V 复制粘贴图片时出现重复粘贴的问题 -- 🌐 **语系切换修复**: 修复图片设定区域在语言切换时文字没有正确翻译的问题 -- 📝 **字体可读性改善**: 调整图片设定区域的字体大小,提升文字可读性 +### 🚀 改进功能 +- 🎯 **环境检测优化**: 改进远程环境检测逻辑,WSL 不再被误判为远程环境 +- 📊 **系统信息增强**: 系统信息工具新增 WSL 环境状态显示 +- 🧪 **测试体验提升**: 测试模式下自动尝试启动浏览器,提供更好的测试体验 -## 📦 安装与更新 -```bash -# 快速测试最新版本 -uvx mcp-feedback-enhanced@latest test --gui - -# 更新到特定版本 -uvx mcp-feedback-enhanced@v2.2.4 test -``` - -## 🔗 相关链接 -- 完整文档: [README.zh-CN.md](../../README.zh-CN.md) -- 问题报告: [GitHub Issues](https://github.com/Minidoracat/mcp-feedback-enhanced/issues) -- 项目首页: [GitHub Repository](https://github.com/Minidoracat/mcp-feedback-enhanced) --- -## [v2.2.4] - GUI 体验优化与问题修复 (2025-01-XX) +## [v2.2.4] - GUI 体验优化与问题修复 ### 🐛 问题修复 - 🖼️ **图片重复粘贴修复**: 解决 GUI 界面中使用 Ctrl+V 复制粘贴图片时出现重复粘贴的问题 @@ -37,7 +25,30 @@ uvx mcp-feedback-enhanced@v2.2.4 test --- -## [v2.2.3] - 超时控制与图片设置增强 (2025-01-XX) +## [v2.2.5] - WSL 环境支持与跨平台增强 + +### ✨ 新功能 +- 🐧 **WSL 环境检测**: 自动识别 WSL 环境,提供专门的支持逻辑 +- 🌐 **智能浏览器启动**: WSL 环境下自动调用 Windows 浏览器,支持多种启动方式 +- 🔧 **跨平台测试增强**: 测试功能整合 WSL 检测,提升测试覆盖率 + +### 🚀 改进功能 +- 🎯 **环境检测优化**: 改进远程环境检测逻辑,WSL 不再被误判为远程环境 +- 📊 **系统信息增强**: 系统信息工具新增 WSL 环境状态显示 +- 🧪 **测试体验提升**: 测试模式下自动尝试启动浏览器,提供更好的测试体验 + +--- + +## [v2.2.4] - GUI 体验优化与问题修复 + +### 🐛 问题修复 +- 🖼️ **图片重复粘贴修复**: 解决 GUI 界面中使用 Ctrl+V 复制粘贴图片时出现重复粘贴的问题 +- 🌐 **语系切换修复**: 修复图片设定区域在语言切换时文字没有正确翻译的问题 +- 📝 **字体可读性改善**: 调整图片设定区域的字体大小,提升文字可读性 + +--- + +## [v2.2.3] - 超时控制与图片设置增强 ### ✨ 新功能 - ⏰ **用户超时控制**: 新增可自定义的超时设置功能,支持 30 秒至 2 小时的弹性设置 @@ -58,7 +69,7 @@ uvx mcp-feedback-enhanced@v2.2.4 test --- -## [v2.2.2] - 超时自动清理修复 (2024-12-XX) +## [v2.2.2] - 超时自动清理修复 ### 🐛 问题修复 - 🔄 **超时自动清理**: 修复 GUI/Web UI 在 MCP session timeout (默认 600 秒) 后没有自动关闭的问题 @@ -67,7 +78,7 @@ uvx mcp-feedback-enhanced@v2.2.4 test --- -## [v2.2.1] - 窗口优化与统一设置接口 (2024-12-XX) +## [v2.2.1] - 窗口优化与统一设置接口 ### 🚀 改进功能 - 🖥️ **窗口大小限制解除**: 解除 GUI 主窗口最小大小限制,从 1000×800 降至 400×300 @@ -80,7 +91,7 @@ uvx mcp-feedback-enhanced@v2.2.4 test --- -## [v2.2.0] - 布局与设置界面优化 (2024-12-XX) +## [v2.2.0] - 布局与设置界面优化 ### ✨ 新功能 - 🎨 **水平布局模式**: GUI 与 Web UI 的合并模式新增摘要与反馈的左右布局选项 @@ -94,7 +105,7 @@ uvx mcp-feedback-enhanced@v2.2.4 test --- -## [v2.1.1] - 窗口定位优化 (2024-11-XX) +## [v2.1.1] - 窗口定位优化 ### ✨ 新功能 - 🖥️ **智能窗口定位**: 新增「总是在主屏幕中心显示窗口」设置选项 @@ -103,7 +114,7 @@ uvx mcp-feedback-enhanced@v2.2.4 test --- -## [v2.1.0] - 全面重构版 (2024-11-XX) +## [v2.1.0] - 全面重构版 ### 🎨 重大重构 - 🏗️ **全面重构**: GUI 和 Web UI 采用模块化架构 @@ -117,7 +128,7 @@ uvx mcp-feedback-enhanced@v2.2.4 test --- -## [v2.0.14] - 快捷键与图片功能增强 (2024-10-XX) +## [v2.0.14] - 快捷键与图片功能增强 ### 🚀 改进功能 - ⌨️ **增强快捷键**: Ctrl+Enter 支持数字键盘 @@ -125,7 +136,7 @@ uvx mcp-feedback-enhanced@v2.2.4 test --- -## [v2.0.9] - 多语言架构重构 (2024-10-XX) +## [v2.0.9] - 多语言架构重构 ### 🔄 重构 - 🌏 **多语言架构重构**: 支持动态载入 @@ -133,7 +144,7 @@ uvx mcp-feedback-enhanced@v2.2.4 test --- -## [v2.0.3] - 编码问题修复 (2024-10-XX) +## [v2.0.3] - 编码问题修复 ### 🐛 重要修复 - 🛡️ **完全修复中文字符编码问题**: 解决所有中文显示相关问题 @@ -141,7 +152,7 @@ uvx mcp-feedback-enhanced@v2.2.4 test --- -## [v2.0.0] - Web UI 支持 (2024-09-XX) +## [v2.0.0] - Web UI 支持 ### 🌟 重大功能 - ✅ **新增 Web UI 支持**: 支持远程环境使用 diff --git a/RELEASE_NOTES/CHANGELOG.zh-TW.md b/RELEASE_NOTES/CHANGELOG.zh-TW.md index e960da0..815e338 100644 --- a/RELEASE_NOTES/CHANGELOG.zh-TW.md +++ b/RELEASE_NOTES/CHANGELOG.zh-TW.md @@ -2,33 +2,21 @@ 本文件記錄了 **MCP Feedback Enhanced** 的所有版本更新內容。 ---- -# Release v2.2.4 - GUI 體驗優化與問題修復 +## [v2.2.5] - WSL 環境支援與跨平台增強 -## 🌟 亮點 -本版本專注於 GUI 使用體驗的優化,修復了圖片複製貼上的重複問題,重新組織了語系檔案結構,並改善了介面文字的可讀性。 +### ✨ 新功能 +- 🐧 **WSL 環境檢測**: 自動識別 WSL 環境,提供專門的支援邏輯 +- 🌐 **智能瀏覽器啟動**: WSL 環境下自動調用 Windows 瀏覽器,支援多種啟動方式 +- 🔧 **跨平台測試增強**: 測試功能整合 WSL 檢測,提升測試覆蓋率 -## 🐛 問題修復 -- 🖼️ **圖片重複貼上修復**: 解決 GUI 介面中使用 Ctrl+V 複製貼上圖片時出現重複貼上的問題 -- 🌐 **語系切換修復**: 修復圖片設定區域在語言切換時文字沒有正確翻譯的問題 -- 📝 **字體可讀性改善**: 調整圖片設定區域的字體大小,提升文字可讀性 +### 🚀 改進功能 +- 🎯 **環境檢測優化**: 改進遠端環境檢測邏輯,WSL 不再被誤判為遠端環境 +- 📊 **系統資訊增強**: 系統資訊工具新增 WSL 環境狀態顯示 +- 🧪 **測試體驗提升**: 測試模式下自動嘗試啟動瀏覽器,提供更好的測試體驗 -## 📦 安裝與更新 -```bash -# 快速測試最新版本 -uvx mcp-feedback-enhanced@latest test --gui - -# 更新到特定版本 -uvx mcp-feedback-enhanced@v2.2.4 test -``` - -## 🔗 相關連結 -- 完整文檔: [README.zh-TW.md](../../README.zh-TW.md) -- 問題回報: [GitHub Issues](https://github.com/Minidoracat/mcp-feedback-enhanced/issues) -- 專案首頁: [GitHub Repository](https://github.com/Minidoracat/mcp-feedback-enhanced) --- -## [v2.2.4] - GUI 體驗優化與問題修復 (2025-01-XX) +## [v2.2.4] - GUI 體驗優化與問題修復 ### 🐛 問題修復 - 🖼️ **圖片重複貼上修復**: 解決 GUI 介面中使用 Ctrl+V 複製貼上圖片時出現重複貼上的問題 @@ -37,7 +25,7 @@ uvx mcp-feedback-enhanced@v2.2.4 test --- -## [v2.2.3] - 超時控制與圖片設定增強 (2025-01-XX) +## [v2.2.3] - 超時控制與圖片設定增強 ### ✨ 新功能 - ⏰ **用戶超時控制**: 新增可自訂的超時設定功能,支援 30 秒至 2 小時的彈性設定 @@ -58,7 +46,7 @@ uvx mcp-feedback-enhanced@v2.2.4 test --- -## [v2.2.2] - 超時自動清理修復 (2024-12-XX) +## [v2.2.2] - 超時自動清理修復 ### 🐛 問題修復 - 🔄 **超時自動清理**: 修復 GUI/Web UI 在 MCP session timeout (預設 600 秒) 後沒有自動關閉的問題 @@ -67,7 +55,7 @@ uvx mcp-feedback-enhanced@v2.2.4 test --- -## [v2.2.1] - 視窗優化與統一設定接口 (2024-12-XX) +## [v2.2.1] - 視窗優化與統一設定接口 ### 🚀 改進功能 - 🖥️ **視窗大小限制解除**: 解除 GUI 主視窗最小大小限制,從 1000×800 降至 400×300 @@ -80,7 +68,7 @@ uvx mcp-feedback-enhanced@v2.2.4 test --- -## [v2.2.0] - 佈局與設定界面優化 (2024-12-XX) +## [v2.2.0] - 佈局與設定界面優化 ### ✨ 新功能 - 🎨 **水平佈局模式**: GUI 與 Web UI 的合併模式新增摘要與回饋的左右佈局選項 @@ -94,7 +82,7 @@ uvx mcp-feedback-enhanced@v2.2.4 test --- -## [v2.1.1] - 視窗定位優化 (2024-11-XX) +## [v2.1.1] - 視窗定位優化 ### ✨ 新功能 - 🖥️ **智能視窗定位**: 新增「總是在主螢幕中心顯示視窗」設定選項 @@ -103,7 +91,7 @@ uvx mcp-feedback-enhanced@v2.2.4 test --- -## [v2.1.0] - 全面重構版 (2024-11-XX) +## [v2.1.0] - 全面重構版 ### 🎨 重大重構 - 🏗️ **全面重構**: GUI 和 Web UI 採用模組化架構 @@ -117,7 +105,7 @@ uvx mcp-feedback-enhanced@v2.2.4 test --- -## [v2.0.14] - 快捷鍵與圖片功能增強 (2024-10-XX) +## [v2.0.14] - 快捷鍵與圖片功能增強 ### 🚀 改進功能 - ⌨️ **增強快捷鍵**: Ctrl+Enter 支援數字鍵盤 @@ -125,7 +113,7 @@ uvx mcp-feedback-enhanced@v2.2.4 test --- -## [v2.0.9] - 多語言架構重構 (2024-10-XX) +## [v2.0.9] - 多語言架構重構 ### 🔄 重構 - 🌏 **多語言架構重構**: 支援動態載入 @@ -133,7 +121,7 @@ uvx mcp-feedback-enhanced@v2.2.4 test --- -## [v2.0.3] - 編碼問題修復 (2024-10-XX) +## [v2.0.3] - 編碼問題修復 ### 🐛 重要修復 - 🛡️ **完全修復中文字符編碼問題**: 解決所有中文顯示相關問題 @@ -141,7 +129,7 @@ uvx mcp-feedback-enhanced@v2.2.4 test --- -## [v2.0.0] - Web UI 支援 (2024-09-XX) +## [v2.0.0] - Web UI 支援 ### 🌟 重大功能 - ✅ **新增 Web UI 支援**: 支援遠端環境使用 diff --git a/RELEASE_NOTES/template.md b/RELEASE_NOTES/template.md index 8e08512..5500046 100644 --- a/RELEASE_NOTES/template.md +++ b/RELEASE_NOTES/template.md @@ -19,19 +19,6 @@ - 🔀 **重大變更**: 任何重大變更(僅限主要版本) - 📝 **文檔更新**: 文檔更新 -## 📦 安裝與更新 -```bash -# 快速測試最新版本 -uvx mcp-feedback-enhanced@latest test - -# 更新到特定版本 -uvx mcp-feedback-enhanced@vX.Y.Z test -``` - -## 🔗 相關連結 -- 完整更新日誌: [CHANGELOG.md](../../CHANGELOG.md) -- 專案文檔: [README.md](../../README.md) -- 解決的問題: #issue1, #issue2 - --- -**說明**: 此模板應該適應每種語言(en.md, zh-TW.md, zh-CN.md) \ No newline at end of file +**說明**: 此模板應該適應每種語言(CHANGELOG.en.md, CHANGELOG.zh-TW.md, CHANGELOG.zh-CN.md) +**注意**: 版本發佈文件不包含安裝與相關連結部分,這些內容已移至各語言的完整 CHANGELOG 文件中 \ No newline at end of file