Releases: dankraw/ssh-aliases
Releases · dankraw/ssh-aliases
v0.4.0
26 Aug 17:39
Compare
Sorry, something went wrong.
No results found
This release modernizes the entire project infrastructure while preserving all functionality.
Start using Go Modules, removed vendor directory.
Replaced Travis CI with modern with Github Actions.
Go 1.25.
Multi-platform builds: Linux, macOS, Windows (amd64/arm64).
Security scanning: GoSec + govulncheck integration.
Automated testing: Cross-platform test matrix.
Multiple code-quality related changes.
v0.3.2
22 Mar 11:50
Compare
Sorry, something went wrong.
No results found
Improvements
Fix for DNS names containing underscores #29
v0.3.1
26 Mar 21:19
Compare
Sorry, something went wrong.
No results found
v0.3.0
19 Oct 11:35
Compare
Sorry, something went wrong.
No results found
Features
RegExp-matching aliases generation (see docs )
Improvements
Placeholder indexes (like {#1}) validation in aliases, better error handling
Allow to have hostname with config and no alias specified in host definition
v0.2.0
23 Sep 17:25
Compare
Sorry, something went wrong.
No results found
Features
Variables (see docs )
Extending configurations (via _extend property, see docs )
Improvements
Hostname and configuration properties can be optional in some circumstances (see readme )
Improved configuration errors handling
v0.1.2
05 Dec 23:03
Compare
Sorry, something went wrong.
No results found
Bugfixes
#8 list command returned error when host referred config from external file
v0.1.1
29 Nov 21:17
Compare
Sorry, something went wrong.
No results found
Improvements
Better versioning
Homebrew support
brew tap dankraw/ssh-aliases
brew install ssh-aliases
v0.1.0
26 Nov 11:17
Compare
Sorry, something went wrong.
No results found
First release of ssh-aliases. 🎉 🎉
Features
multiple HCL input files supported
compile, list commands available in CLI
hostnames expansion with ranges [1..5] and sets [a|b|c]
alias templates example{#1}.{#2}