8000 Releases · imhuso/cunzhi · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: imhuso/cunzhi

8000

0.3.6 🐞 更新增强快捷键的默认值并优化日志输出

05 Jul 07:45
Compare
Choose a tag to compare

What's Changed

🐞 修复

  • Debug!,以提高日志记录的可读性和一致性 - 确保在合并默认快捷键时正确处理新的默认值逻辑 by @Cypress in 0654f85

📝 其他

Full Changelog: v0.3.5...v0.3.6

0.3.5 🐞 简化状态同步逻辑,修复可能的白屏问题

05 Jul 04:01
Compare
Choose a tag to compare

What's Changed

🐞 修复

  • 简化状态同步逻辑,修复可能的白屏问题 ## 🐛 问题描述 应用出现白屏问题,可能是由于复杂的状态同步逻辑导致的初始化错误。 ## 🔧 修复内容 1. 简化MCP状态同步: - 移除复杂的重试机制和延迟逻辑 - 简化错误处理,避免阻塞初始化流程 - 移除不必要的nextTick导入 2. 优化初始化流程: - 在MCP模式下添加try-catch保护 - 确保状态同步失败不会阻止应用启动 - 简化日志输出 ## 📝 技术细节 - 修改useAppInitialization.ts:简化MCP模式下的状态同步 - 修改useSettings.ts:简化syncWindowStateFromBackend方法 - 移除复杂的重试和延迟逻辑 ## ✅ 预期效果 - 解决白屏问题 - 保持图钉状态同步功能 - 提高应用启动的稳定性 by @Cypress in d591382

📝 其他

Full Changelog: v0.3.4...v0.3.5

0.3.4 ✨ Release 0.3.3 - 基于PR36的代码优化和功能增强 (#39)

05 Jul 03:31
Compare
Choose a tag to compare

What's Changed

✨ 新功能

📝 其他

Full Changelog: v0.3.3...v0.3.4

0.3.3 📦 版本更新

01 Jul 14:00
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.3...v0.3.3

Cunzhi v0.3.2

27 Jun 15:45
Compare
Choose a tag to compare

Release Notes

🐛 Bug Fixes

  • Remove static linking flag to resolve proc-macro compilation issue - Remove RUST... (844283b)

📝 Other

Cunzhi v0.2.12

19 Jun 06:39
Compare
Choose a tag to compare

Release Notes

📝 Other

🔧 Chore

  • Clean up ThemeSettings.vue and enhance error logging - Remove unnecessary whites... (f2ee0b7)
  • Improve memory directory creation error handling - Simplify the logic for creati... (4a93827)
  • Update theme handling and remove system theme support - Update version of packag... (173a310)

Cunzhi v0.2.11

19 Jun 02:54
Compare
Choose a tag to compare

Release Notes

📝 Other

🔧 Chore

  • Update .gitignore and remove obsolete scripts - Add 'scripts/' to .gitignore to ... (ccb36a8)

寸止 v0.2.8

18 Jun 17:42
Compare
Choose a tag to compare

寸止 v0.2.8

♻️ 重构

  • Remove unused popup components and related state management - Delete PopupTransition.vue, useAppState.ts, usePopup.ts, usePopupManager.ts, and useTransition.ts as they are no longer needed. - Update index.ts to remove the export of PopupTransition. - Clean up related types in popup.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 - Introduce useEventHandlers for simplified event management in Vue components - Create LayoutWrapper component to encapsulate layout logic and improve code organization - Update App.vue and AppContent.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

18 Jun 06:29
Compare
Choose a tag to compare

寸止 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

17 Jun 04:15
Compare
Choose a tag to compare

寸止 v0.2.6

📝 其他

  • Release 0.2.6
0