SSHM 1.10.0
Thank you for downloading SSHM!
Changelog
Features
- ce9d678: feat: ProxyCommand support (#26) (@SimonGaufreteau)
- 435597f: feat: add remote command execution support (#36) (@boxpositron)
- 2f9587c: feat: add shell completion for host names (#37) (@boxpositron)
- 49f01b7: feat: focus on search input at startup (#27) (@ldreux)
Bug fixes
- 66cb80f: fix(edit): correct Advanced tab field indices mapping (@Gu1llaum-3)
- def2b4f: fix: correct field mapping in forms and prevent double -o prefix in SSH options (@Gu1llaum-3)
- 87f8fb9: fix: problems with quotes from Host names and support SSH tokens (issue #32) (@Gu1llaum-3)
- 8f780e2: fix: use line numbers to prevent deleting all duplicate SSH hosts when removing one (@Gu1llaum-3)
Others
- 58a9e6f: Merge pull request #39 from Gu1llaum-3/dev (@Gu1llaum-3)
- e4570e6: fix(add-form): align add/edit form behavior (#28) (@0xfraso)
Installation
Homebrew (macOS/Linux)
brew tap Gu1llaum-3/sshm
brew install sshmInstallation Script (Recommended)
Unix/Linux/macOS:
curl -sSL https://github.com/Gu1llaum-3/sshm/raw/main/install/unix.sh | bashWindows (PowerShell):
iwr -useb https://github.com/Gu1llaum-3/sshm/raw/main/install/windows.ps1 | iexManual 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 v1.9.0...v1.10.0
📖 Documentation: See the updated README
🐛 Issues: Found a bug? Open an issue
Released with ❤️ by GoReleaser