Skip to content

Commit 4038e4f

Browse files
chore(release): 0.5.1-dev.2
## [0.5.1-dev.2](v0.5.1-dev.1...v0.5.1-dev.2) (2026-03-24) ### Bug Fixes * 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))
1 parent 54a3ec5 commit 4038e4f

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [0.5.1-dev.2](https://github.com/connorads/remobi/compare/v0.5.1-dev.1...v0.5.1-dev.2) (2026-03-24)
2+
3+
4+
### Bug Fixes
5+
6+
* load Unicode11Addon on headless mirror to align character widths ([54a3ec5](https://github.com/connorads/remobi/commit/54a3ec5b875098758d1a1b3d466f7517e025cc57))
7+
* 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)
8+
* 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)
9+
* strip TMUX env vars via destructuring instead of undefined assignment ([33fa6ec](https://github.com/connorads/remobi/commit/33fa6ec2ee550db3d88e789afd989735918685db))
10+
111
## [0.5.1-dev.1](https://github.com/connorads/remobi/compare/v0.5.0...v0.5.1-dev.1) (2026-03-22)
212

313

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": "0.5.1-dev.1",
3+
"version": "0.5.1-dev.2",
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)