• v1.0.0-Beta.07 ae6ce1c36a

    v1.0.0-Beta.07
    Some checks failed
    CI / check (push) Successful in 1m37s
    CI / tests (push) Has been cancelled
    Release / release (push) Successful in 1m50s
    Docker Release / build-and-push (push) Successful in 3m44s
    Pre-release

    k4wit0 released this 2026-09-01 19:14:59 +02:00 | 53 commits to main since this release

    A new build lands on the first launch, and the door is centred

    Fixed

    • The installed application picks up a new build on the first launch after it,
      instead of the second. Assets are stamped with the build precisely so a new
      one cannot be served from an old cache, and the service worker matched them
      with ignoreSearch — which throws that stamp away, so /app.css?v=new
      matched the cached /app.css?v=old. A navigation is network-first, so the
      fresh HTML arrived and asked for the new stylesheet, and the previous build's
      one came back. Every fix landed one launch late, which from the outside is
      "I updated and it still looks the same".
    • The sign-in card sits in the middle of the screen. It went straight into the
      scroll container and therefore straight to the top of it, with the mascot
      tucked under the status bar and two thirds of the display empty below the
      button. Centred with safe alignment, so a short screen or a keyboard over
      half of it pushes the card down rather than putting the username field out of
      reach above the top.
    Downloads