Skip to content

Commit 0e22963

Browse files
chore(release): v1.0.0
1 parent 778da8c commit 0e22963

3 files changed

Lines changed: 21 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,28 @@
11
# Changelog
22

3+
## [1.0.0] - 2026-03-01
4+
5+
- fix: prevent spurious 'session not found' warns on session close (#26)
6+
- feat: v1.0.0 preparation — security, logging, tests, cross-platform CI (#25)
7+
- docs: add GitHub Copilot instructions for repository context
8+
- fix: remove unused social plugin from mkdocs configuration
9+
- feat: update documentation and HTML files for improved clarity and SEO
10+
- fix: adjust spacing in Copilot terminal screen for better alignment
11+
- feat: load JetBrainsMono font for improved typography in PhoneScene
12+
- feat: change video image format to jpeg and set quality to 100
13+
- feat: enhance animations and UI elements in TitleCard and PhoneScene
14+
- feat: update TermBeam to use explicit password management and improve security
15+
- Redesign outro scene with typewriter, particles, and consistent palette (#23)
16+
317
## [0.2.0] - 2026-02-28
418

519
### Changed
20+
621
- **BREAKING:** Tunnel and auto-generated password are now enabled by default
722
- Added `--no-tunnel` and `--no-password` flags to opt out of defaults
823

924
### Added
25+
1026
- Mobile copy/paste: Copy button opens selectable text overlay, Paste button with clipboard API + fallback modal
1127
- Image paste support — paste images from clipboard, uploaded to server temp directory
1228
- Content-Security-Policy header (script/style/connect sources)
@@ -16,12 +32,14 @@
1632
- Folder browser defaults to server working directory
1733

1834
### Fixed
35+
1936
- Key-bar double-press on touch devices (touchstart + synthetic mousedown)
2037
- Paste button not responding on iOS Safari (touchend handler)
2138
- Non-JSON WebSocket messages no longer forwarded to PTY (security)
2239
- Upload size limit now handled safely without destroying request stream
2340

2441
### Removed
42+
2543
- X-XSS-Protection header (deprecated, replaced by CSP)
2644

2745
## [0.1.0] - 2026-02-28

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": "0.1.0",
3+
"version": "1.0.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)