github.com/coder/wush
v0.4.1
#1180 most downloaded on Go modules
coder/wush
What this package is like to depend on
Last release 1 years ago
28 Jul 2025
Ships unpredictably
gaps range from 8 days to 7 months
Most releases are documented
notes for 9 of 14 stable releases
Nothing withdrawn
no release was ever pulled
2 years old
25 releases · first in 2024
0 releases in the last 12 months
see the full history below
Release timeline
25 releases · Aug 2024 to Jul 2025Releases
latest 25-
v0.4.2-0.20250728095733-915e599edda028 Jul 2025 pre-releaseNothing published for this version
-
v0.4.107 Jan 2025Release notes
Open source →What's Changed
- cli: fix nil ptr in port-forward command by @coadler in #85
- Update README.md by @bsdlme in #81
- chore(deps): bump actions/setup-go from 5.1.0 to 5.2.0 by @dependabot in #84
- chore(deps): bump actions/checkout from 4.2.1 to 4.2.2 by @dependabot in #68
- chore(deps): bump crazy-max/ghaction-import-gpg from 6.1.0 to 6.2.0 by @dependabot in #67
- chore(deps): bump goreleaser/goreleaser-action from 6.0.0 to 6.1.0 by @dependabot in #73
- chore(deps): bump github.com/valyala/fasthttp from 1.56.0 to 1.58.0 by @dependabot in #83
- chore(deps): bump github.com/prometheus/client_golang from 1.20.4 to 1.20.5 by @dependabot in #65
- feat: respect
NO_COLORenv var by @coadler in #89
New Contributors
Full Changelog: v0.4.0...v0.4.1
Release notes
Open source →This tag was signed with the committer’s verified signature .
coadler Colin Adler
GPG key ID: 63B64A4D94049659
Verified Learn about vigilant mode .
ecdc428
This commit was created on GitHub.com and signed with GitHub’s verified signature .
GPG key ID: B5690EEEBB952194
Verified Learn about vigilant mode .
What's Changed
-
cli: fix nil ptr in port-forward command by @coadler in #85
-
Update README.md by @bsdlme in #81
-
chore(deps): bump actions/setup-go from 5.1.0 to 5.2.0 by @dependabot in #84
-
chore(deps): bump actions/checkout from 4.2.1 to 4.2.2 by @dependabot in #68
-
chore(deps): bump crazy-max/ghaction-import-gpg from 6.1.0 to 6.2.0 by @dependabot in #67
-
chore(deps): bump goreleaser/goreleaser-action from 6.0.0 to 6.1.0 by @dependabot in #73
-
chore(deps): bump github.com/valyala/fasthttp from 1.56.0 to 1.58.0 by @dependabot in #83
-
chore(deps): bump github.com/prometheus/client_golang from 1.20.4 to 1.20.5 by @dependabot in #65
-
feat: respect NO_COLOR env var by @coadler in #89
New Contributors
- @bsdlme made their first contribution in #81
Full Changelog : v0.4.0...v0.4.1
Contributors
bsdlme, coadler, and dependabot
-
v0.4.013 Dec 2024Release notes
Open source →Note
In wush
v0.4.0, the auth key formatting changed.v0.4.0is not backwards compatible withv0.3.0.What's Changed
- docs: Fix description of
wush port-forwardby @ilyagr in #52 - chore(deps): bump actions/checkout from 4.2.0 to 4.2.1 by @dependabot in #60
- chore(deps): bump golang.org/x/sys from 0.25.0 to 0.26.0 by @dependabot in #59
- chore(deps): bump github.com/schollz/progressbar/v3 from 3.16.0 to 3.16.1 by @dependabot in #58
- chore(deps): bump golang.org/x/net from 0.29.0 to 0.30.0 by @dependabot in #56
- chore: improve consistency of help output by @kylecarbs in #61
- feat(web): add file transfer support by @coadler in #62
- chore(web): make
onIncomingFileasync by @coadler in #63 - fix(ssh): timeout stalled ssh connections after 15-30s by @coadler in #64
- chore(deps): bump actions/setup-go from 5.0.2 to 5.1.0 by @dependabot in #69
- feat(site): convert to next, complete visual overhaul by @coadler in #78
- chore(deps): bump golang.org/x/crypto from 0.28.0 to 0.31.0 by @dependabot in #80
New Contributors
- @kylecarbs made their first contribution in #61
Full Changelog: v0.3.0...v0.4.0
- docs: Fix description of
-
v0.3.1-0.20241204152720-fd75e24c5a2d04 Dec 2024 pre-releaseNothing published for this version
-
v0.3.1-0.20241204013225-5b2b71527b6004 Dec 2024 pre-releaseNothing published for this version
-
v0.3.1-0.20241030003737-b1a8855c78ea30 Oct 2024 pre-releaseNothing published for this version
-
v0.3.1-0.20241003224934-81c40bed1a6b03 Oct 2024 pre-releaseNothing published for this version
-
v0.3.003 Oct 2024Release notes
Open source →What's Changed
- Fixups:
WUSH_AUTH_KEYinstead ofWUSH_AUTH_key, remove mentions ofwush receiveby @ilyagr in #29 - chore(deps): bump golang.org/x/net from 0.28.0 to 0.29.0 by @dependabot in #30
- chore(deps): bump github.com/schollz/progressbar/v3 from 3.14.6 to 3.15.0 by @dependabot in #31
- feat: init wush.dev by @coadler in #37
- chore(deps): bump actions/checkout from 4.1.7 to 4.2.0 by @dependabot in #42
- chore(deps): bump github.com/valyala/fasthttp from 1.55.0 to 1.56.0 by @dependabot in #41
- chore(deps): bump github.com/klauspost/compress from 1.17.9 to 1.17.10 by @dependabot in #36
- chore(deps): bump github.com/prometheus/client_golang from 1.20.3 to 1.20.4 by @dependabot in #34
- chore: output tailscale logs when
--verboseis enabled by @coadler in #44 - Add option to specify DERP servers by @coadler in #45
- fix: prevent hanging on win11/arm64 by @coadler in #47
- chore(deps): bump github.com/schollz/progressbar/v3 from 3.15.0 to 3.16.0 by @dependabot in #35
- chore: update
github.com/coder/codertov2.16by @coadler in #49 - chore: pin site deps by @coadler in #50
- chore: upgrade pnpm lockfile by @coadler in #51
New Contributors
Full Changelog: v0.2.1...v0.3.0
- Fixups:
-
v0.2.2-0.20241001184559-76648322e69601 Oct 2024 pre-releaseNothing published for this version
-
v0.2.2-0.20240916153235-d6723bd04d1116 Sep 2024 pre-releaseNothing published for this version
-
v0.2.2-0.20240912212743-978134cd834e12 Sep 2024 pre-releaseNothing published for this version
-
v0.2.112 Sep 2024Release notes
Open source →What's Changed
- Add OpenBSD build, refine archive formats by @coadler in #24
- Refactor logging to use stderr, auth key to stdout by @coadler in #23
- feat: add port forwarding by @coadler in #15
Full Changelog: v0.1.2...v0.2.1
-
v0.2.012 Sep 2024Nothing published for this version
-
v0.1.3-0.20240906205326-2f69825da86506 Sep 2024 pre-releaseNothing published for this version
-
v0.1.3-0.20240904142920-2afd218de59304 Sep 2024 pre-releaseNothing published for this version
-
v0.1.230 Aug 2024 -
v0.1.130 Aug 2024Release notes
Open source →What's Changed
- Bump github.com/charmbracelet/huh from 0.4.2 to 0.5.3 by @dependabot in #5
- Bump github.com/puzpuzpuz/xsync/v3 from 3.2.0 to 3.4.0 by @dependabot in #4
- Bump goreleaser/goreleaser-action from 5.1.0 to 6.0.0 by @dependabot in #1
- Bump github.com/btcsuite/btcd/btcutil from 1.1.5 to 1.1.6 by @dependabot in #3
- Bump github.com/prometheus/client_golang from 1.19.1 to 1.20.2 by @dependabot in #2
- Bump github.com/coder/coder/v2 from 2.14.1 to 2.14.2 by @dependabot in #6
New Contributors
- @dependabot made their first contribution in #5
Full Changelog: v0.1.0...v0.1.1
-
v0.1.029 Aug 2024 -
v0.0.7-0.20240829192710-50e0afa45a7f29 Aug 2024 pre-releaseNothing published for this version
-
v0.0.628 Aug 2024 -
v0.0.526 Aug 2024 -
v0.0.424 Aug 2024Nothing published for this version
-
v0.0.323 Aug 2024Nothing published for this version
-
v0.0.221 Aug 2024Nothing published for this version
-
v0.0.121 Aug 2024Nothing published for this version