Releases: aymanbagabas/go-pty
Releases · aymanbagabas/go-pty
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)