Beta Release 1.3.5 (763ae6182abc39c4d2751590db2fa53b6c8e3f14)
Pre-release
Pre-release
github-actions
released this
17 Jul 15:59
·
191 commits
to main
since this release
🐛 Bug Fixes
- Looks like this is the most I can do with the tools available under SwiftUI, just define a min and max width and let the OS decide. I've use the 'View UI Hierarchy' tool under the debugger to see if I can track down what may be causing the weird window size constraints but cannot seems to find anything that would cause the window size not to apply correctly when capturing and restoring window size state. I think SwiftUI just isn't there yet for that functionality; to provide a min, max and desired current size (ideal just appears to do nothing and the docs don't expand on what Apple's intent is beyond 'ideal'). (bca4d72)
- Add should exit on close option, closes #43 (124c6e6)
♻️ Code Refactoring
- ZAAS (Zoop As A Service) (f580400)
- Give the preferences view a much needed visual overhaul, creating new underlying components for the tab views themselves and the tab view items (0ad7429)
🔧 Chores
- Fastlane automated version bump (6bbca53)
- Fastlane automated version bump (36780ae)
- Fix beta CI/CD build (16ba329)
- Fastlane automated version bump (beta) (cd14ce9)
- Add pre-release flag to beta releases on GitHub to differentiate beta releases correctly (9b668f7)
- Fastlane automated version bump (beta) (44b2a8f)
- Merge branch 'dev' (1655fc8)
- Fastlane automated version bump (2eab54a)
- Fastlane automated version bump (beta) (b36131e)
- automatically update the README with the latest version number, which will update any download links and references automatically (a6fc440)
- Fastlane automated version bump (beta) (c218cdd)
- Fastlane automated version bump (beta) (64c4414)
- Fastlane automated version bump (beta) (142c796)
- Fastlane automated version bump (beta) (a769b64)
- Fastlane automated version bump (beta) (b84095f)
- This is a nightmare, window size management in SwiftUI just isn't there yet... anyway, I'm going to remove the Defaults saving - this is just here for future reference of approach. This approach just won't work as I can't restore window size state... (cae2c8f)
- Merge branch 'pre-dev' into 43-as-a-user-i-would-like-the-option-of-chosing-if-the-app-should-quit-when-the-last-window-is-closed (43ff175)
- Apply required merge changes (1c99761)
- Fastlane automated version bump (beta) (6bbc137)
📖 Documentation
- Forgot to update readme with v1.3.3 links (fa3d607)
- Improve contribution documentation and tidy up the README (d218ec9)
- Reorder contribution steps so they make more chronological sense (026d084)
- Update icon docs (eed3636)
- Remove Milestones and explain why (4e10851)
- Line break for mouse emoji answer to separate it from the acknowledgements (26152f4)
- A note around Ventura support (58d8e9f)
- Update the use of Milestones (again) (64689c7)