• v1.0.0-Beta.08 c2dd2a227b

    v1.0.0-Beta.08
    Some checks failed
    CI / check (push) Successful in 1m15s
    Release / release (push) Successful in 1m44s
    Docker Release / build-and-push (push) Successful in 3m17s
    CI / tests (push) Failing after 4m56s
    Pre-release

    k4wit0 released this 2026-09-01 19:40:35 +02:00 | 48 commits to main since this release

    The tab bar stops spending the safe area twice

    Fixed

    • The tab bar no longer spends the safe area twice on an installed iPhone.
      100dvb is the right height in a browser tab, where the address bar comes
      and goes and a fixed bar must follow it; installed there is no address bar
      and it reports the safe height instead, stopping short of the home
      indicator. The bar was fixed to the bottom of that — already 34 points above
      the real edge — and then added its own 34 points of inset, because nothing
      told it the first 34 were gone. Measured from the label to the bottom edge:
      about 45 points on Android against about 98 on an iPhone, where the two home
      indicators account for roughly ten. Full height only when installed, so the
      browser-tab behaviour is untouched.
    • The tab bar is the height a tab bar is. Its band of icons and labels was 62
      points where iOS gives one 49; eight points of padding became four and it is
      54 now. The 48-point target is untouched — min-block-size is on the border
      box — and every visible tab measures 53 after the change.
    Downloads