更新日志(中文)
[0.19.1] - 2026-03-23
修复
- 正式打包的 macOS 菜单栏版本在打开原生 Swift 托盘菜单时不再崩溃:原生菜单所需的平台图标现已随主应用资源一起打包,并从发布后的 app bundle 中读取;点击菜单栏入口时不再因
Bundle.module缺失资源而触发断言崩溃。
Changelog (English)
[0.19.1] - 2026-03-23
Fixed
- Bundled macOS menu-bar builds no longer crash when opening the native Swift tray menu: native menu provider icons are now bundled into the main app resources and loaded from the packaged app bundle, so clicking the menu-bar entry in the released
.appno longer triggers a missing-resource assertion inBundle.module.