sshm 1.10.0
SSHM 1.10.0
Thank you for downloading SSHM!
Changelog
Features
- ce9d6786524e64ef40ee51a17563b9a177f81262: feat: ProxyCommand support (#26) (@SimonGaufreteau)
- 435597f6942ae387e8b8d6ae000cd0bd38e28679: feat: add remote command execution support (#36) (@boxpositron)
- 2f9587c8c82138323bc1b47c8d1e324c39133106: feat: add shell completion for host names (#37) (@boxpositron)
- 49f01b74944386d1a46daf4755c79695eaa0e54a: feat: focus on search input at startup (#27) (@ldreux)
Bug fixes
- 66cb80f29c3c74fef85ae93a03240a2a20b0af14: fix(edit): correct Advanced tab field indices mapping (@Gu1llaum-3)
- def2b4fa8d399f54ceea6cd422f9c05e3c423271: fix: correct field mapping in forms and prevent double -o prefix in SSH options (@Gu1llaum-3)
- 87f8fb9c6c24cc166b1c7dfff91da734868345e0: fix: problems with quotes from Host names and support SSH tokens (issue #32) (@Gu1llaum-3)
- 8f780e288c247a43bfc6e7b47385701709ae45a3: fix: use line numbers to prevent deleting all duplicate SSH hosts when removing one (@Gu1llaum-3)
Others
- 58a9e6f40f79d964718215d8fabe3e4cc86ae358: Merge pull request #39 from Gu1llaum-3/dev (@Gu1llaum-3)
- e4570e612e762ca8e0e1b8b28efa9410097e8c6a: fix(add-form): align add/edit form behavior (#28) (@0xfraso)
Installation
Homebrew (macOS/Linux)
brew tap Gu1llaum-3/sshm
brew install sshm
Installation Script (Recommended)
Unix/Linux/macOS:
curl -sSL https://github.com/Gu1llaum-3/sshm/raw/main/install/unix.sh | bash
Windows (PowerShell):
iwr -useb https://github.com/Gu1llaum-3/sshm/raw/main/install/windows.ps1 | iex
Manual Installation
Download the appropriate binary for your platform from the assets above, extract it, and place it in your PATH.
Full Changelog
See all changes at https://github.com/Gu1llaum-3/sshm/compare/v1.9.0...v1.10.0
📖 Documentation: See the updated README
🐛 Issues: Found a bug? Open an issue
Released with ❤️ by GoReleaser