Skip to content

Commit 039210f

Browse files
chore(release): 0.2.5
## [0.2.5](v0.2.4...v0.2.5) (2026-03-17) ### Bug Fixes * add WS relay buffer size limit ([40478fb](40478fb)) * apply origin check to catch-all ttyd proxy ([240d8c3](240d8c3)) * scope CSP connect-src WebSocket to same host ([75f2149](75f2149)) * seal __remobiSockets global ([be6e2db](be6e2db)) * tighten CSP with script-src directive ([5a076fe](5a076fe)) * use crypto PRNG for internal ttyd port ([10e7493](10e7493))
1 parent 10e7493 commit 039210f

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [0.2.5](https://github.com/connorads/remobi/compare/v0.2.4...v0.2.5) (2026-03-17)
2+
3+
4+
### Bug Fixes
5+
6+
* add WS relay buffer size limit ([40478fb](https://github.com/connorads/remobi/commit/40478fb43e596078b2d3e94229db6aaf0533f06f))
7+
* apply origin check to catch-all ttyd proxy ([240d8c3](https://github.com/connorads/remobi/commit/240d8c371baf97db0b98b0f5669e6ac9e0992595))
8+
* scope CSP connect-src WebSocket to same host ([75f2149](https://github.com/connorads/remobi/commit/75f21498e175593393450ee240c967a76ee79468))
9+
* seal __remobiSockets global ([be6e2db](https://github.com/connorads/remobi/commit/be6e2db1546eeca393e6e486289536bfd1f52f98))
10+
* tighten CSP with script-src directive ([5a076fe](https://github.com/connorads/remobi/commit/5a076fedf3bd08ed81f9c54c90f91dcdaabe8ac9))
11+
* use crypto PRNG for internal ttyd port ([10e7493](https://github.com/connorads/remobi/commit/10e7493ebf499ef813354548b8c31ced52602589))
12+
113
## [0.2.4](https://github.com/connorads/remobi/compare/v0.2.3...v0.2.4) (2026-03-16)
214

315

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