Releases: yinheli/sshw
Releases · yinheli/sshw
v1.1.2
Changelog
- e0d5d80 Update GitHub Actions release workflow
- 8905634 Update Go version in release workflow from 1.19 to 1.23
- 4d2d962 Merge pull request #81 from yinheli/feature/bump-dependence
- 0731a7b Update Go module dependencies and version
- 58ded61 Merge pull request #75 from yinheli/dependabot/go_modules/golang.org/x/crypto-0.22.0
- 1ea6d3f Bump golang.org/x/crypto from 0.21.0 to 0.22.0
- b179adb Merge pull request #74 from yinheli/dependabot/go_modules/golang.org/x/crypto-0.21.0
- 38a1b3d Merge pull request #73 from yinheli/dependabot/github_actions/actions/checkout-4
- 75009e2 Merge pull request #72 from yinheli/dependabot/github_actions/actions/setup-go-5
- 6e4ba27 Merge pull request #71 from yinheli/dependabot/github_actions/goreleaser/goreleaser-action-5
- fa2f819 Merge pull request #70 from yinheli/dependabot/github_actions/github/codeql-action-3
- 49f8414 Bump golang.org/x/crypto from 0.10.0 to 0.21.0
- 31cac0c Bump actions/checkout from 3 to 4
- 30dbd75 Bump actions/setup-go from 4 to 5
- 2ee6804 Bump goreleaser/goreleaser-action from 4 to 5
- e4563e2 Bump github/codeql-action from 2 to 3
- 3a49005 Merge pull request #69 from Ehco1996/patch-1
- d687f96 Merge pull request #67 from yinheli/dependabot/go_modules/golang.org/x/crypto-0.10.0
- afb32f8 Update README.md
- 1068d08 Merge pull request #68 from huyangcheng/huyangcheng-patch-1
- 6496966 fix windows path splicing
- eeacb82 Bump golang.org/x/crypto
- 8e67b4e Merge pull request #64 from yinheli/dependabot/github_actions/actions/setup-go-4
- 52a1e21 Bump actions/setup-go from 3 to 4
- b0e00a6 Merge pull request #60 from yinheli/dependabot/github_actions/goreleaser/goreleaser-action-4
- f76cd39 Bump goreleaser/goreleaser-action from 3 to 4
- 16e8851 Merge pull request #59 from yinheli/dependabot/github_actions/actions/checkout-3
- e698ed8 Bump actions/checkout from 2 to 3
- 087903c chore: update workflow version
- 8379514 chore: remove travis & update readme
- 2c49943 chore: update license note
v1.1.1
Changelog
- 1902906 chore: update dependency & add git actions
- 306c824 Merge pull request #55 from junbaor/patch-1
- a63144a support mac with apple chip
- 80da32f Merge pull request #52 from yinheli/dependabot/go_modules/gopkg.in/yaml.v2-2.2.8
- 5b7f055 Bump gopkg.in/yaml.v2 from 2.2.2 to 2.2.8
- e738afe Merge pull request #51 from kevinburke/ssh-config
- 79f8834 Merge pull request #50 from kevinburke/mod-tidy
- 6969347 go.mod: update ssh_config dependency
- c64d6e6 go.mod: add version and run 'go mod tidy'
- 768f25f Merge pull request #40 from ilvsx/master
- 39fe760 fix config example error
v1.1.0
Features
- retry interactive password, if no password configured.
- support jump hosts. Thanks @wujiyu115
- login by alias. Thanks @wujiyu115
- parse ~/.ssh/config. Thanks @wujiyu115
Changes
- change makefile to magefile to build
- upgrade promptui, support HideSelected
Bugfix
- fixed tree select issue (2fcdf5b) Thanks @rwhittington
v1.0.8
v1.0.7
v1.0.6
v1.0.5
v1.0.4
v1.0.3
support keypath in config @Teddy-Zhu
refactor: login client, hide password @ljun20160606