Releases: IldySilva/xell
Releases · IldySilva/xell
Release list
Xell v0.1.6
What's Changed
- fix ui overlap by @IldySilva in #4
- add android support by @IldySilva in #5
- feat: macOS polish + mobile improvements by @IldySilva in #6
- fix SFTP upload error handling when uploading to restricted directories by @IldySilva in #7
New Contributors
- @IldySilva made their first contribution in #4
Full Changelog: v0.1.5...v0.1.6
Xell v0.1.5
feat: macOS polish + mobile improvements macOS: - Fix Release.entitlements: add cs.allow-jit, hardened runtime, network.server (required for notarization) - Add App menu (About, Hide, Quit Xell ⌘Q) and Edit menu (Undo, Redo, Cut, Copy, Paste, Select All) - Add About dialog with version, description, GitHub and license links - Add right-click context menu on host rows (Connect, Edit, Favorite, Delete) - Add right-click context menu on terminal pane (Copy, Paste) - Add SSH private key drag-and-drop in host form dialog - Add Dock badge showing active session count - Add Dock right-click menu with New Connection and recent hosts - Add sidebar vibrancy via macos_window_utils (NSVisualEffectView) - Fix CFBundleIconFile in Info.plist - Default theme to ThemeMode.system (follows OS dark/light mode) - Filter pre-release tags from update checker Mobile (Android/iOS): - Add special keys toolbar in terminal (Esc, Tab, arrows, ^C, ^D, ^Z, ^L, symbols) - Add long-press context sheet on host rows (Connect, Edit, Favorite, Delete) - Add right-click/secondary-tap context menus on desktop - Hide split pane controls on mobile - Always show tab close button on mobile - Make command palette width responsive (fits any screen size) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>