v1.0.0-beta.5
v1.0.0-beta.5 - 2026-06-04
-
Added
-
New "Updates" section in the settings panel with a toggle to enable or disable Sparkle's background update checks. The previously menu-only "Check for Updates..." action is now also available as a button next to the toggle.
-
Tooltips on every settings toggle and picker (auto-copy, middle-click paste, mic mute, mouse-button picker, language, log console). Hover over an option to learn what it does.
-
About dialog now shows the configured Sparkle update feed URL so users can verify which channel they are pulling updates from.
-
PRIMARY capture log entries include a short, sanitized preview of the captured text (newlines / tabs rendered as visible markers, truncated at 30 chars) instead of just the length.
-
Changed
-
MacPasteAppDelegate.applyAutoUpdatePreference()keepsSPUUpdater.automaticallyChecksForUpdatesin sync with the newautoUpdateEnabledsetting on launch and whenever the user flips the toggle. -
Internal
-
Removed
@Publishedfrom properties onMacPasteAppDelegate, which is not anObservableObject; the annotations were no-ops and just added noise to the API surface.