Skip to content

Commit 055d6fa

Browse files
chore(release): v1.24.3 [skip ci]
1 parent 5936360 commit 055d6fa

3 files changed

Lines changed: 12 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [1.24.3] - 2026-05-02
4+
5+
- feat(frontend): theme-aware particle dissolve + spinner spawn loader (@dorlugasigal)
6+
- fix(test): force-exit routes.test.js worker on Windows after suite completes (@dorlugasigal)
7+
- chore(deps): drop Node 20 — EOL 2026-04-30 (@dorlugasigal)
8+
- fix(version): make /api/version recompute per request again (@dorlugasigal)
9+
- test(routes): skip whole file on Windows — RCA on node-pty ConPTY hang (@dorlugasigal)
10+
- ci: drop Windows from unit-test matrix — RCA-based fix for chronic flakes (@dorlugasigal)
11+
312
## [1.24.2] - 2026-05-02
413

514
- fix(hub): ground every empty-state tip in real shipping behavior (@dorlugasigal)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "termbeam",
3-
"version": "1.24.2",
3+
"version": "1.24.3",
44
"description": "Beam your terminal to any device — mobile-optimized web terminal with multi-session support",
55
"main": "src/server/index.js",
66
"bin": {

0 commit comments

Comments
 (0)