termbeam 1.19.3 → 1.19.4

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.
Files changed (2) hide show
  1. package/README.md +3 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -25,8 +25,9 @@ https://github.com/user-attachments/assets/9dd4f3d7-f017-4314-9b3a-f6a5688e3671
25
25
  <table align="center">
26
26
  <tr>
27
27
  <td align="center"><img src="docs/assets/screenshots/mobile-session-hub.jpeg" alt="Session hub on mobile" width="250" /></td>
28
- <td align="center"><img src="docs/assets/screenshots/mobile-terminal.jpeg" alt="Terminal on mobile" width="250" /></td>
29
- <td align="center"><img src="docs/assets/screenshots/mobile-session-preview.jpeg" alt="Session preview on mobile" width="250" /></td>
28
+ <td align="center"><img src="docs/assets/screenshots/mobile-terminal.jpeg" alt="Terminal with touch bar on mobile" width="250" /></td>
29
+ <td align="center"><img src="docs/assets/screenshots/mobile-session-preview.jpeg" alt="File browser on mobile" width="250" /></td>
30
+ <td align="center"><img src="docs/assets/screenshots/mobile-command-palette.jpeg" alt="Command palette on mobile" width="250" /></td>
30
31
  </tr>
31
32
  </table>
32
33
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "termbeam",
3
- "version": "1.19.3",
3
+ "version": "1.19.4",
4
4
  "description": "Beam your terminal to any device — mobile-optimized web terminal with multi-session support",
5
5
  "main": "src/server/index.js",
6
6
  "bin": {