Releases: Samarthegde/kino-ssh-manager
Releases · Samarthegde/kino-ssh-manager
Release list
Kino SSH Manager v0.5.0
feat: add ImportPasswordModal for encrypted profile import - Introduced ImportPasswordModal component to handle the import of encrypted profiles. - Updated Sidebar to manage the state for encrypted profile imports. - Enhanced VaultStore with methods for importing and exporting encrypted hosts. - Added utility functions for password generation and host display formatting. refactor: improve host key dialog and metrics panel - Refactored HostKeyDialog to use hostTarget utility for displaying host information. - Updated MetricsPanel to change the separator from "—" to "-" for consistency. fix: update various UI texts for consistency - Changed various instances of "—" to "-" in titles and messages across components for uniformity. - Adjusted error messages and hints in Unlock and SyncModal components for clarity. style: add CSS for form stepper component - Created styles for a new form stepper component to enhance user experience during multi-step forms.
Kino SSH Manager v0.4.3
chore: update version to 0.4.3 and enhance changelog with session rec…
Kino SSH Manager v0.4.2
chore: update version to 0.4.2 and enhance changelog with new feature…
Kino SSH Manager v0.4.1
feat: add one-click copy logs functionality to Docker log viewer and …
Kino SSH Manager v0.4.0
feat: enhance Docker and metrics support in store - Added Docker-related interfaces: DockerContainer, DockerImage, DockerVolume, DockerNetwork. - Introduced actions for managing Docker containers, images, volumes, and networks. - Implemented metrics tracking with MetricsSnapshot and DiskInfo interfaces. - Enhanced PortForward interface with kind and bind_host properties. - Updated VaultStore to manage multiple panes and active tabs per pane. - Added methods for splitting and closing panes, and managing active tabs within panes. - Implemented update checking functionality with UpdateInfo interface.
Kino SSH Manager v0.3.0
feat: add optional group field to host configurations
Kino SSH Manager v0.2.1
Fix SSH key authentication on Windows by explicitly passing public keys
Kino SSH Manager v0.2.0
Add support for vendored OpenSSL on Windows and install NASM in CI
Kino SSH Manager v0.1.0
Initial commit: Kino SSH Manager