Tags: xiaoliu10/remote-code
Tags
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]>
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]>