-
v1.0.0-Beta.07
Pre-releasereleased this
2026-09-01 19:14:59 +02:00 | 53 commits to main since this releaseA 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
withignoreSearch— 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
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- The installed application picks up a new build on the first launch after it,