This commit is contained in:
Minidoracat 2025-06-15 19:24:03 +08:00
commit 8b3ab3a402
5 changed files with 7 additions and 13 deletions

View File

@ -1,5 +1,5 @@
[bumpversion] [bumpversion]
current_version = 2.5.0 current_version = 2.5.1
commit = False commit = False
tag = False tag = False
allow_dirty = True allow_dirty = True

View File

@ -1,4 +1 @@
- 🖥️ **Desktop Application**: Native cross-platform desktop app based on Tauri framework, supporting Windows x64, macOS (Intel/Apple Silicon), Linux x64
- 📊 **Server-side Session History Storage**: Session records migrated from localStorage to server-side local file storage for improved data consistency and reliability
- 🔧 **Multi-platform Build Support**: Complete CI/CD pipeline supporting automated multi-platform desktop application builds
- 📝 **Desktop Mode Configuration**: Added `MCP_DESKTOP_MODE` environment variable for desktop/web mode switching

View File

@ -1,6 +1,6 @@
[project] [project]
name = "mcp-feedback-enhanced" name = "mcp-feedback-enhanced"
version = "2.5.0" version = "2.5.1"
description = "Enhanced MCP server for interactive user feedback and command execution in AI-assisted development, featuring dual interface support (Web UI and Desktop Application) with intelligent environment detection and cross-platform compatibility." description = "Enhanced MCP server for interactive user feedback and command execution in AI-assisted development, featuring dual interface support (Web UI and Desktop Application) with intelligent environment detection and cross-platform compatibility."
readme = "README.md" readme = "README.md"
requires-python = ">=3.11" requires-python = ">=3.11"

View File

@ -1,10 +1,7 @@
# Release v2.5.0 - 2025-06-15 - Desktop Application & Performance Optimization # Release v2.5.1 - Latest Release
## 🌟 Key Highlights ## 🌟 Key Highlights
- 🖥️ **Desktop Application**: Native cross-platform desktop app based on Tauri framework, supporting Windows x64, macOS (Intel/Apple Silicon), Linux x64
- 📊 **Server-side Session History Storage**: Session records migrated from localStorage to server-side local file storage for improved data consistency and reliability
- 🔧 **Multi-platform Build Support**: Complete CI/CD pipeline supporting automated multi-platform desktop application builds
- 📝 **Desktop Mode Configuration**: Added `MCP_DESKTOP_MODE` environment variable for desktop/web mode switching
## 🌐 Detailed Release Notes ## 🌐 Detailed Release Notes
@ -26,7 +23,7 @@
uvx mcp-feedback-enhanced@latest uvx mcp-feedback-enhanced@latest
# This specific version / 此特定版本 # This specific version / 此特定版本
uvx mcp-feedback-enhanced@v2.5.0 uvx mcp-feedback-enhanced@v2.5.1
``` ```
## 🔗 Links ## 🔗 Links

View File

@ -17,7 +17,7 @@ MCP Interactive Feedback Enhanced
- 重構的模組化架構 - 重構的模組化架構
""" """
__version__ = "2.5.0" __version__ = "2.5.1"
__author__ = "Minidoracat" __author__ = "Minidoracat"
__email__ = "minidora0702@gmail.com" __email__ = "minidora0702@gmail.com"