Skip to content

Commit 8c65b08

Browse files
chore(release): 1.0.0
# [1.0.0](v0.5.0...v1.0.0) (2026-03-27) ### Bug Fixes * guard handleClientMessage against resize on exited PTY ([41043ee](41043ee)) * load Unicode11Addon on headless mirror to align character widths ([54a3ec5](54a3ec5)) * remove terminal padding that exposed white document background ([cd92504](cd92504)), closes [#terminal](https://github.com/connorads/remobi/issues/terminal) * set document background from theme to eliminate white border ([5c821ca](5c821ca)), closes [#1e1e2e](https://github.com/connorads/remobi/issues/1e1e2e) [#terminal-container](https://github.com/connorads/remobi/issues/terminal-container) [#terminal](https://github.com/connorads/remobi/issues/terminal) * strip TMUX env vars via destructuring instead of undefined assignment ([33fa6ec](33fa6ec)) ### chore * mark built-in runtime migration as breaking ([20d466b](20d466b)) ### BREAKING CHANGES * remobi replaces the ttyd-based runtime with the built-in terminal runtime.
1 parent 048010e commit 8c65b08

2 files changed

Lines changed: 22 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
# [1.0.0](https://github.com/connorads/remobi/compare/v0.5.0...v1.0.0) (2026-03-27)
2+
3+
4+
### Bug Fixes
5+
6+
* guard handleClientMessage against resize on exited PTY ([41043ee](https://github.com/connorads/remobi/commit/41043eee23b86005d180ecae770c1055aaa538de))
7+
* load Unicode11Addon on headless mirror to align character widths ([54a3ec5](https://github.com/connorads/remobi/commit/54a3ec5b875098758d1a1b3d466f7517e025cc57))
8+
* remove terminal padding that exposed white document background ([cd92504](https://github.com/connorads/remobi/commit/cd92504c93bbc223979a3c77b60a90b0f10a13da)), closes [#terminal](https://github.com/connorads/remobi/issues/terminal)
9+
* set document background from theme to eliminate white border ([5c821ca](https://github.com/connorads/remobi/commit/5c821ca9d7e4aaea6ac6531bc93116b24166807e)), closes [#1e1e2e](https://github.com/connorads/remobi/issues/1e1e2e) [#terminal-container](https://github.com/connorads/remobi/issues/terminal-container) [#terminal](https://github.com/connorads/remobi/issues/terminal)
10+
* strip TMUX env vars via destructuring instead of undefined assignment ([33fa6ec](https://github.com/connorads/remobi/commit/33fa6ec2ee550db3d88e789afd989735918685db))
11+
12+
13+
### chore
14+
15+
* mark built-in runtime migration as breaking ([20d466b](https://github.com/connorads/remobi/commit/20d466b68d861c697b90b51524f7a2956ca33e50))
16+
17+
18+
### BREAKING CHANGES
19+
20+
* remobi replaces the ttyd-based runtime with the built-in terminal runtime.
21+
122
# [1.0.0-dev.1](https://github.com/connorads/remobi/compare/v0.5.1-dev.2...v1.0.0-dev.1) (2026-03-27)
223

324

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "remobi",
3-
"version": "1.0.0-dev.1",
3+
"version": "1.0.0",
44
"description": "Monitor and control your coding agents from your phone. Touch controls for tmux over the web.",
55
"type": "module",
66
"bin": {

0 commit comments

Comments
 (0)