handmux 0.27.1 → 0.27.2
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/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "handmux",
|
|
3
|
-
"version": "0.27.
|
|
3
|
+
"version": "0.27.2",
|
|
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",
|
|
@@ -75,6 +75,12 @@
|
|
|
75
75
|
"vitest": "^2.0.0"
|
|
76
76
|
},
|
|
77
77
|
"whatsNew": [
|
|
78
|
+
{
|
|
79
|
+
"version": "0.27.2",
|
|
80
|
+
"date": "2026-09-08",
|
|
81
|
+
"zh": "修复多标签页偶发鉴权弹窗",
|
|
82
|
+
"en": "Fix intermittent authentication prompts across tabs"
|
|
83
|
+
},
|
|
78
84
|
{
|
|
79
85
|
"version": "0.27.1",
|
|
80
86
|
"date": "2026-09-08",
|
|
@@ -116,12 +122,6 @@
|
|
|
116
122
|
"date": "2026-08-11",
|
|
117
123
|
"zh": "Codex 任务进度与 Goal 原生上线",
|
|
118
124
|
"en": "Native Codex task progress and Goals"
|
|
119
|
-
},
|
|
120
|
-
{
|
|
121
|
-
"version": "0.23.0",
|
|
122
|
-
"date": "2026-08-09",
|
|
123
|
-
"zh": "Codex 托管对话正式上线",
|
|
124
|
-
"en": "Managed Codex chat is here"
|
|
125
125
|
}
|
|
126
126
|
]
|
|
127
127
|
}
|