Releases: imhuso/cunzhi
Releases · imhuso/cunzhi
0.3.6 🐞 更新增强快捷键的默认值并优化日志输出
What's Changed
🐞 修复
📝 其他
- Release 0.3.6 by @github-actions[bot] in 4a5ba96
Full Changelog: v0.3.5...v0.3.6
0.3.5 🐞 简化状态同步逻辑,修复可能的白屏问题
What's Changed
🐞 修复
- 简化状态同步逻辑,修复可能的白屏问题 ## 🐛 问题描述 应用出现白屏问题,可能是由于复杂的状态同步逻辑导致的初始化错误。 ## 🔧 修复内容 1. 简化MCP状态同步: - 移除复杂的重试机制和延迟逻辑 - 简化错误处理,避免阻塞初始化流程 - 移除不必要的nextTick导入 2. 优化初始化流程: - 在MCP模式下添加try-catch保护 - 确保状态同步失败不会阻止应用启动 - 简化日志输出 ## 📝 技术细节 - 修改useAppInitialization.ts:简化MCP模式下的状态同步 - 修改useSettings.ts:简化syncWindowStateFromBackend方法 - 移除复杂的重试和延迟逻辑 ## ✅ 预期效果 - 解决白屏问题 - 保持图钉状态同步功能 - 提高应用启动的稳定性 by @Cypress in d591382
📝 其他
- Release 0.3.5 by @github-actions[bot] in d5f1564
Full Changelog: v0.3.4...v0.3.5
0.3.4 ✨ Release 0.3.3 - 基于PR36的代码优化和功能增强 (#39)
What's Changed
✨ 新功能
- Scoful 1269717999@qq.com by @Cypress in a9ec1d6
- Merge dev to main by @Cypress in 8d5fb66
📝 其他
- Release 0.3.4 by @github-actions[bot] in dab46b1
Full Changelog: v0.3.3...v0.3.4
0.3.3 📦 版本更新
What's Changed
Full Changelog: v0.3.3...v0.3.3
Cunzhi v0.3.2
Cunzhi v0.2.12
Cunzhi v0.2.11
寸止 v0.2.8
寸止 v0.2.8
♻️ 重构
- Remove unused popup components and related state management - Delete
PopupTransition.vue
,useAppState.ts
,usePopup.ts
,usePopupManager.ts
, anduseTransition.ts
as they are no longer needed. - Updateindex.ts
to remove the export ofPopupTransition
. - Clean up related types inpopup.d.ts
to reflect the removal of popup management functionality.
✨ 新功能
- Integrate global shortcut functionality and refactor app management - Add
tauri-plugin-global-shortcut
to Cargo dependencies and configuration - Implement global shortcut handling in Rust with customizable exit shortcuts - Refactor frontend app management to streamline event handling and initialization - IntroduceuseEventHandlers
for simplified event management in Vue components - CreateLayoutWrapper
component to encapsulate layout logic and improve code organization - UpdateApp.vue
andAppContent.vue
to utilize new event handling structure - Allow-unlisten" permission to Tauri configuration for improved event management. - Integrate exit warning listener setup in AppContent.vue to handle exit warnings consistently across components. - Refactor keyboard shortcut detection to use a unified approach in PopupActions.vue. - Update exit warning management to remove unnecessary checks in useExitWarning.ts. - Introduce Cmd+W shortcut for closing windows on macOS in global_shortcuts.rs.
🐛 问题修复
- Fix exit warning display issue and optimize code structure - Fix exit warning not displaying by resetting listener after message instance is ready - Refactor exit warning module using independent manager class instead of Vue composable - Unify Rust logging system by replacing println with log_important macro - Preserve necessary println for CLI help and MCP protocol output - Optimize modular design with independent functions and backward-compatible composable
📝 其他
- Fix exit warning display issue and optimize code structure
- Major refactoring and feature enhancements
- Release 0.2.8
🔧 工具
- Update tauri configuration and remove outdated documentation - Change skipTaskbar setting from true to false in tauri.conf.json - Remove auto-release workflow documentation and release guide as they are no longer needed
寸止 v0.2.7
寸止 v0.2.7
✨ 新功能
-
- Use self-hosted Telegram Bot API servers - Configure proxy servers for Telegram access - Maintain existing functionality with official API
🐛 问题修复
- Improve workflow_dispatch trigger with error handling - Fix workflow_id to use full path (.github/workflows/auto-release.yml) - Add comprehensive error handling for workflow trigger failures - Provide clear manual instructions when automatic trigger fails - Add success/failure feedback in workflow summary - Ensure workflow continues even if trigger fails
- Improve custom Telegram API URL implementation - Fix listener function to support custom API URLs via app state - Add frontend constants file to eliminate hardcoded URLs - Improve code consistency with unified constant imports - Optimize UI layout for API server configuration - Ensure all Telegram features work with custom API endpoints
📚 文档
- Add some errors prompts
📝 其他
- Delete auto release
- Add some errors prompts
- Merge remote-tracking branch 'origin/main' into dev
- Update github actions
- Release 0.2.7
寸止 v0.2.6
寸止 v0.2.6
📝 其他
- Release 0.2.6