Skip to content

Commit 8ef42b4

Browse files
chore(release): v1.4.0 [skip ci]
1 parent 780fd1c commit 8ef42b4

3 files changed

Lines changed: 19 additions & 3 deletions

File tree

CHANGELOG.md

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

3+
## [1.4.0] - 2026-03-04
4+
5+
- feat(ui): show unread indicator in side panel session cards
6+
- fix(ui): reuse AudioContext for mobile notification sound
7+
- feat(ui): add tab title activity indicator for unread output (#66)
8+
- feat(ui): add pinch-to-zoom font size adjustment (#67)
9+
- feat: Replace dark/light toggle with 12-theme picker (#60)
10+
- Create issue: Feature Request: Support Multiple Themes
11+
- fix(test): replace setTimeout with setImmediate in actionLogs error handler test (#58)
12+
- docs: add landing page URL to README and package.json homepage
13+
- fix: add GitHub deployment environment to landing workflow
14+
- feat: add standalone landing page with Cloudflare Pages deployment
15+
- docs: center README header and badges
16+
- docs: add npm downloads and node version badges
17+
- chore: add smoke test step to publish skill, fix CI double-trigger
18+
319
## [1.3.0] - 2026-03-03
420

521
- feat(service): add interactive PM2 service wizard (#57)

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.3.0",
3+
"version": "1.4.0",
44
"description": "Beam your terminal to any device — mobile-optimized web terminal with multi-session support",
55
"main": "src/server.js",
66
"bin": {

0 commit comments

Comments
 (0)