Skip to content

Commit b0f78a2

Browse files
chore(release): 0.3.0
# [0.3.0](v0.2.7...v0.3.0) (2026-03-20) ### Bug Fixes * prevent drawer from immediately closing on touch devices ([5cbfefe](5cbfefe)) * stop buttons opening keyboard on Android ([d40fa46](d40fa46)) ### Features * show version in help overlay ([eab3272](eab3272))
1 parent 5cbfefe commit b0f78a2

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [0.3.0](https://github.com/connorads/remobi/compare/v0.2.7...v0.3.0) (2026-03-20)
2+
3+
4+
### Bug Fixes
5+
6+
* prevent drawer from immediately closing on touch devices ([5cbfefe](https://github.com/connorads/remobi/commit/5cbfefec93d24ff11d9014b47a9da6effe56335c))
7+
* stop buttons opening keyboard on Android ([d40fa46](https://github.com/connorads/remobi/commit/d40fa4662f11f3fc43b02019b186670cf06f0df1))
8+
9+
10+
### Features
11+
12+
* show version in help overlay ([eab3272](https://github.com/connorads/remobi/commit/eab3272e979bcd4cf281325d90c9546d9794b565))
13+
114
## [0.2.7](https://github.com/connorads/remobi/compare/v0.2.6...v0.2.7) (2026-03-19)
215

316

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