Skip to content

Tags: xiaoliu10/remote-code

Tags

v0.0.6

Toggle v0.0.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #10 from xiaoliu10/v0.0.6

Release v0.0.6: Add clear button and fix double-tap zoom

v0.0.5

Toggle v0.0.5's commit message
Docs: Clarify Shift+Tab button is for Claude Code coding modes

Co-Authored-By: Claude Opus 4.6 <[email protected]>

v0.0.4

Toggle v0.0.4's commit message
Release v0.0.4: Add terminal copy feature and improve UX

New Features:
- Add select mode for copying terminal content
  - Click copy icon in toolbar to enter select mode
  - Click lines to select content to copy
  - Support select all and clear selection
  - Desktop: Shift+click for range selection
- Add long-press repeat for virtual keyboard keys (arrow keys, backspace)

Improvements:
- Remove Ctrl+D button (prevents accidental tmux session closure)
- Remove scroll up/down buttons (simplified UI)
- Optimize select mode UI for both desktop and mobile

Co-Authored-By: Claude Opus 4.6 <[email protected]>

v0.0.3

Toggle v0.0.3's commit message
Release v0.0.3: Add FAQ, fix session persistence and voice input

v0.0.2

Toggle v0.0.2's commit message
Release v0.0.2: Enhanced terminal with tmux copy mode

v0.0.1

Toggle v0.0.1's commit message
Add build script for cross-platform compilation

- Add build.sh for compiling binaries for multiple platforms
- Support macOS (Intel/Apple Silicon), Linux (x64/ARM64), Windows
- Update start.sh to use compiled binary if available
- Add version info injection at build time
- Update Go imports to match module name

Co-Authored-By: Claude (claude-sonnet-4-5) <[email protected]>