Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 3.37 KB

CHANGELOG.md

File metadata and controls

52 lines (34 loc) · 3.37 KB

Changelog

v1.2.0 - 2024-09-30

  • Description field is now collapsible, press v to toggle the layout [details].
  • You can invoke ssh-copy-id command for selected host by pressing t [details] In test mode for Windows OS.
  • This release contains a fix for complex ssh commands containing quotes [details].
  • Various minor improvements and bugfixes, including host focusing issues [details].

v1.1.0 - 2024-05-01

  • Support custom SSH parameters [details].
  • Preserve host order when filter is enabled [details].
  • Take default SSH parameters from system SSH configuration [details].
  • Various minor improvements.

v1.0.0 - 2024-02-08

  • Adjust help menu, disable certain shortcuts when the operation is not available in current context [details].
  • Disable automatic value copying from 'Title' to 'Host' input when the host is not new [details].
  • Automate deb package building [details].
  • Improve logging [details].

v0.4.1 - 2024-01-16

  • Fix an application title issue when filtering [details].
  • Add rpm package support.

v0.4.0 - 2024-01-02

  • Display a confirmation dialog when delete a host from the database [details].
  • Add validation rules for user input [details].
  • When ssh throws an error user can see the full error message [details].
  • Application title displays the ssh command which is going to be executed [details].

v0.3.0 - 2023-11-26

  • Fix a problem which led to broken cmd.exe UI on Windows platform [details].
  • Introduce linter rules and add unit test coverage report.

v0.2.0 - 2023-11-11

  • The Application supports environment and command line parameters [details].
  • Fix terminal resizing problem on Windows platform [details].

v0.1.2 - 2023-11-01

  • Resolve a problem with dissapearing host list when filter is enabled and a user is modifying the collection [details].

v0.1.1 - 2023-10-30

  • Fix a focusing issue when saving an existing item using a different title [details].