From a373228e1f9fe292b84e96716a1c7a47ecab10e7 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sun, 15 Jun 2025 11:17:38 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Release=20v2.5.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Updated version to 2.5.1 - Custom version specified: 2.5.1 - Auto-generated release from workflow --- .bumpversion.cfg | 2 +- highlights.txt | 5 +---- pyproject.toml | 2 +- release_body.md | 9 +++------ src/mcp_feedback_enhanced/__init__.py | 2 +- 5 files changed, 7 insertions(+), 13 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index a83080a..51e4cee 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.5.0 +current_version = 2.5.1 commit = False tag = False allow_dirty = True diff --git a/highlights.txt b/highlights.txt index 507d371..8b13789 100644 --- a/highlights.txt +++ b/highlights.txt @@ -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 + diff --git a/pyproject.toml b/pyproject.toml index 8cafe28..52bf7f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] 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." readme = "README.md" requires-python = ">=3.11" diff --git a/release_body.md b/release_body.md index 5d65862..3aeaeb7 100644 --- a/release_body.md +++ b/release_body.md @@ -1,10 +1,7 @@ -# Release v2.5.0 - 2025-06-15 - Desktop Application & Performance Optimization +# Release v2.5.1 - Latest Release ## ๐ŸŒŸ 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 @@ -26,7 +23,7 @@ uvx mcp-feedback-enhanced@latest # This specific version / ๆญค็‰นๅฎš็‰ˆๆœฌ -uvx mcp-feedback-enhanced@v2.5.0 +uvx mcp-feedback-enhanced@v2.5.1 ``` ## ๐Ÿ”— Links diff --git a/src/mcp_feedback_enhanced/__init__.py b/src/mcp_feedback_enhanced/__init__.py index bcdca57..39d4007 100644 --- a/src/mcp_feedback_enhanced/__init__.py +++ b/src/mcp_feedback_enhanced/__init__.py @@ -17,7 +17,7 @@ MCP Interactive Feedback Enhanced - ้‡ๆง‹็š„ๆจก็ต„ๅŒ–ๆžถๆง‹ """ -__version__ = "2.5.0" +__version__ = "2.5.1" __author__ = "Minidoracat" __email__ = "minidora0702@gmail.com"