mirror of
https://github.com/lobehub/lobehub.git
synced 2026-03-27 13:29:15 +07:00
* ✨ feat(desktop): improve macOS permission requests and Full Disk Access detection - Add microphone and camera entitlements for hardened runtime - Implement Full Disk Access detection using protected directory check - Add native dialog prompt for Full Disk Access permission - Add window focus broadcast for permission status refresh - Extract Full Disk Access utilities to separate module - Remove macOS-specific permissions from Linux/Windows menus - Update PermissionsStep UI to show checkmark for all granted permissions - Add comprehensive tests for permission methods * ✨ feat(desktop): persist onboarding step for app restart recovery - Add storage functions to persist/restore current onboarding step - Restore step from localStorage on app restart (prioritized over URL params) - Clear persisted step when onboarding completes - Remove unused fullDisk.autoAdd translation key