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 66K Insertions!

@_Davidsmith I know 😮‍💨

I took the approach of creating a completely new UI hierarchy with very little shared UI code. It definitely was the right strategy for me, but not looking forward to having to maintain two UI codebases going forward.

@ryanashcraft @_Davidsmith *gulp* I've got that kind of work ahead of me for Bills to Budget 2.0, and I'm both looking forward to it, and slightly terrified! Thankfully, I won't be maintaining both versions at once for that 😅