-
-
Notifications
You must be signed in to change notification settings - Fork 826
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: Clipy/Clipy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: develop
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: Clipy/Clipy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: settings-donations
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 16 commits
- 119 files changed
- 1 contributor
Commits on Sep 11, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 9c3e97b - Browse repository at this point
Copy the full SHA 9c3e97bView commit details -
Configuration menu - View commit details
-
Copy full SHA for dd5782f - Browse repository at this point
Copy the full SHA dd5782fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f63646d - Browse repository at this point
Copy the full SHA f63646dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b332501 - Browse repository at this point
Copy the full SHA b332501View commit details
Commits on Sep 12, 2026
-
Configuration menu - View commit details
-
Copy full SHA for e07b9df - Browse repository at this point
Copy the full SHA e07b9dfView commit details
Commits on Sep 13, 2026
-
Fix Sparkle startup and consolidate update settings
Previously, disabling Clipy's automatic checks skipped startUpdater(), which also prevented manual update checks. Always start the updater after clearing the legacy feed URL, leaving scheduling and permission prompts to Sparkle. Automatic checks and check intervals were also stored in separate Clipy preferences. Answers to Sparkle's permission prompt did not update Clipy's preference, and interval changes were only applied when relaunching the app. Remove the duplicate keys and expose Sparkle's persisted values through setters and KVO publishers so consumers can observe and update the same settings. Expose canCheckForUpdates and a typed, optional lastUpdateCheckDate to reflect updater readiness and the absence of previous checks.
Configuration menu - View commit details
-
Copy full SHA for 951dcc4 - Browse repository at this point
Copy the full SHA 951dcc4View commit details -
Configuration menu - View commit details
-
Copy full SHA for c24a932 - Browse repository at this point
Copy the full SHA c24a932View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a16a32 - Browse repository at this point
Copy the full SHA 1a16a32View commit details -
Configuration menu - View commit details
-
Copy full SHA for 838462c - Browse repository at this point
Copy the full SHA 838462cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 05eb44b - Browse repository at this point
Copy the full SHA 05eb44bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b0fdef3 - Browse repository at this point
Copy the full SHA b0fdef3View commit details -
Remove legacy AppKit preferences screens
Delete the old preference controllers, XIBs, localized resources, and their Xcode project references after switching to SwiftUI settings panes. Remove unused preference images and colors, the designable button, obsolete localization keys, and exclusion list mutation helpers used only by the old UI.
Configuration menu - View commit details
-
Copy full SHA for 4259236 - Browse repository at this point
Copy the full SHA 4259236View commit details -
Commit numeric settings when editing ends
Keep numeric input in local draft state while retaining the standard TextField formatter. Apply changes on submission, focus loss, or pane changes, and preserve immediate stepper updates. End editing when the settings window closes so pending values are saved. This prevents intermediate history limits from reaching the periodic history cleanup while the user is still typing.
Configuration menu - View commit details
-
Copy full SHA for 900157e - Browse repository at this point
Copy the full SHA 900157eView commit details -
Keep settings panes accessible on smaller screens
Preserve each pane’s ideal height while allowing content to scroll when it exceeds the available screen height. Recalculate the height limit when the window changes screens and reposition windows that would extend beyond the visible screen.
Configuration menu - View commit details
-
Copy full SHA for 5f77f22 - Browse repository at this point
Copy the full SHA 5f77f22View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c06eb7 - Browse repository at this point
Copy the full SHA 9c06eb7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 71dfaf9 - Browse repository at this point
Copy the full SHA 71dfaf9View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff develop...settings-donations