You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Native menu shortcuts now work on Windows and Linux. The commands advertised in the Help dialog — New Project, Open Dashboard, Export, Present, Settings, Add Slide, and Duplicate Slide — previously fired only through the macOS menu bar and silently did nothing on Windows/Linux, where the native menu is hidden and its accelerators never reach the app.
Changes
Release pipeline hardening: centralized prerelease classification, resilient asset download with size verification, and AppImage upload rollback so a transient network failure can't leave a published release without its AppImage.
Added a version-sync gate that fails CI if package.json, tauri.conf.json, and Cargo.toml drift apart.
Removed the permissive assetProtocol scope and removeUnusedCommands for a tighter production bundle.