Skip to content

NimoteCode 1.1.5

Released September 6, 2026. This release makes the mobile development loop more complete—from opening two files side by side to previewing a web app, reviewing Git changes, and keeping terminal and AI work reliable across a long session.

Availability

Android is the current public release channel. iPhone and iPad availability will be announced on the Download page.

New

  • In-app browser preview. Open local and remote web projects without leaving the workspace, and jump directly from a URL in Terminal to a preview.
  • Split editor panes. View and edit two files side by side while keeping each pane's active tab and navigation state clear.
  • Built-in media preview. Inspect images directly in the editor and play supported audio and video inside the app.
  • A richer AI workspace. AI Chat now surfaces recent tasks and workspace context, while a compact global indicator keeps active Agent work visible across panels.
  • Optional editor AI tools. Enable the AI tools bar only when it fits your workflow.
  • Open-source notices. A new Settings page presents the licenses and attribution for Codex, xterm, Flutter packages, and other bundled open-source software.

Improved

  • More reliable remote development. SSH connection handling is more resilient, and connection reuse reduces the cost of remote commands and browser-preview tunnels.
  • Faster, steadier long sessions. Hidden panels now pause unnecessary work, retained browser surfaces use bounded resources, and high-frequency editor, search, terminal, and AI updates are batched more carefully.
  • Stronger Source Control. Local and remote status refresh, first-commit repositories, active-workspace commands, history colors, and diff rendering are more consistent.
  • Cleaner interface. Editor Git, LSP, and overflow actions now use anchored menus; Search uses a more appropriate mobile height; authentication, subscription, Explorer, AI responses, and dark-theme details have been refined.
  • Consistent themes. Solarized Dark, Dracula, and Monokai now preserve visible panel separators, matching the visual hierarchy of the default Light and Dark themes.

Fixed

  • Rebuilt the mobile terminal text-input path so repeated characters are not dropped and IME composition updates are committed exactly once.
  • Prevented inputs such as echo from becoming duplicated or corrupted when using Gboard and other composing keyboards.
  • Preserved normal letters, key repeat, Enter, Backspace, Tab, Escape, arrows, and modifier shortcuts for physical keyboards.
  • Prevented terminal resume work from racing after screen-off or app backgrounding, eliminating repeated connection messages on return.
  • Kept terminals alive across panel switches while deferring startup until Terminal is explicitly opened.
  • Fixed iOS toolbar menus that could close immediately and require a second tap.
  • Stabilized repeated media playback and browser-sheet dismissal.