🚀 Features
- Implement 'open' command to launch terminal or editor for selected files
- Support switching source connection for both panes in file explorer
🐛 Bug Fixes
- Skip newline for soft-wrapped lines in selection text
- Clear selection on terminal size change
- Clear selection after terminal updated
- Preserve file permissions during SFTP upload
💼 Other
- Migrate from ratatui-explorer to ratatui-async-explorer
- Bump termirs version to 0.3.0
🚜 Refactor
- Initialize clipboard once in App and reuse across operations
- Move mtime comparison into run_editor and return EditResult directly
- Enhance SFTP session handling
📚 Documentation
- Update README with editor configuration and Nerd Font support
⚙️ Miscellaneous Tasks
- Update demo gif
- Update ratatui-async-explorer to version 0.3.3 and adjust icon display handling