|
1 | 1 | # Changelog |
2 | 2 |
|
| 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 | + |
3 | 17 | ## [0.2.0] - 2026-02-28 |
4 | 18 |
|
5 | 19 | ### Changed |
| 20 | + |
6 | 21 | - **BREAKING:** Tunnel and auto-generated password are now enabled by default |
7 | 22 | - Added `--no-tunnel` and `--no-password` flags to opt out of defaults |
8 | 23 |
|
9 | 24 | ### Added |
| 25 | + |
10 | 26 | - Mobile copy/paste: Copy button opens selectable text overlay, Paste button with clipboard API + fallback modal |
11 | 27 | - Image paste support — paste images from clipboard, uploaded to server temp directory |
12 | 28 | - Content-Security-Policy header (script/style/connect sources) |
|
16 | 32 | - Folder browser defaults to server working directory |
17 | 33 |
|
18 | 34 | ### Fixed |
| 35 | + |
19 | 36 | - Key-bar double-press on touch devices (touchstart + synthetic mousedown) |
20 | 37 | - Paste button not responding on iOS Safari (touchend handler) |
21 | 38 | - Non-JSON WebSocket messages no longer forwarded to PTY (security) |
22 | 39 | - Upload size limit now handled safely without destroying request stream |
23 | 40 |
|
24 | 41 | ### Removed |
| 42 | + |
25 | 43 | - X-XSS-Protection header (deprecated, replaced by CSP) |
26 | 44 |
|
27 | 45 | ## [0.1.0] - 2026-02-28 |
|
0 commit comments