Skip to content

Releases: Samarthegde/kino-ssh-manager

Kino SSH Manager v0.5.0

Choose a tag to compare

@github-actions github-actions released this 14 Jul 06:20
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

Choose a tag to compare

@github-actions github-actions released this 30 Jun 08:37
chore: update version to 0.4.3 and enhance changelog with session rec…

Kino SSH Manager v0.4.2

Choose a tag to compare

@github-actions github-actions released this 29 Jun 10:27
chore: update version to 0.4.2 and enhance changelog with new feature…

Kino SSH Manager v0.4.1

Choose a tag to compare

@github-actions github-actions released this 25 Jun 07:12
feat: add one-click copy logs functionality to Docker log viewer and …

Kino SSH Manager v0.4.0

Choose a tag to compare

@github-actions github-actions released this 10 Jun 12:48
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

Choose a tag to compare

@github-actions github-actions released this 09 Jun 09:29
feat: add optional group field to host configurations

Kino SSH Manager v0.2.1

Choose a tag to compare

@github-actions github-actions released this 04 Jun 13:25
Fix SSH key authentication on Windows by explicitly passing public keys

Kino SSH Manager v0.2.0

Choose a tag to compare

@github-actions github-actions released this 04 Jun 11:37
Add support for vendored OpenSSL on Windows and install NASM in CI

Kino SSH Manager v0.1.0

Choose a tag to compare

@github-actions github-actions released this 04 Jun 07:20
Initial commit: Kino SSH Manager