🔖 Release v2.5.0

- Updated version to 2.5.0
- Custom version specified: 2.5.0
- Auto-generated release from workflow
This commit is contained in:
GitHub Action 2025-06-15 11:01:59 +00:00
parent a8d0b3ce74
commit 608358efc6
5 changed files with 13 additions and 13 deletions

View File

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

View File

@ -1,4 +1,4 @@
- 🔊 **Audio Notification System**: Play audio alerts for session updates, supports built-in and custom audio uploads - 🖥️ **Desktop Application**: Native cross-platform desktop app based on Tauri framework, supporting Windows x64, macOS (Intel/Apple Silicon), Linux x64
- 📚 **Session History Management**: Local session record storage with export and cleanup functionality - 📊 **Server-side Session History Storage**: Session records migrated from localStorage to server-side local file storage for improved data consistency and reliability
- 💾 **Input Height Memory**: Automatically save and restore textarea input height settings - 🔧 **Multi-platform Build Support**: Complete CI/CD pipeline supporting automated multi-platform desktop application builds
- 📋 **One-Click Copy**: Project path and session ID support click-to-copy - 📝 **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.4.3" version = "2.5.0"
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,10 @@
# Release v2.4.3 - 2025-06-14 - Session Management Refactoring & Audio Notifications # Release v2.5.0 - 2025-06-15 - Desktop Application & Performance Optimization
## 🌟 Key Highlights ## 🌟 Key Highlights
- 🔊 **Audio Notification System**: Play audio alerts for session updates, supports built-in and custom audio uploads - 🖥️ **Desktop Application**: Native cross-platform desktop app based on Tauri framework, supporting Windows x64, macOS (Intel/Apple Silicon), Linux x64
- 📚 **Session History Management**: Local session record storage with export and cleanup functionality - 📊 **Server-side Session History Storage**: Session records migrated from localStorage to server-side local file storage for improved data consistency and reliability
- 💾 **Input Height Memory**: Automatically save and restore textarea input height settings - 🔧 **Multi-platform Build Support**: Complete CI/CD pipeline supporting automated multi-platform desktop application builds
- 📋 **One-Click Copy**: Project path and session ID support click-to-copy - 📝 **Desktop Mode Configuration**: Added `MCP_DESKTOP_MODE` environment variable for desktop/web mode switching
## 🌐 Detailed Release Notes ## 🌐 Detailed Release Notes
@ -26,7 +26,7 @@
uvx mcp-feedback-enhanced@latest uvx mcp-feedback-enhanced@latest
# This specific version / 此特定版本 # This specific version / 此特定版本
uvx mcp-feedback-enhanced@v2.4.3 uvx mcp-feedback-enhanced@v2.5.0
``` ```
## 🔗 Links ## 🔗 Links

View File

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