v2026.6.7
Miko v2026.6.7
更新说明
本次发布包含以下优化与修复:
🛠 功能与界面修复
- TUI 快捷键提示修复:修复了在 TUI 中禁用
which-key插件时,底部状态栏快捷键提示(如 "show shortcuts: F1")依然显示的问题,现在提示能随插件启用状态正常显示/隐藏。 - Windows "打开编辑器" 修复:在 Windows 环境下,若未设置
VISUAL或EDITOR环境变量,打开编辑器命令现在会默认使用Notepad(记事本),避免由于变量未设置而静默无响应。 - 插件光标抖动/跳跃修复:移除了插件当前选择的反馈循环逻辑,彻底解决编辑时可能导致光标异常跳跃的问题。
- 退出界面排版微调:优化了会话退出界面的间距对齐,通过显示宽度进行填充对齐,使中文和英文界面的排版格式保持一致。
🌐 国际化与本地化
- 扩展中文本地化:补充和丰富了对话框、Compaction 底部栏、主题设置(如 "主题")等区域的中文本地化文本。
Changelog
This release includes the following fixes and optimizations:
🛠 Bug Fixes & UI Polish
- TUI shortcuts hint fix: Hide the home which-key footer hint (e.g., "show shortcuts: F1") when the
which-keyplugin is disabled. - Windows "Open editor" fix: Fall back to
Notepadon win32 when neitherVISUALnorEDITORenvironment variables are set, preventing silent failures. - Plugin cursor jump fix: Dropped the current-selection feedback loop in plugins that previously caused the cursor to jump erratically.
- Exit screen layout polish: Pad labels on the session exit screen by display width so spacing aligns consistently between Chinese and English locales.
🌐 Internationalization & Localization
- Expanded Chinese localization: Added missing translations for dialogs, compaction footer, and theme options (e.g., "主题" for Theme).