-
v1.0.0-Beta.06
Pre-releasereleased this
2026-09-01 18:56:33 +02:00 | 56 commits to main since this releaseThe status bar on iOS, and an installer that reads like the others
Fixed
-
On an iPhone the application no longer draws under the status bar. With
viewport-fit=coverand a translucent status bar, iOS hands the whole
display to the page — and the top of it was never given back, so the greeting
and the connection dot sat behind the clock and the battery. The bottom inset
had been handled in four places from the start; the top in none, and there is
nothing to notice on a device without a notch, which is why the same build
looked right on Android.The strip is reserved on the shell rather than on the scroll container, and
that distinction is the fix: a scroller's own padding scrolls with what is
inside it, so content would have slid up through the strip and passed behind
the clock in full view — the same trap that once put a band above every
sticky header.
Changed
-
The installer reads like Lastboard's, because it is the same installer.
Same greeting, same steps in the same order and the same words, the same
"Installation complete!" and the same closing line with the address. What was
there before was a different script doing the same job in a different voice —
lowercase steps with no ellipsis, a block of five facts nobody asked for, and
an ending that named a commit hash.Three things stay different, and each because the products differ. A port in
use is reported rather than freed: Lastboard kills whatever holds it, and on a
machine where that is somebody's other service it is an outage caused by an
installer. The signature is checked, and says so, because these releases are
signed and Lastboard's are not. And an upgrade keeps the configuration file
untouched and says so, rather than rewriting it.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-