2025-06-15 11:01:59 +00:00
# Release v2.5.0 - 2025-06-15 - Desktop Application & Performance Optimization
2025-06-03 14:35:04 +00:00
2025-06-07 19:59:37 +00:00
## 🌟 Key Highlights
2025-06-15 11:01:59 +00:00
- 🖥️ **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
2025-06-03 14:35:04 +00:00
2025-06-07 19:59:37 +00:00
## 🌐 Detailed Release Notes
2025-06-05 01:48:49 +00:00
2025-06-07 19:59:37 +00:00
### 🇺🇸 English
📖 ** [View Complete English Release Notes ](https://github.com/Minidoracat/mcp-feedback-enhanced/blob/main/RELEASE_NOTES/CHANGELOG.en.md )**
2025-06-03 14:35:04 +00:00
### 🇹🇼 繁體中文
2025-06-07 19:59:37 +00:00
📖 ** [查看完整繁體中文發布說明 ](https://github.com/Minidoracat/mcp-feedback-enhanced/blob/main/RELEASE_NOTES/CHANGELOG.zh-TW.md )**
2025-06-03 14:35:04 +00:00
### 🇨🇳 简体中文
2025-06-07 19:59:37 +00:00
📖 ** [查看完整简体中文发布说明 ](https://github.com/Minidoracat/mcp-feedback-enhanced/blob/main/RELEASE_NOTES/CHANGELOG.zh-CN.md )**
2025-06-05 01:48:49 +00:00
2025-06-03 14:35:04 +00:00
---
2025-06-07 19:59:37 +00:00
## 📦 Quick Installation / 快速安裝
2025-06-03 14:35:04 +00:00
```bash
2025-06-07 19:59:37 +00:00
# Latest version / 最新版本
uvx mcp-feedback-enhanced@latest
2025-06-03 14:35:04 +00:00
2025-06-07 19:59:37 +00:00
# This specific version / 此特定版本
2025-06-15 11:01:59 +00:00
uvx mcp-feedback-enhanced@v2 .5.0
2025-06-03 14:35:04 +00:00
```
## 🔗 Links
- **Documentation**: [README.md ](https://github.com/Minidoracat/mcp-feedback-enhanced/blob/main/README.md )
- **Full Changelog**: [CHANGELOG ](https://github.com/Minidoracat/mcp-feedback-enhanced/blob/main/RELEASE_NOTES/ )
- **Issues**: [GitHub Issues ](https://github.com/Minidoracat/mcp-feedback-enhanced/issues )
---
2025-06-07 19:59:37 +00:00
**Release automatically generated from CHANGELOG system** 🤖