Skip to content

0.66.1

Choose a tag to compare

@thejdubb02 thejdubb02 released this 02 Sep 22:47
· 4 commits to main since this release

The other half of the Android fix. 0.66.0 gave a phone the panel's own prompt box and then handed the keyboard to the terminal anyway: opening a session focused the pane, and tapping Esc or Ctrl-C on the key row took focus back. So the box was there and Gboard was still typing into the terminal, and still duplicating the line. On a touch device showing the box, nothing takes focus on its own now, and the first thing you tap decides.

The installed app no longer draws under the notch. The standalone rule that pads for the safe area has been in the stylesheet for a while and was doing nothing, because the safe-area values report 0 without viewport-fit=cover in the viewport tag, and only the sign-in page had it. The panel has it now, and the toast clears the home indicator, which is where Undo after a kill lives.

Both found by having a second model read the mobile surface and say what it thought. The write-up is in docs/mobile-review-grok.md.