New Features
- Allow non-interactive app init by @nickwesselman in #6640
- Allow --development flag to create a new theme by @graygilmore in #6657
- Add app config validate command by @ryancbahan in #6934
- Add JSON flag to theme preview by @dengjeffrey in #7043
- Add Theme previews via JSON by @dengjeffrey in #6890
- Add shopify store auth and store execute by @dmerand in #7122
Bug Fixes
- fix missing json output for theme info command when dev and theme flags are missing by @FKauwe in #6905
- Fix crash when organization is not found by @lizkenyon in #7012
- Fix theme dev shortcut to editor tracking non page requests by @EvilGenius13 in #6924
- Fix infinite 401 retry loop when app logs resubscribe fails by @craigmichaelmartin in #7055
- Ask for an alias on login when the email is not found by @gonzaloriestra in #6935
Performance
- Improve import scanning performance on app dev by @gonzaloriestra in #6930
- optimize asset checksum filtering with Set lookup by @EvilGenius13 in #7105