Skip to content

Immersive Terminal for RPGs v1.5.1

Choose a tag to compare

@flippelt flippelt released this 28 May 03:26
· 49 commits to main since this release
a18cbdf

Patch release β€” mobile fix for the cipher minigame.

πŸ› Fixes

  • Decrypt minigame now works on mobile (#82). The old window-level keyboard listener never fired on phones because mobile soft keyboards only emit input events when a focusable <input> is active. The minigame now drives off a hidden, autofocused input β€” the soft keyboard pops up on open, and tapping anywhere in the modal re-opens it after dismissal. font-size: 16px on the capture input prevents iOS's auto-zoom on focus.

All 154 tests pass; lint and build clean.