Skip to content

0.1.1

Choose a tag to compare

@idexus idexus released this 20 Aug 12:24
· 194 commits to main since this release
Immutable release. Only release title and notes can be modified.
45a7c74

State that outlives the process.

  • Kept state@State(.key) is there again on the next launch. The
    application lists its keys in persistentKeys; they live in MAUI's
    Preferences, or in a store you register yourself.
  • A page's title view keeps its place across a rotation (iPad).
  • "Debug app (C#)" is first in the launch picker — the one configuration that
    works on every platform and every device.
  • README: kept state documented, and why the first build of a fresh clone takes
    ten minutes.

Version 0.1 — the API is still changing.