Skip to content

v1.3.0#7

Merged
LukeGus merged 16 commits intomainfrom
dev-1.3.0
Feb 19, 2026
Merged

v1.3.0#7
LukeGus merged 16 commits intomainfrom
dev-1.3.0

Conversation

@LukeGus
Copy link
Member

@LukeGus LukeGus commented Feb 19, 2026

Improves keyboard, accessibility, emoji, voice input, SSH host key handling, and fixes many crashes, pasting issues, keyboard UI issues, and IME bugs.

Update Log:

  • Improved background keepalive
  • Added support for VoiceOver
  • Improved hardware/Bluetooth keyboard support
  • Disabled auto-correct bar
  • Emoji support
  • Voice dictation support
  • Host key fingerprint modal support

Bug Fixes:

  • iPadOS keyboard covering the terminal tab bar
  • Paste key not working
  • App crashing when using none-auth
  • Various Android keyboard issues
  • New SSH host connections not working until approving SSH fingerprint
  • Multi-character IME input not working on Android

LukeGus and others added 16 commits February 11, 2026 23:59
* feat: add iPadOS build workflow without EAS dependency (#4)

* fix: handle physical keyboard special keys in terminal

Tab, Escape, and arrow keys from physical keyboards were filtered out
by the key.length === 1 check. Add explicit handling like Enter/Backspace.

* feat: add iOS native Shift+Tab support via UIKeyCommand

Add Expo native module that uses UIKeyCommand + method swizzling
to intercept Shift+Tab on iOS hardware keyboards and forward
the backtab escape sequence (\x1b[Z]) to the active terminal.

---------

Co-authored-by: swing <bestswngs@gmail.com>
Co-authored-by: Luke Gustafson <88517757+LukeGus@users.noreply.github.com>
@LukeGus LukeGus merged commit 2fef85c into main Feb 19, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants