From 4675b7c8839c948ae86ff86b76ca642f5e9c7b6e Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 25 May 2026 04:34:24 +0000 Subject: [PATCH 1/2] Clean up 6.8 changelog entries Remove the `.dance` line (#729): it was introduced (#709) and replaced within the 6.8 cycle, so it never shipped to users and is not a bugfix. Drop the SKView focus-warning (#715) and HealthKit auth refactor (#742) entries as internal-only changes, consistent with omitting refactors. Note that #770 also fixed the incompatible pins, and drop #771 from the gallery-sort line as an unrelated settings fix. --- CHANGELOG.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc22aaff..1e323faa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,19 +9,16 @@ * Filter which workout types are included when syncing workout minutes from Apple Health (#709) 🙌 Improvements - * Move the gallery sort control onto the gallery screen itself, with a native menu and checkmark for the selected order (#616, #769, #771) + * Move the gallery sort control onto the gallery screen itself, with a native menu and checkmark for the selected order (#616, #769) * Show the full configuration preview when reconfiguring an Apple Health goal (#714) * Display Goal, Metric, and Unit info at the top of the HealthKit metric configuration screen (#712) * Datapoint list now uses three aligned columns (day, value, comment) (#713) * Set sensible default precision for Exercise Minutes, Workout Minutes, and Water (#668) - * Refactor HealthKit authorization flow and improve error handling (#742) * Rename refresh descriptor to drop "Apple" (#721) 🐛 Bugfix * Edit Notifications: 24h-mode picker now shows the right values, and deadlines can be set (#619) * Goal thumbnail border no longer breaks when the goal is in deadbeat state (#749) - * Replace deprecated `.dance` workout type with `.socialDance` / `.cardioDance` for iOS 18 (#729) - * Avoid focus warning by lazily initializing SKView (#715) ⚠️ API Changes * @@ -36,7 +33,7 @@ * Fix project settings for distribution (#722) * Add an automated weekly TestFlight build via fastlane match (#776) * Pin GitHub Actions workflows to commit SHAs for supply-chain safety (#778) - * Guard against incompatible Package.resolved pins in CI (#770) + * Fix incompatible Package.resolved pins and guard against them in CI (#770) * Update third-party package and rubygem versions (#732 plus numerous dependabot bumps) Others From e8b5ed0a92f3688a1689392d391c5078ac01bbde Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 25 May 2026 05:02:52 +0000 Subject: [PATCH 2/2] Revert #770 changelog wording to CI-guard only The incompatible pins were introduced by Dependabot bumps within the 6.8 cycle and never shipped in 6.7, so they weren't fixed relative to the last release. Only the CI guard is a durable, user-relevant change. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e323faa..fa02abfc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,7 +33,7 @@ * Fix project settings for distribution (#722) * Add an automated weekly TestFlight build via fastlane match (#776) * Pin GitHub Actions workflows to commit SHAs for supply-chain safety (#778) - * Fix incompatible Package.resolved pins and guard against them in CI (#770) + * Guard against incompatible Package.resolved pins in CI (#770) * Update third-party package and rubygem versions (#732 plus numerous dependabot bumps) Others