Skip to content

Latest commit

 

History

History
56 lines (25 loc) · 2.65 KB

CHANGELOG.md

File metadata and controls

56 lines (25 loc) · 2.65 KB

Changelog

0.3.4 (2024-08-29)

Bug Fixes

  • ensure insert mode on confirm inputs #28 (c66f203)

0.3.3 (2024-06-11)

Bug Fixes

0.3.2 (2024-05-25)

Bug Fixes

  • ssh config hosts with multiple hostnames #11 (f1c0af4)

0.3.1 (2024-01-08)

Bug Fixes

  • empty argument processing for :RemoveSSHFSConnect command. fixes #16 (e11dd19)

0.3.0 (2023-12-09)

Features

  • add argument to RemoteSSHFSConnect command to directly connect on user, host, path, and port (#14) (3cebc71)

0.2.3 (2023-12-07)

Bug Fixes

  • pass opts through api layer to telescope extension. #6 (6104abf)

0.2.2 (2023-12-07)

Bug Fixes

  • error if ssh config is not readable or does not exist. #5 (ad6a015)
  • remove hard-coded remote /home directory (#10) (29908ca)

CI/CD