✨ What's New in 0.11.3
🚀 New Features
- Export Backup recordings toggle: Option to include or exclude session recordings from backups (default: off). Size preview shows database size, recordings size with file count, and estimated total — updates live as the toggle changes.
- Server-side SSH command tracking: Command tracker rewritten to read from the server echo stream via a minimal VT100 line buffer. Tab-completed commands, history-recalled commands (Up/Down arrow), mid-line edited commands, and pasted commands are all now recorded accurately.
🐛 Bug Fixes
- SSH command recording: Commands run via history recall (Up arrow), tab completion, or cursor editing were missing or garbled in session recordings due to ANSI/VT100 escape sequences leaking into the keystroke buffer.
🔧 Other Changes
- SSH command tracking no longer relies on keystroke reconstruction — eedInput reduced to Ctrl+C handling only.