mirror of
https://github.com/Minidoracat/mcp-feedback-enhanced.git
synced 2025-07-27 10:42:25 +08:00
🔖 Release v2.4.3
- Updated version to 2.4.3 - Custom version specified: 2.4.3 - Auto-generated release from workflow
This commit is contained in:
parent
cea51d799e
commit
edee06b177
@ -1,5 +1,5 @@
|
||||
[bumpversion]
|
||||
current_version = 2.4.2
|
||||
current_version = 2.4.3
|
||||
commit = False
|
||||
tag = False
|
||||
allow_dirty = True
|
||||
|
@ -1 +1,4 @@
|
||||
|
||||
- 🔊 **Audio Notification System**: Play audio alerts for session updates, supports built-in and custom audio uploads
|
||||
- 📚 **Session History Management**: Local session record storage with export and cleanup functionality
|
||||
- 💾 **Input Height Memory**: Automatically save and restore textarea input height settings
|
||||
- 📋 **One-Click Copy**: Project path and session ID support click-to-copy
|
||||
|
@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "mcp-feedback-enhanced"
|
||||
version = "2.4.2"
|
||||
version = "2.4.3"
|
||||
description = "Enhanced MCP server for interactive user feedback and command execution in AI-assisted development, featuring Web UI with intelligent environment detection."
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.11"
|
||||
|
@ -1,7 +1,10 @@
|
||||
# Release v2.4.2 - Web-Only Architecture Refactoring & Smart Feature Enhancement
|
||||
# Release v2.4.3 - 2025-06-14 - Session Management Refactoring & Audio Notifications
|
||||
|
||||
## 🌟 Key Highlights
|
||||
|
||||
- 🔊 **Audio Notification System**: Play audio alerts for session updates, supports built-in and custom audio uploads
|
||||
- 📚 **Session History Management**: Local session record storage with export and cleanup functionality
|
||||
- 💾 **Input Height Memory**: Automatically save and restore textarea input height settings
|
||||
- 📋 **One-Click Copy**: Project path and session ID support click-to-copy
|
||||
|
||||
## 🌐 Detailed Release Notes
|
||||
|
||||
@ -23,7 +26,7 @@
|
||||
uvx mcp-feedback-enhanced@latest
|
||||
|
||||
# This specific version / 此特定版本
|
||||
uvx mcp-feedback-enhanced@v2.4.2
|
||||
uvx mcp-feedback-enhanced@v2.4.3
|
||||
```
|
||||
|
||||
## 🔗 Links
|
||||
|
@ -17,7 +17,7 @@ MCP Interactive Feedback Enhanced
|
||||
- 重構的模組化架構
|
||||
"""
|
||||
|
||||
__version__ = "2.4.2"
|
||||
__version__ = "2.4.3"
|
||||
__author__ = "Minidoracat"
|
||||
__email__ = "minidora0702@gmail.com"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user