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
A capture shortcut no longer tears down an open Save dialog. When the
Preview, Annotation editor, or History window has a save sheet open,
triggering a new capture is ignored instead of silently cancelling the
in-progress save.
Under the hood
Native windowing code moved into per-feature presenters, leaving Services
focused on system access.
Formatted the codebase with SwiftFormat and added continuous integration
(build, test, and lint).