Releases: aymanbagabas/go-pty
Releases · aymanbagabas/go-pty
Release list
v0.2.3
What's Changed
- feat(deps): bump github.com/u-root/u-root from 0.11.0 to 0.12.0 by @dependabot[bot] in #22
- chore(deps): bump actions/cache from 3 to 4 by @dependabot[bot] in #23
- feat(deps): bump golang.org/x/crypto from 0.17.0 to 0.18.0 by @dependabot[bot] in #21
- feat(deps): bump golang.org/x/crypto from 0.18.0 to 0.19.0 by @dependabot[bot] in #26
- feat(deps): bump github.com/u-root/u-root from 0.12.0 to 0.13.0 by @dependabot[bot] in #25
- feat(deps): bump github.com/u-root/u-root from 0.13.0 to 0.13.1 by @dependabot[bot] in #27
- feat(deps): bump golang.org/x/crypto from 0.19.0 to 0.20.0 by @dependabot[bot] in #28
- feat(deps): bump golang.org/x/crypto from 0.20.0 to 0.21.0 by @dependabot[bot] in #30
- chore(deps): bump goreleaser/goreleaser-action from 5 to 6 by @dependabot[bot] in #31
- feat(deps): bump golang.org/x/crypto from 0.21.0 to 0.31.0 by @dependabot[bot] in #32
- chore(deps): bump golang.org/x/crypto from 0.17.0 to 0.31.0 in /examples by @dependabot[bot] in #33
- feat(deps): bump github.com/creack/pty from 1.1.21 to 1.1.24 by @dependabot[bot] in #34
- chore(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #37
- chore(deps): bump actions/setup-go from 5 to 6 by @dependabot[bot] in #38
- chore(deps): bump actions/checkout from 5 to 6 by @dependabot[bot] in #39
- chore(deps): bump actions/cache from 4 to 5 by @dependabot[bot] in #40
- chore(deps): bump goreleaser/goreleaser-action from 6 to 7 by @dependabot[bot] in #41
- chore(deps): bump docker/setup-qemu-action from 3 to 4 by @dependabot[bot] in #42
- chore(deps): bump docker/setup-buildx-action from 3 to 4 by @dependabot[bot] in #43
- feat(deps): bump github.com/u-root/u-root from 0.13.1 to 0.16.0 by @dependabot[bot] in #47
- feat(deps): bump golang.org/x/sys from 0.41.0 to 0.43.0 by @dependabot[bot] in #45
- feat(deps): bump golang.org/x/crypto from 0.45.0 to 0.50.0 by @dependabot[bot] in #46
- feat(deps): bump golang.org/x/sys from 0.43.0 to 0.44.0 by @dependabot[bot] in #48
- feat(deps): bump golang.org/x/crypto from 0.50.0 to 0.51.0 by @dependabot[bot] in #49
- cmd_windows: return *exec.ExitError on non-zero exit by @c-tonneslan in #50
New Contributors
- @c-tonneslan made their first contribution in #50
Full Changelog: v0.2.2...v0.2.3
v0.2.2
Changelog
New Features
- b1c4833: feat: update deps (@aymanbagabas)
Dependency updates
- ae4af2a: feat(deps): bump github.com/creack/pty from 1.1.18 to 1.1.21 (#18) (@dependabot[bot])
- 0dbd56c: feat(deps): bump golang.org/x/crypto from 0.16.0 to 0.17.0 (#16) (@dependabot[bot])
- 2d25a90: feat(deps): bump golang.org/x/sys from 0.15.0 to 0.16.0 (#19) (@dependabot[bot])
Other work
- f37fe35: doc: update cmd_windows.go comment (@aymanbagabas)
v0.2.1
Changelog
Bug fixes
- 1e8484a: fix: windows pty resize coords (@aymanbagabas)
Dependency updates
- 122d664: feat(deps): bump golang.org/x/crypto from 0.14.0 to 0.15.0 (#11) (@dependabot[bot])
- 8f6ab9a: feat(deps): bump golang.org/x/crypto from 0.15.0 to 0.16.0 (#12) (@dependabot[bot])
- 3378500: feat(deps): bump golang.org/x/sys from 0.13.0 to 0.14.0 (#10) (@dependabot[bot])
- 02a248a: feat(deps): bump golang.org/x/sys from 0.14.0 to 0.15.0 (#13) (@dependabot[bot])
v0.2.0
Changelog
New Features
- 3c49ba9: feat: use interfaces and switch to windows package (@aymanbagabas)
Dependency updates
- e1b4b5d: feat(deps): bump golang.org/x/crypto from 0.13.0 to 0.14.0 (#9) (@dependabot[bot])
- 90f7806: feat(deps): bump golang.org/x/sys from 0.12.0 to 0.13.0 (#8) (@dependabot[bot])
Other work
- ab9997e: doc: add a note about os/exec (@aymanbagabas)
- ae23b58: doc: update comment (@aymanbagabas)
v0.1.1
Changelog
Bug fixes
- d243e23: fix(cmd): populate the command on start on unix (@aymanbagabas)
- 10026bd: fix(examples): ssh resize example (@aymanbagabas)
Other work
- 073f4e0: Dos2unix (#7) (@aymanbagabas)
v0.1.0
Changelog
New Features
- b75d289: feat(ci): add workflows (@aymanbagabas)
- fb2d15b: feat(ci): release using goreleaser (@aymanbagabas)
- d487a49: feat: initial implementation (#6) (@aymanbagabas)
Bug fixes
- 191ee86: fix(unix): unix CommandContext (@aymanbagabas)
- d5e71ba: fix: build on unsupported GOOS (@aymanbagabas)
- 2593447: fix: windows build (@aymanbagabas)
Dependency updates
- df653e7: feat(deps): bump golang.org/x/crypto from 0.11.0 to 0.12.0 (@dependabot[bot])
- da1408b: feat(deps): bump golang.org/x/crypto from 0.12.0 to 0.13.0 (#5) (@dependabot[bot])
- 58cf4fa: feat(deps): bump golang.org/x/sys from 0.11.0 to 0.12.0 (@dependabot[bot])
Other work
- 296f017: doc: add gomod replace comment (@aymanbagabas)
- 9b0c9ea: doc: add readme (@aymanbagabas)
- ddb8a05: refactor: error on unsupported platforms (@aymanbagabas)
- ede588f: refactor: move ssh into its own package (@aymanbagabas)
- 26fc323: refactor: rename package (@aymanbagabas)
- 35e7e62: refactor: rename type (@aymanbagabas)