Changelog History
-
v1.0.1 Changes
September 01, 2020๐ CHANGELOG
v1.0.1
๐ BUGFIX: Verbose, Insecure and Detach flags are not working when loading from an alias [#127]
๐ NEW FEATURE: The installation script can now receive a parameter to install a specific version instead of always installing the latest [#124]v1.0.0
๐ NEW FEATURE: Complete revamp of CLI user experience [#112]
๐ NEW FEATURE: Support for ssh remote port forwarding [#114]
๐ NEW FEATURE: Support for authentication ssh session using ssh agent [#102]
๐ NEW FEATURE: Add builds for ARM [#109]v0.5.0
๐ NEW FEATURE: Reconnect to SSH Server if connection drops for any reason (-connection-retries and -retry-wait) [#95]
๐ BUGFIX: SSH config file is required even if all required arguments were provided through CLI [#75]
๐ BUGFIX: Missing port in remote address [#86]
๐ NEW FEATURE: Configurable connection timeout [#92]
๐ BUGFIX: Fix persistence of insecure mode flag (-insecure) [#90]
๐ IMPROVEMENT: Better protecting keys loaded in memory [#78]
๐ NEW FEATURE: Keep idle connection open by sending periodic synthetic packets (-keep-alive-interval flag) [#77]v0.4.0
๐ NEW FEATURE: Multiple tunnels using the same ssh connection (support for multiple -remote flags) [#72]
INFRA: Project dependencies are now managed by Go modules instead of vendor/ [#69]v0.3.0
๐ NEW FEATURE: Windows Support! Mole now works on windows (tested on Windows 10) [#65]
โ INFRA: Using Github Actions for code quality checks (e.g. unit tests, code formatting, etc.)
๐ NEW FEATURE: Users will be prompted to enter the key's password if it is encrypted [#54]
๐ NEW FEATURE: Skip the host key validation by using the -insecure option [#52]
๐ BUGFIX: Server names can contain underscore character [#50]
๐ BUGFIX: Always use the same ssh connection if multiple clients use the same tunnel [#43]
๐ NEW FEATURE: Run mole in background by using the -detach option [#35]
๐ BUGFIX: Return error if required flags are missing [#33]
๐ NEW FEATURE: New -aliases option added to list all configured aliases [#29]
๐ NEW FEATURE: LocalForward option from ssh config file will be used if both -local and -remote are absent [#18]
๐ณ INFRA: Developers can spawn a small local infra using docker to test their changesv0.2.0
๐ NEW FEATURE: Aliases can be created to reuse tunnel settings.
โก๏ธ Website updatev0.1.0
IP addresses of both local and remote are now optional
โ Add -version option to display the current version
๐ New website: https://davrodpin.github.io/mole/v0.0.1
๐ First release. No changes.
-
v1.0.0 Changes
August 13, 2020๐ CHANGELOG
v1.0.0
๐ NEW FEATURE: Complete revamp of CLI user experience [#112]
๐ NEW FEATURE: Support for ssh remote port forwarding [#114]
๐ NEW FEATURE: Support for authentication ssh session using ssh agent [#102]
๐ NEW FEATURE: Add builds for ARM [#109]v0.5.0
๐ NEW FEATURE: Reconnect to SSH Server if connection drops for any reason (-connection-retries and -retry-wait) [#95]
๐ BUGFIX: SSH config file is required even if all required arguments were provided through CLI [#75]
๐ BUGFIX: Missing port in remote address [#86]
๐ NEW FEATURE: Configurable connection timeout [#92]
๐ BUGFIX: Fix persistence of insecure mode flag (-insecure) [#90]
๐ IMPROVEMENT: Better protecting keys loaded in memory [#78]
๐ NEW FEATURE: Keep idle connection open by sending periodic synthetic packets (-keep-alive-interval flag) [#77]v0.4.0
๐ NEW FEATURE: Multiple tunnels using the same ssh connection (support for multiple -remote flags) [#72]
INFRA: Project dependencies are now managed by Go modules instead of vendor/ [#69]v0.3.0
๐ NEW FEATURE: Windows Support! Mole now works on windows (tested on Windows 10) [#65]
โ INFRA: Using Github Actions for code quality checks (e.g. unit tests, code formatting, etc.)
๐ NEW FEATURE: Users will be prompted to enter the key's password if it is encrypted [#54]
๐ NEW FEATURE: Skip the host key validation by using the -insecure option [#52]
๐ BUGFIX: Server names can contain underscore character [#50]
๐ BUGFIX: Always use the same ssh connection if multiple clients use the same tunnel [#43]
๐ NEW FEATURE: Run mole in background by using the -detach option [#35]
๐ BUGFIX: Return error if required flags are missing [#33]
๐ NEW FEATURE: New -aliases option added to list all configured aliases [#29]
๐ NEW FEATURE: LocalForward option from ssh config file will be used if both -local and -remote are absent [#18]
๐ณ INFRA: Developers can spawn a small local infra using docker to test their changesv0.2.0
๐ NEW FEATURE: Aliases can be created to reuse tunnel settings.
โก๏ธ Website updatev0.1.0
IP addresses of both local and remote are now optional
โ Add -version option to display the current version
๐ New website: https://davrodpin.github.io/mole/v0.0.1
๐ First release. No changes.
-
v0.5.0 Changes
October 03, 2019๐ CHANGELOG
v0.5.0
๐ NEW FEATURE: Reconnect to SSH Server if connection drops for any reason (
-connection-retries
and-retry-wait
) [#95]
๐ BUGFIX: SSH config file is required even if all required arguments were provided through CLI [#75]
๐ BUGFIX: Missing port in remote address [#86]
๐ NEW FEATURE: Configurable connection timeout [#92]
๐ BUGFIX: Fix persistence of insecure mode flag (-insecure) [#90]
๐ IMPROVEMENT: Better protecting keys loaded in memory [#78]
๐ NEW FEATURE: Keep idle connection open by sending periodic synthetic packets (-keep-alive-interval
flag) [#77]v0.4.0
๐ NEW FEATURE: Multiple tunnels using the same ssh connection (support for multiple -remote flags) [#72]
INFRA: Project dependencies are now managed by Go modules instead of vendor/ [#69]v0.3.0
๐ NEW FEATURE: Windows Support! Mole now works on windows (tested on Windows 10) [#65]
โ INFRA: Using Github Actions for code quality checks (e.g. unit tests, code formatting, etc.)
๐ NEW FEATURE: Users will be prompted to enter the key's password if it is encrypted [#54]
๐ NEW FEATURE: Skip the host key validation by using the -insecure option [#52]
๐ BUGFIX: Server names can contain underscore character [#50]
๐ BUGFIX: Always use the same ssh connection if multiple clients use the same tunnel [#43]
๐ NEW FEATURE: Run mole in background by using the -detach option [#35]
๐ BUGFIX: Return error if required flags are missing [#33]
๐ NEW FEATURE: New -aliases option added to list all configured aliases [#29]
๐ NEW FEATURE: LocalForward option from ssh config file will be used if both -local and -remote are absent [#18]
๐ณ INFRA: Developers can spawn a small local infra using docker to test their changesv0.2.0
๐ NEW FEATURE: Aliases can be created to reuse tunnel settings.
โก๏ธ Website updatev0.1.0
IP addresses of both local and remote are now optional
โ Add -version option to display the current version
๐ New website: https://davrodpin.github.io/mole/v0.0.1
๐ First release. No changes.
-
v0.4.0 Changes
June 24, 2019๐ CHANGELOG
v0.4.0
๐ NEW FEATURE: Multiple tunnels using the same ssh connection (support for multiple
-remote
flags) [#72]
INFRA: Project dependencies are now managed by Go modules instead ofvendor/
[#69]v0.3.0
๐ NEW FEATURE: Windows Support! Mole now works on windows (tested on Windows 10) [#65]
โ INFRA: Using Github Actions for code quality checks (e.g. unit tests, code formatting, etc.)
๐ NEW FEATURE: Users will be prompted to enter the key's password if it is encrypted [#54]
๐ NEW FEATURE: Skip the host key validation by using the -insecure option [#52]
๐ BUGFIX: Server names can contain underscore character [#50]
๐ BUGFIX: Always use the same ssh connection if multiple clients use the same tunnel [#43]
๐ NEW FEATURE: Run mole in background by using the -detach option [#35]
๐ BUGFIX: Return error if required flags are missing [#33]
๐ NEW FEATURE: New -aliases option added to list all configured aliases [#29]
๐ NEW FEATURE: LocalForward option from ssh config file will be used if both -local and -remote are absent [#18]
๐ณ INFRA: Developers can spawn a small local infra using docker to test their changesv0.2.0
๐ NEW FEATURE: Aliases can be created to reuse tunnel settings.
โก๏ธ Website updatev0.1.0
IP addresses of both local and remote are now optional
โ Add -version option to display the current version
๐ New website: https://davrodpin.github.io/mole/v0.0.1
๐ First release. No changes.
-
v0.3.0 Changes
May 12, 2019๐ CHANGELOG
v0.3.0
๐ NEW FEATURE: Windows Support! Mole now works on windows (tested on Windows 10) [#65]
โ INFRA: Using Github Actions for code quality checks (e.g. unit tests, code formatting, etc.)
๐ NEW FEATURE: Users will be prompted to enter the key's password if it is encrypted [#54]
๐ NEW FEATURE: Skip the host key validation by using the-insecure
option [#52]
๐ BUGFIX: Server names can contain underscore character [#50]
๐ BUGFIX: Always use the same ssh connection if multiple clients use the same tunnel [#43]
๐ NEW FEATURE: Run mole in background by using the-detach
option [#35]
๐ BUGFIX: Return error if required flags are missing [#33]
๐ NEW FEATURE: New-aliases
option added to list all configured aliases [#29]
๐ NEW FEATURE: LocalForward option from ssh config file will be used if both-local
and-remote
are absent [#18]
๐ณ INFRA: Developers can spawn a small local infra using docker to test their changesv0.2.0
๐ NEW FEATURE: Aliases can be created to reuse tunnel settings.
โก๏ธ Website updatev0.1.0
IP addresses of both local and remote are now optional
โ Add -version option to display the current version
๐ New website: https://davrodpin.github.io/mole/v0.0.1
๐ First release. No changes.
-
v0.2.0 Changes
October 15, 2018๐ CHANGELOG
v0.2.0
- ๐ NEW FEATURE: Aliases can be created to reuse tunnel settings.
- โก๏ธ Website update
v0.1.0
- IP addresses of both local and remote are now optional
- โ Add -version option to display the current version
- ๐ New website: https://davrodpin.github.io/mole/
v0.0.1
- ๐ First release. No changes.
-
v0.1.0 Changes
October 10, 2018๐ CHANGELOG
- IP addresses of both local and remote are now optional
- โ Add -version option to display the current version
- ๐ New website: https://davrodpin.github.io/mole/
-
v0.0.1
October 05, 2018