Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

v2.0.0

Compare
Choose a tag to compare
@Wouter01 Wouter01 released this 11 Jun 21:56
· 11 commits to main since this release

Version 2 is here, with a bunch of new features:

  • A new NSDocumentGroup Scene, which allows the use of a SwiftUI Window with NSDocument. This is offered as an alternative to the built-in DocumentGroup.
  • A way to open SwiftUI Windows and Settings from anywhere in the app, not only from SwiftUI Views.
  • An environment Scene modifier to pass an Environment value to multiple Scenes at once. This works the same as the environment View modifier.