Before most big releases I try to take a quick pass through the full git diff to look for any last minute bugs or debug statements… but I don't think that is gonna work today. These releases are probably some of the biggest non initial version updates I've ever shipped:

Widgetsmith % git diff --shortstat
212 files changed, 16938 insertions(+), 1846 deletions(-)

Pedometer++ % git diff --shortstat
486 files changed, 8488 insertions(+), 18119 deletions(-)

@_Davidsmith 794 files changed, 65958 insertions(+), 5992 deletions(-)

@ryanashcraft @_Davidsmith

Drafts: 1036 files changed, 27999 insertions(+), 60864 deletions(-)

Tally: 98 files changed, 1967 insertions(+), 4189 deletions(-)

Simple Scan: 34 files changed, 215 insertions(+), 2233 deletions(-)

Terminology: 42 files changed, 1477 insertions(+), 180 deletions(-)

@agiletortoise @_Davidsmith wow, net-negative on 3/4?
@ryanashcraft @_Davidsmith I looked in some of the closets and did a goodwill run.
@agiletortoise @_Davidsmith must've been some big closets! Nice job
@ryanashcraft Biggest win in Drafts was refactoring all my Intent code, and dropping support for iOS <17 and macOS <14 for widgets and Intents. Finally scrapped all remaining pre-AppIntents configurations & code.