diff --git a/README.md b/README.md index 9d1068d..fcaa8bc 100644 --- a/README.md +++ b/README.md @@ -170,6 +170,13 @@ uvx --with-editable . mcp-feedback-enhanced test --web # Test Web UI (auto co ## 🆕 Version Highlights +### v2.1.1 (Window Positioning Optimization) +- 🖥️ **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 (Latest Refactored Version) - 🎨 **Complete Refactoring**: GUI and Web UI adopt modular architecture - 📁 **Centralized Management**: Reorganized folder structure, improved maintainability @@ -213,6 +220,9 @@ A: Set `FORCE_WEB=true` or check firewall settings. **Q: Gemini Pro 2.5 cannot parse images** A: Known issue. Gemini Pro 2.5 may not correctly parse uploaded image content. Testing shows Claude-4-Sonnet can properly analyze images. Recommend using Claude models for better image understanding capabilities. +**Q: Multi-screen window positioning issues** +A: Fixed in v2.1.1. Go to "⚙️ Settings" tab, check "Always show window at primary screen center" to resolve window positioning issues. Especially useful for T-shaped screen arrangements and other complex multi-monitor configurations. + ## 🙏 Acknowledgments ### 🌟 Support Original Author diff --git a/README.zh-CN.md b/README.zh-CN.md index d06cbf7..bb0ec7b 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -170,6 +170,12 @@ uvx --with-editable . mcp-feedback-enhanced test --web # 测试 Web UI (自 ## 🆕 版本亮点 +### v2.1.1(窗口定位优化) +- 🖥️ **智能窗口定位**:新增「总是在主屏幕中心显示窗口」设置选项 +- 🌐 **多屏幕支持**:完美解决 T 字型屏幕排列等复杂多屏幕环境的窗口定位问题 +- 💾 **位置记忆**:自动保存和恢复窗口位置,智能检测窗口可见性 +- ⚙️ **用户选择**:提供智能定位(默认)和强制中心显示两种模式 + ### v2.1.0(最新重构版) - 🎨 **全面重构**:GUI 和 Web UI 采用模块化架构 - 📁 **集中管理**:重新组织文件夹结构,提升维护性 @@ -213,6 +219,9 @@ A: 设置 `FORCE_WEB=true` 或检查防火墙设定。 **Q: Gemini Pro 2.5 无法解析图片** A: 已知问题,Gemini Pro 2.5 可能无法正确解析上传的图片内容。实测 Claude-4-Sonnet 可以正常解析图片。建议使用 Claude 模型获得更好的图片理解能力。 +**Q: 多屏幕视窗定位问题** +A: 已在 v2.1.1 修复。进入「⚙️ 设置」标签页,勾选「总是在主屏幕中心显示窗口」即可解决窗口定位问题。特别适用于 T 字型屏幕排列等复杂多屏幕配置。 + ## 🙏 致谢 ### 🌟 支持原作者 diff --git a/README.zh-TW.md b/README.zh-TW.md index 8c03d71..dbc9d5f 100644 --- a/README.zh-TW.md +++ b/README.zh-TW.md @@ -170,6 +170,12 @@ uvx --with-editable . mcp-feedback-enhanced test --web # 測試 Web UI (自 ## 🆕 版本亮點 +### v2.1.1(視窗定位優化) +- 🖥️ **智能視窗定位**:新增「總是在主螢幕中心顯示視窗」設定選項 +- 🌐 **多螢幕支援**:完美解決 T 字型螢幕排列等複雜多螢幕環境的視窗定位問題 +- 💾 **位置記憶**:自動保存和恢復視窗位置,智能檢測視窗可見性 +- ⚙️ **用戶選擇**:提供智能定位(預設)和強制中心顯示兩種模式 + ### v2.1.0(最新重構版) - 🎨 **全面重構**:GUI 和 Web UI 採用模組化架構 - 📁 **集中管理**:重新組織資料夾結構,提升維護性 @@ -204,6 +210,9 @@ A: 調試輸出干擾。設置 `MCP_DEBUG=false` 或移除該環境變數。 **Q: 中文字符亂碼** A: 已在 v2.0.3 修復。更新到最新版本:`uvx mcp-feedback-enhanced@latest` +**Q: 多螢幕環境下視窗消失或定位錯誤** +A: 已在 v2.1.1 修復。進入「⚙️ 設定」分頁,勾選「總是在主螢幕中心顯示視窗」即可解決。特別適用於 T 字型螢幕排列等複雜多螢幕配置。 + **Q: 圖片上傳失敗** A: 檢查檔案大小(≤1MB)和格式(PNG/JPG/GIF/BMP/WebP)。