Skip to content

Kody Video v2026.08.11

Choose a tag to compare

@kentcdodds kentcdodds released this 11 Aug 10:01
· 19 commits to main since this release
38c9e55

Kody Video v2026.08.11

We tried to make a locked project pin to your device's orientation like a native camera app — the interface would hold steady when you turned the phone, instead of reflowing. It didn't hold up in production testing, so it's been reverted. The only thing that stuck around is a small CSS specificity fix that was hiding under the same change.

Fixed

  • Locked projects are back to their previous rotation behavior: the landscape interface follows your device's orientation as before, and portrait projects follow their clips. The counter-rotated shell from the orientation pin was unreliable and confusing in practice, so it's gone. (#155, #156)

  • The home screen's landscape grid no longer loses its layout to a flex-rule specificity collision under load. A scoped selector fix that came along for the ride in the orientation work stays in place. (#155, #156)