Skip to content

Latest commit

 

History

History
58 lines (55 loc) · 1.28 KB

CHANGELOG.md

File metadata and controls

58 lines (55 loc) · 1.28 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.2.1] - 2022-03-15

Added

Changed

  • Change servers.ini file from /usr/local/etc/servers.ini to ~/.gossh/servers.ini

Removed

[0.2.0] - 2021-12-09

Added

  • More comprehensive CLI using cobra library

Changed

Removed

[0.1.4] - 2021-12-04

Added

Changed

Removed

  • Some unnecessary \n's

[0.1.3] - 2021-12-04

Added

Changed

  • fix permission for $HOME/.ssh

Removed

[0.1.2] - 2021-12-04

Added

Changed

  • fix permission for /usr/local/etc/gossh

Removed

[0.1.1] - 2021-12-01

Added

Changed

  • Change the behaviour of ini parser to only treat '#' and ';' as comment indicators when a space is present before them. ('xxx;yyy' is parsed as it is. 'xxx ;yyy' is parsed to 'xxx'). This is useful when a password contains one of those characters.

Removed

[0.1.0] - 2021-11-21

Added

  • Support for local port forwarding
  • CHANGELOG.md

Changed

  • Start following SemVer properly.
  • Updated README.md

Removed