Skip to content

v0.4.9

Choose a tag to compare

@github-actions github-actions released this 15 Jun 13:59

Fixed

  • πŸ“± Mobile keyboard no longer covers the chat. On iOS and mobile browsers, opening the on-screen keyboard could push content behind it or clip the bottom of the screen. The layout now properly adjusts to keep everything visible above the keyboard.
  • πŸ—‘οΈ Discarding staged files works correctly. Previously, discarding a file that was already staged (added to a commit) could leave it in a broken state. Staged changes are now properly unstaged and cleaned up in one step.
  • πŸ”„ Git file list no longer flickers when staging. Toggling a file between staged and unstaged could briefly cause a visual glitch where the list jumped. The file list now updates smoothly.

Improved

  • πŸ“‹ Dropdown menus stay on screen. Dropdown menus (like the model picker) now correctly reposition themselves to stay within the visible area, especially when the keyboard is open or on smaller screens.
  • πŸ“– README updated with badges and clearer tunnel docs. Added project badges (stars, language, Discord) to the top of the README, and clarified the remote access / tunnel instructions.