handmux 0.22.0 → 0.22.1
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/README.md +1 -1
- package/README.zh-CN.md +1 -1
- package/package.json +3 -3
- package/public/assets/{index-CzlitgRX.js → index-ClOByNCn.js} +81 -81
- package/public/assets/{index-CRAlQZDz.css → index-rjrtUwoJ.css} +1 -1
- package/public/index.html +2 -2
- package/src/browser/manager.js +37 -11
- package/src/browser/publicProxy.js +23 -1
- package/src/browser/routes.js +9 -0
- package/src/browser/siteVersion.js +124 -0
package/README.md
CHANGED
|
@@ -75,7 +75,7 @@ handmux start --tunnel cloudflare # instant public URL (cloudflared auto-insta
|
|
|
75
75
|
- **Script push** — notify your phone from any script or CI step with `handmux push`; target all devices, a named session, or a specific device.
|
|
76
76
|
- **Workspace recovery** — handmux keeps the metadata needed to restore your latest tmux workspace after a computer or tmux-server restart, without replacing existing sessions.
|
|
77
77
|
- **Git viewer** — changes / commit history / any branch / full-screen colored diff, multi-repo tabs, read-only, never touches your tree.
|
|
78
|
-
- **Web Preview for URLs and static folders** — preview URLs by phone or computer proxy, or open an isolated static folder, with
|
|
78
|
+
- **Web Preview for URLs and static folders** — preview URLs by phone or computer proxy, or open an isolated static folder, with narrow/wide page widths and zoom; computer proxy can also request a mobile or desktop site version. It embeds pages rather than replacing a full browser.
|
|
79
79
|
- **Docs** — tap a path in the terminal to open it; Markdown rendered, font zoom, sentence-by-sentence read-aloud.
|
|
80
80
|
- **Mobile select & copy** — long-press to select in the terminal, drag iOS-style handles to fine-tune, copy the selection / a whole line / a whole paragraph.
|
|
81
81
|
- **Files both ways** — multi-select upload from the chat box, download, share in, copy any absolute path.
|
package/README.zh-CN.md
CHANGED
|
@@ -75,7 +75,7 @@ handmux start --tunnel cloudflare # 即时公网地址(自动装 cloudflared)
|
|
|
75
75
|
- **脚本推送**——用 `handmux push` 从脚本或 CI 步骤推消息到手机,可指定全部设备、某个会话或某台设备。
|
|
76
76
|
- **工作区恢复**——handmux 静默保存必要元数据,在电脑或 tmux server 重启后恢复最新工作区,绝不替换现有会话。
|
|
77
77
|
- **Git 查看器**——改动 / 提交历史 / 任意分支 / 全屏彩色 diff,多仓库分页,只读不动工作区。
|
|
78
|
-
-
|
|
78
|
+
- **网页预览器**——用手机直连或电脑代理预览网址,也可隔离打开静态目录,支持窄屏 / 宽屏和缩放;电脑代理还可向网站请求手机版或电脑版。它只嵌入网页,不替代完整浏览器。
|
|
79
79
|
- **文档**——终端里点路径即开;Markdown 排版、字号缩放、逐句高亮朗读。
|
|
80
80
|
- **选中 · 拷贝**——终端里长按选中,拖 iOS 式手柄精调,一键拷贝选区 / 整行 / 整段。
|
|
81
81
|
- **文件双向传**——聊天框多选上传、下载、系统分享进来、复制绝对路径。
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "handmux",
|
|
3
|
-
"version": "0.22.
|
|
3
|
+
"version": "0.22.1",
|
|
4
4
|
"description": "A mobile vibe-coding cockpit — built on tmux: drive your live session, Claude Code / Codex — anything a terminal can run — from your phone.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "AGPL-3.0-only",
|
|
@@ -62,13 +62,13 @@
|
|
|
62
62
|
"vitest": "^2.0.0"
|
|
63
63
|
},
|
|
64
64
|
"whatsNew": [
|
|
65
|
+
{"version":"0.22.1","date":"2026-08-04","zh":"网页宽度与网站版本分开控制","en":"Separate page width and site-version controls"},
|
|
65
66
|
{"version":"0.22.0","date":"2026-08-03","zh":"全屏设置 · 窗口与分屏管理更清晰","en":"Full-screen Settings · clearer window and pane management"},
|
|
66
67
|
{"version":"0.21.0","date":"2026-08-03","zh":"网页预览:手机直连、电脑代理与静态目录","en":"Web preview: direct, computer proxy, and static folders"},
|
|
67
68
|
{"version":"0.20.3","date":"2026-08-01","zh":"实时终端显示更稳定流畅","en":"More stable, smoother live terminals"},
|
|
68
69
|
{"version":"0.20.2","date":"2026-07-27","zh":"实时终端长时间运行更流畅","en":"Smoother long-running live terminals"},
|
|
69
70
|
{"version":"0.20.1","date":"2026-07-26","zh":"聊天发送修复 · 电脑键盘不中断","en":"Reliable chat sending · uninterrupted desktop input"},
|
|
70
71
|
{"version":"0.20.0","date":"2026-07-26","zh":"终端实时推送 · 弱网自动回退","en":"Live terminal pushing · automatic network fallback"},
|
|
71
|
-
{"version":"0.19.0","date":"2026-07-25","zh":"电脑物理键盘直输 · Window 切换更流畅","en":"Desktop keyboard input · faster window switching"}
|
|
72
|
-
{"version":"0.18.0","date":"2026-07-22","zh":"Tmux 工作区恢复 · 快捷栏自由定制","en":"Tmux workspace recovery · customizable shortcuts"}
|
|
72
|
+
{"version":"0.19.0","date":"2026-07-25","zh":"电脑物理键盘直输 · Window 切换更流畅","en":"Desktop keyboard input · faster window switching"}
|
|
73
73
|
]
|
|
74
74
|
}
|