From 8058eb48fe3fd1b37be974b5183df6ffc69bfb2c Mon Sep 17 00:00:00 2001 From: Ariver <shanghai3168@gmail.com> Date: Mon, 18 May 2026 16:33:56 +0800 Subject: [PATCH] fix: show overlay in fullscreen spaces --- TODO.md | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/TODO.md b/TODO.md index ad52f96..3c44637 100644 --- a/TODO.md +++ b/TODO.md @@ -21,6 +21,15 @@ ## Done +- [2026-05-18] 修复全屏窗口下语音输入悬浮指示器不显示。 + - 根因: macOS 全屏 Space 下普通 `NSWindow` + `NSFloatingWindowLevel` 不稳定,容易被全屏 App 压在下层。 + - 修复: 悬浮指示器改为非激活 `NSPanel`,窗口层级提升到 `kCGStatusWindowLevelKey`,并补充 `Transient`、`IgnoresCycle`、`FullScreenAuxiliary`、`CanJoinAllSpaces` 行为。 + - 版本: `2.1.2` + - build: `20260518.1623` + - 输出: `VoiceSnapGo/build/local/arm64/VoiceSnap.app` + - 输出: `VoiceSnapGo/build/local/arm64/VoiceSnap-2.1.2-build20260518.1623-arm64-local.dmg` + - 兼容输出: `VoiceSnapGo/build/local/arm64/VoiceSnap-2.1.2-arm64-local.dmg` + - 已安装到 `/Applications/VoiceSnap.app`;签名验证为 `VoiceSnap Local Code Signing`。 - [2026-05-18] 将 macOS 后台活动/登录项纳入权限检查面板。 - 说明: 系统设置里的 “VoiceSnap Local” 是本地稳定签名证书的开发者名,下面挂着 VoiceSnap 的登录项/后台活动。 - 它不是右 Alt、录音、自动上屏的必需隐私权限,但会影响登录后是否自动在后台运行。 -- Gitblit v1.9.3