termbeam 1.12.0 → 1.12.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/README.md +1 -1
- package/package.json +1 -1
- package/public-react/assets/index-Cqt1eZ9m.js +108 -0
- package/public-react/assets/index-CvJLM67e.css +32 -0
- package/public-react/index.html +2 -2
- package/public-react/sw.js +1 -1
- package/src/auth.js +122 -7
- package/src/sessions.js +31 -0
- package/src/websocket.js +82 -1
- package/public-react/assets/index-CTOb8Hzh.js +0 -108
- package/public-react/assets/index-DCDkIi8X.css +0 -32
package/README.md
CHANGED
|
@@ -74,7 +74,7 @@ termbeam -i # interactive setup wizard
|
|
|
74
74
|
- **Command palette** (Ctrl+K / Cmd+K) for quick access to all actions
|
|
75
75
|
- **File upload** — send files from your phone to the session's working directory
|
|
76
76
|
- **Completion notifications** — browser alerts when background commands finish
|
|
77
|
-
- **
|
|
77
|
+
- **30 color themes** with adjustable font size
|
|
78
78
|
- **Port preview** — reverse-proxy a local web server through TermBeam
|
|
79
79
|
- **Image paste** from clipboard
|
|
80
80
|
|