From 16ffcae8e62a7051c1aa282deccb7dc960f69469 Mon Sep 17 00:00:00 2001 From: Minidoracat Date: Sun, 8 Jun 2025 03:51:29 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20=E6=9B=B4=E6=96=B0=202.3.0=20?= =?UTF-8?q?=E7=9B=B8=E9=97=9C=E6=96=87=E6=AA=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 7 ++++++- README.zh-CN.md | 5 +++++ README.zh-TW.md | 5 +++++ RELEASE_NOTES/CHANGELOG.en.md | 1 + RELEASE_NOTES/CHANGELOG.zh-CN.md | 1 + RELEASE_NOTES/CHANGELOG.zh-TW.md | 1 + 6 files changed, 19 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dc74269..e622355 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,8 @@ This is an [MCP server](https://modelcontextprotocol.io/) that establishes **fee - **Port Forwarding Support**: Complete port forwarding setup guidance and troubleshooting - **MCP Integration Optimization**: Improved integration with MCP system for more stable connection experience - **Detailed Documentation**: [SSH Remote Environment Usage Guide](docs/en/ssh-remote/browser-launch-issues.md) - +- 🎯 **Auto-focus Input Box**: Automatically focus on feedback input box when window opens, improving user experience (Thanks @penn201500) + ## 🖥️ Interface Preview ### Qt GUI Interface (Refactored Version) @@ -263,6 +264,10 @@ If you find this useful, please: ### Design Inspiration **sanshao85** - [mcp-feedback-collector](https://github.com/sanshao85/mcp-feedback-collector) +### Contributors +**penn201500** - [GitHub @penn201500](https://github.com/penn201500) +- 🎯 Auto-focus input box feature ([PR #39](https://github.com/Minidoracat/mcp-feedback-enhanced/pull/39)) + ### Community Support - **Discord:** [https://discord.gg/Gur2V67](https://discord.gg/Gur2V67) - **Issues:** [GitHub Issues](https://github.com/Minidoracat/mcp-feedback-enhanced/issues) diff --git a/README.zh-CN.md b/README.zh-CN.md index b94e59a..60ad6be 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -193,6 +193,7 @@ uvx --with-editable . mcp-feedback-enhanced test --web # 测试 Web UI (自 - 🧹 **自动清理功能**: 自动清理临时文件和过期会话,保持系统整洁 - 📊 **内存监控**: 监控内存使用情况,防止系统资源不足 - 🔧 **连接稳定性**: 改善 Web UI 的连接稳定性和错误处理 +- 🎯 **自动聚焦输入框**: 反馈窗口开启时自动聚焦到输入框,提升用户体验 (感谢 @penn201500) ## 🐛 常见问题 @@ -264,6 +265,10 @@ A: 各种 AI 模型(包括 Gemini Pro 2.5、Claude 等)在图片解析上可 ### 设计灵感 **sanshao85** - [mcp-feedback-collector](https://github.com/sanshao85/mcp-feedback-collector) +### 贡献者 +**penn201500** - [GitHub @penn201500](https://github.com/penn201500) +- 🎯 自动聚焦输入框功能 ([PR #39](https://github.com/Minidoracat/mcp-feedback-enhanced/pull/39)) + ### 社群支援 - **Discord:** [https://discord.gg/Gur2V67](https://discord.gg/Gur2V67) - **Issues:** [GitHub Issues](https://github.com/Minidoracat/mcp-feedback-enhanced/issues) diff --git a/README.zh-TW.md b/README.zh-TW.md index 0794410..65cbe1f 100644 --- a/README.zh-TW.md +++ b/README.zh-TW.md @@ -193,6 +193,7 @@ uvx --with-editable . mcp-feedback-enhanced test --web # 測試 Web UI (自 - 🧹 **自動清理功能**: 自動清理臨時文件和過期會話,保持系統整潔 - 📊 **記憶體監控**: 監控記憶體使用情況,防止系統資源不足 - 🔧 **連線穩定性**: 改善 Web UI 的連線穩定性和錯誤處理 +- 🎯 **自動聚焦輸入框**: 回饋視窗開啟時自動聚焦到輸入框,提升用戶體驗 (感謝 @penn201500) ## 🐛 常見問題 @@ -264,6 +265,10 @@ A: 各種 AI 模型(包括 Gemini Pro 2.5、Claude 等)在圖片解析上可 ### 設計靈感 **sanshao85** - [mcp-feedback-collector](https://github.com/sanshao85/mcp-feedback-collector) +### 貢獻者 +**penn201500** - [GitHub @penn201500](https://github.com/penn201500) +- 🎯 自動聚焦輸入框功能 ([PR #39](https://github.com/Minidoracat/mcp-feedback-enhanced/pull/39)) + ### 社群支援 - **Discord:** [https://discord.gg/Gur2V67](https://discord.gg/Gur2V67) - **Issues:** [GitHub Issues](https://github.com/Minidoracat/mcp-feedback-enhanced/issues) diff --git a/RELEASE_NOTES/CHANGELOG.en.md b/RELEASE_NOTES/CHANGELOG.en.md index ae884a4..e01efa1 100644 --- a/RELEASE_NOTES/CHANGELOG.en.md +++ b/RELEASE_NOTES/CHANGELOG.en.md @@ -18,6 +18,7 @@ This version focuses on improving system stability and user experience, particul - 🔧 **Enhanced Error Handling**: Provides clearer explanations and solutions when problems occur - 🌐 **Connection Stability**: Improved Web UI connection stability - 🖼️ **Image Upload Optimization**: Enhanced stability of image upload functionality +- 🎯 **Auto-focus Input Box**: Automatically focus on feedback input box when window opens, improving user experience (Thanks @penn201500) ### 🐛 Bug Fixes - 🌐 **Connection Issues**: Fixed WebSocket connection related problems diff --git a/RELEASE_NOTES/CHANGELOG.zh-CN.md b/RELEASE_NOTES/CHANGELOG.zh-CN.md index 9a18a21..3381487 100644 --- a/RELEASE_NOTES/CHANGELOG.zh-CN.md +++ b/RELEASE_NOTES/CHANGELOG.zh-CN.md @@ -18,6 +18,7 @@ - 🔧 **错误处理增强**: 遇到问题时提供更清楚的说明和解决方案 - 🌐 **连接稳定性**: 改善 Web UI 的连接稳定性 - 🖼️ **图片上传优化**: 改善图片上传功能的稳定性 +- 🎯 **自动聚焦输入框**: 反馈窗口开启时自动聚焦到输入框,提升用户体验 (感谢 @penn201500) ### 🐛 问题修复 - 🌐 **连接问题**: 修复 WebSocket 连接的相关问题 diff --git a/RELEASE_NOTES/CHANGELOG.zh-TW.md b/RELEASE_NOTES/CHANGELOG.zh-TW.md index bfaf78e..e196e39 100644 --- a/RELEASE_NOTES/CHANGELOG.zh-TW.md +++ b/RELEASE_NOTES/CHANGELOG.zh-TW.md @@ -18,6 +18,7 @@ - 🔧 **錯誤處理增強**: 遇到問題時提供更清楚的說明和解決方案 - 🌐 **連線穩定性**: 改善 Web UI 的連線穩定性 - 🖼️ **圖片上傳優化**: 改善圖片上傳功能的穩定性 +- 🎯 **自動聚焦輸入框**: 回饋視窗開啟時自動聚焦到輸入框,提升用戶體驗 (感謝 @penn201500) ### 🐛 問題修復 - 🌐 **連線問題**: 修復 WebSocket 連線的相關問題