Releases: thereisnotime/sshroute
Releases · thereisnotime/sshroute
Release list
v0.2.10
v0.2.9
v0.2.8
Changelog
- 3fe54e2: Merge pull request #48 from thereisnotime/feat/reconnect (@thereisnotime)
- e656ea5: build(deps): bump go modules and GitHub Actions to latest (@thereisnotime)
- c17ea56: build: bump go toolchain to 1.26.5 (@thereisnotime)
- 4e1d137: chore(main): release 0.2.8 (#49) (@github-actions[bot])
- be997db: chore: sync release-please manifest to v0.2.7 (@thereisnotime)
- 4062175: feat(connect): add --reconnect to supervise and reconnect on drop (@thereisnotime)
- baef4bf: fix(deps): bump golang.org/x/text to v0.39.0 (@thereisnotime)
Full changelog: See CHANGELOG.md
v0.2.7
Documentation
- README: document
optionsfield with full host profile fields reference table examples/basic.yaml: showoptionsusage withConnectTimeoutandServerAliveInterval- OpenSpec change
add-ssh-optionsarchived
v0.2.6
Features
- Add
optionsmap to host profiles for passing arbitrary SSH-o Key=Valueflags (#37)- Options are inherited from the
defaultprofile and merged with network-specific overrides - Network profile values override matching keys; non-overlapping keys are preserved
- Options are emitted in sorted key order for deterministic argv output
- Options are inherited from the
Dependencies
golang.org/x/netv0.55.0 → v0.56.0golang.org/x/sysv0.45.0 → v0.46.0golang.org/x/textv0.37.0 → v0.38.0github.com/mattn/go-runewidthv0.0.16 → v0.0.24github.com/spf13/pflagv1.0.9 → v1.0.10
v0.2.5
Changelog
- 8eb21c3: Bump golang.org/x/net from 0.53.0 to 0.55.0 (@dependabot[bot])
- ad66220: Merge pull request #29 from thereisnotime/dependabot/go_modules/golang.org/x/net-0.55.0 (@thereisnotime)
- 7313e89: Merge pull request #34 from thereisnotime/deps/bump-all-2026-06 (@thereisnotime)
- 0b380b6: Merge pull request #35 from thereisnotime/feat/release-please (@thereisnotime)
- ef204d3: chore: add openspec/config.yaml required by badge action (@thereisnotime)
- ab8aa33: chore: bump dependencies June 2026 (@thereisnotime)
- a33f2a6: chore: update openspec with ssh-binary-resolution and resolve-copy-completion changes (@thereisnotime)
Full changelog: See CHANGELOG.md
v0.2.4
Changelog
- cc2e192: feat: resolve and copy commands, dynamic alias completion (#23) (@thereisnotime)
Full changelog: See CHANGELOG.md
v0.2.3
Changelog
- 7bc1f3c: Bump aquasecurity/trivy-action from 0.35.0 to 0.36.0 (#20) (@dependabot[bot])
- 024548b: Bump github.com/jedib0t/go-pretty/v6 from 6.7.9 to 6.7.10 (#21) (@dependabot[bot])
- 0a304ba: Bump github/codeql-action from 4.35.2 to 4.35.4 (#22) (@dependabot[bot])
- 77e387d: Bump goreleaser/goreleaser-action from 7.1.0 to 7.2.1 (#19) (@dependabot[bot])
- 6e9c57e: chore: add pre-commit hook for conventional commit enforcement (@thereisnotime)
- 87b1e1c: document Android/Termux installation and ssh_binary config (@thereisnotime)
- 7317b96: fix Termux install path: use $PREFIX/bin not ~/bin (@thereisnotime)
- db0590d: fix: avoid PIPESTATUS in govulncheck step, use redirect + $? (@thereisnotime)
- 42f9135: fix: govulncheck accept GO-2026-4971 (Windows-only), always run Trivy (@thereisnotime)
- 80a3abb: revert go.mod to 1.26.2, add android/arm64 build, scope govulncheck to linux (@thereisnotime)
- 25e9a4e: use ~/.local/bin for Termux install, document PATH setup (@thereisnotime)
Full changelog: See CHANGELOG.md
v0.2.2
Changelog
- ab5bee8: add Podman example to README [skip ci] (@thereisnotime)
- c5b480e: auto-resolve ssh binary path, add ssh_binary config and SSHROUTE_SSH env override (@thereisnotime)
- 5b30d54: bump Go to 1.26.3, add tests for ResolveSSHBinary and sameFile (@thereisnotime)
- 30ff516: fix gosec G703 false positive in sameFile (@thereisnotime)
Full changelog: See CHANGELOG.md
v0.2.1
Changelog
- e16578b: Bump github/codeql-action from 4.35.1 to 4.35.2 (@dependabot[bot])
- 7a8acbd: Bump goreleaser/goreleaser-action from 7.0.0 to 7.1.0 (@dependabot[bot])
- bc04433: Merge pull request #14 from thereisnotime/dependabot/github_actions/github/codeql-action-4.35.2 (@thereisnotime)
- b6180b2: Merge pull request #15 from thereisnotime/dependabot/github_actions/goreleaser/goreleaser-action-7.1.0 (@thereisnotime)
- 9efe26d: Merge pull request #18 from thereisnotime/fix/improve-test-coverage (@thereisnotime)
- 7e9eab9: add --fallback mode: retry profiles on connection failure (exit 255) (@thereisnotime)
- cc58e81: add tests for ResolveOrder and Run (@thereisnotime)
- 23d4dac: improve test coverage and add codecov config (@thereisnotime)
Full changelog: See CHANGELOG.md