Skip to content

v0.2.0

Choose a tag to compare

@wiltra-dev wiltra-dev released this 21 May 16:15
· 12 commits to main since this release

Changelog

v0.2.0

Breaking Changes

  • Push notification endpoints (subscribe, unsubscribe, send) now mounted under /api/ prefix

New Features

  • Focus a specific tmux pane from push notification data via the tmuxPane field

Refactors

  • Consolidated standardHandler, fitTerminal, and focusTerminal into a single terminalHandler object
  • Removed all useCallback wrappers from ToolBar
  • Moved hasTmux fetch from App to ToolBar

Fixes

  • Top padding hidden on iPad after resize
  • tmux default-terminal now uses -s (server option) instead of -g
  • Fixed default port in README

Build

  • Consolidated build and release scripts
  • install.sh now creates target directory if missing
  • Added keywords to package.json
  • Release script and version-bump logging fixes