termbeam 1.21.8 → 1.22.0

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/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.22.0] - 2026-04-25
4
+
5
+ - feat(site): unify landing + docs into Astro Starlight site (#209) (@dorlugasigal)
6
+
3
7
  ## [1.21.8] - 2026-04-25
4
8
 
5
9
  - fix(mobile): stabilize bottom touchbar across iOS PWA orientation changes (@dorlugasigal)
package/README.md CHANGED
@@ -24,10 +24,10 @@ https://github.com/user-attachments/assets/9dd4f3d7-f017-4314-9b3a-f6a5688e3671
24
24
 
25
25
  <table align="center">
26
26
  <tr>
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 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>
27
+ <td align="center"><img src="packages/site/public/mobile-session-hub.jpeg" alt="Session hub on mobile" width="250" /></td>
28
+ <td align="center"><img src="packages/site/public/mobile-terminal.jpeg" alt="Terminal with touch bar on mobile" width="250" /></td>
29
+ <td align="center"><img src="packages/site/public/mobile-session-preview.jpeg" alt="File browser on mobile" width="250" /></td>
30
+ <td align="center"><img src="packages/site/public/mobile-command-palette.jpeg" alt="Command palette on mobile" width="250" /></td>
31
31
  </tr>
32
32
  </table>
33
33
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "termbeam",
3
- "version": "1.21.8",
3
+ "version": "1.22.0",
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": {