ghostterm 1.2.2 → 1.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.2.3 (2026-03-17)
4
+
5
+ ### Features (Frontend)
6
+ - **Long-press acceleration** — Backspace, arrow keys, Space, scroll buttons repeat with increasing speed (150ms → 30ms)
7
+ - **Tap feedback** — all buttons show scale + color animation on press
8
+ - **Paste button always visible** — shows "no file" when empty, glows on upload
9
+ - **iOS file picker fix** — transparent file input overlay (bypasses iOS trusted gesture restriction)
10
+ - **Service Worker removed** — fixes stale cache preventing updates
11
+ - **Landing page SEO** — Open Graph tags, Twitter cards, PWA meta
12
+
13
+ ### Bug Fixes
14
+ - **Cloudflare deploy** — must use `--branch=main` for production (was deploying to Preview)
15
+ - **D-pad escape sequences** — `data-repeat` attribute now properly converts `\x1b` to ESC character
16
+ - **Removed debug console.log** — no longer leaks sessionId to browser console
17
+
3
18
  ## 1.2.2 (2026-03-17)
4
19
 
5
20
  ### Bug Fixes
package/README.md CHANGED
@@ -91,16 +91,18 @@ Open **[ghostterm.pages.dev](https://ghostterm.pages.dev)** in any mobile browse
91
91
  - **Quick keys** — one-tap `y`/`n` for Claude Code approvals
92
92
  - **12345 numpad** — tap to pop up number selection for CLI surveys/prompts (raw keypress, no Enter)
93
93
  - **D-pad** — arrow keys, Enter, Tab, Shift+Tab, Space
94
+ - **Long-press acceleration** — hold Backspace, arrow keys, Space, or scroll buttons to repeat with increasing speed
94
95
  - **`claude` button** — quick-launch menu: new session, resume, continue, dangerous mode
95
96
  - **Ctrl+C (Stop)** — interrupt running processes
96
97
  - **Text input** — full keyboard input with Send button
98
+ - **Tap feedback** — all buttons show visual press animation
97
99
  - **Copy mode** — select and copy terminal text
98
100
 
99
101
  ### File Transfer
100
102
 
101
103
  - **Screen** — capture your terminal screen and send it to your PC as a file
102
104
  - **File upload** — upload files directly from your phone to your desktop
103
- - **Paste button** — after uploading, shows shortened filename; tap to paste the file path into the terminal
105
+ - **Paste button** — always visible; glows for 5 seconds after upload with shortened filename; tap to paste the file path into the terminal
104
106
 
105
107
  ### Visual
106
108
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ghostterm",
3
- "version": "1.2.2",
3
+ "version": "1.2.3",
4
4
  "description": "Mobile terminal for Claude Code — control your PC from your phone",
5
5
  "bin": {
6
6
  "ghostterm": "bin/ghostterm.js"