Skip to content

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 21 Jul 23:43
· 53 commits to main since this release

πŸš€ Release v0.1.0

0.1.0 β€” 2026-07-21

πŸš€ Features

  • Add cursor overlay functionality and tests for terminal rendering
  • Redesign UI styles and enhance connection status indicators
  • Implement SFTP client and file browser for remote directory management
  • Add initial TODO documentation for project roadmap and features
  • Enhance file browser with vim-like navigation and add tests for key handling
  • Implement double-esc functionality for pane navigation and update keybindings documentation
  • Add recent directory tracking for SFTP browser and shell
  • Update keybindings and browser behavior for improved navigation and exit handling
  • Enhance file browser with file opening and editing capabilities
  • Update file handling in browser to support terminal editor and OS default app
  • Implement remote editor functionality with tab management
  • Add settings popover for user configuration
  • Implement shell tab management with cycling and jumping capabilities
  • Implement main view structure with header, body, and footer rendering
  • Enhance file handling by rejecting unsafe remote names and stripping control characters
  • Enhance host key trust visibility by displaying trusted key fingerprints on first contact
  • Add Vim keybindings toggle for enhanced navigation in host list and file browser
  • Add alt+0 keybinding to open another shell on the same host
  • Enhance key handling for left arrow at bare prompt and update documentation
  • Add test for closing pane to ensure goroutines are properly terminated
  • Implement host management features including add, edit, and delete
  • Implement scrollback functionality for shell panes with keybindings and UI updates
  • Add CI/release pipeline, justfile, and release scripts; implement versioning and buildinfo
  • Implement host key confirmation for unknown SSH keys

🚜 Refactor

  • Store and TUI components to remove recent directory tracking
  • Key handling for vim motions and improve settings management

🧹 Miscellaneous

  • Add general guidelines for implementation and testing procedures
  • Update TODO.md for clarity and organization of phases and features