openmux 0.2.75 → 0.2.76
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 +0 -2
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -24,7 +24,6 @@ A terminal multiplexer with master-stack layout (Zellij-style), built with:
|
|
|
24
24
|
- Detach/attach (leave sessions running in background)
|
|
25
25
|
- Pane zoom (fullscreen focused pane)
|
|
26
26
|
- Aggregate view for browsing/filtering PTYs across workspaces
|
|
27
|
-
- Kitty Graphics and Sixel protocol support
|
|
28
27
|
- Mouse tracking (click to focus, tabbed pane switching)
|
|
29
28
|
- Scrollback support with mouse wheel and scrollbar
|
|
30
29
|
|
|
@@ -308,7 +307,6 @@ Current status:
|
|
|
308
307
|
- [x] Session persistence
|
|
309
308
|
- [x] Pane zoom
|
|
310
309
|
- [x] Mouse support
|
|
311
|
-
- [x] Graphics protocol passthrough (Kitty/Sixel)
|
|
312
310
|
- [x] Scrollback support
|
|
313
311
|
- [x] Aggregate view (PTY browser)
|
|
314
312
|
- [x] Attach/detach (steal + lock)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "openmux",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.76",
|
|
4
4
|
"description": "Terminal multiplexer with master-stack tiling layout",
|
|
5
5
|
"module": "src/index.tsx",
|
|
6
6
|
"type": "module",
|
|
@@ -66,8 +66,8 @@
|
|
|
66
66
|
"@effect/language-service": "^0.60.0",
|
|
67
67
|
"@effect/vitest": "^0.27.0",
|
|
68
68
|
"@types/bun": "latest",
|
|
69
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
70
|
-
"@typescript-eslint/parser": "^8.
|
|
69
|
+
"@typescript-eslint/eslint-plugin": "^8.51.0",
|
|
70
|
+
"@typescript-eslint/parser": "^8.51.0",
|
|
71
71
|
"@vitest/coverage-v8": "^4.0.16",
|
|
72
72
|
"eslint": "^9.39.2",
|
|
73
73
|
"standard-version": "^9.5.0",
|
|
@@ -80,8 +80,8 @@
|
|
|
80
80
|
"@effect/cli": "^0.72.1",
|
|
81
81
|
"@effect/platform": "^0.93.8",
|
|
82
82
|
"@iarna/toml": "^3.0.0",
|
|
83
|
-
"@opentui/core": "^0.1.
|
|
84
|
-
"@opentui/solid": "^0.1.
|
|
83
|
+
"@opentui/core": "^0.1.66",
|
|
84
|
+
"@opentui/solid": "^0.1.66",
|
|
85
85
|
"effect": "^3.19.13",
|
|
86
86
|
"solid-js": "^1.9.10"
|
|
87
87
|
}
|