Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions CHANGELOG.md

@krugerk krugerk May 25, 2026

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

git diff 6.7...HEAD
or
git log --oneline 6.7...HEAD

and there are still a lot of items mentioned.

Some that might be worth mentioning that have not yet been mentioned:

Maybe under API changes (or remove the section?)

Original file line number Diff line number Diff line change
Expand Up @@ -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
*
Expand Down