termbeam 1.21.8 → 1.22.1
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 +8 -0
- package/README.md +4 -4
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.22.1] - 2026-04-26
|
|
4
|
+
|
|
5
|
+
- refactor(site): iterate unified site to launch quality (#211) (@dorlugasigal)
|
|
6
|
+
|
|
7
|
+
## [1.22.0] - 2026-04-25
|
|
8
|
+
|
|
9
|
+
- feat(site): unify landing + docs into Astro Starlight site (#209) (@dorlugasigal)
|
|
10
|
+
|
|
3
11
|
## [1.21.8] - 2026-04-25
|
|
4
12
|
|
|
5
13
|
- 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="
|
|
28
|
-
<td align="center"><img src="
|
|
29
|
-
<td align="center"><img src="
|
|
30
|
-
<td align="center"><img src="
|
|
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
|
|