Releases: fortio/terminal
v0.65.0
Rebuild with security fixes. Unfortunately that forces us to use go1.25.0 as minimal version because of bad x/ policy
What's Changed
- Fix gosec annoyances by @ldemailly in #224
- Bump the go-x group across 1 directory with 3 updates by @dependabot[bot] in #223
Full Changelog: v0.64.1...v0.65.0
Changelog
- 26a3841 Bump the go-x group across 1 directory with 3 updates (#223)
- db7af8f Fix gosec annoyances (#224)
Changelog
- 26a3841 Bump the go-x group across 1 directory with 3 updates (#223)
- db7af8f Fix gosec annoyances (#224)
Changelog
v0.64.1
What's Changed
- Add wasm js support for xterm.js integration by @ldemailly in #219
- Expose SaveHistory for wasm by @ldemailly in #220
Full Changelog: v0.63.5...v0.64.1
v0.64.0
What's Changed
- Add wasm js support for xterm.js integration by @ldemailly in #219
Full Changelog: v0.63.5...v0.64.0
v0.63.5
Last 1.24 bump (1.24.13)
What's Changed
- Bump the go-x group with 3 updates by @dependabot[bot] in #218
Full Changelog: v0.63.4...v0.63.5
Changelog
Changelog
Changelog
v0.63.4
What's Changed
- Don't capture shift modified mouse events by default (so shift select text is still working by default), new explicit MouseShiftOn/MouseShiftOff by @ldemailly in #217
Full Changelog: v0.63.3...v0.63.4
v0.63.3
What's Changed
- Stop working around silly ghostty bug about the ♥ character - maybe it'll get fixed instead (only been 9+ months since reported) by @ldemailly in #213
- Remove vestigial EndSyncMode() in ReadOrResizeOrSignal. Add a Flush() for fps ticks mode start by @ldemailly in #214
- Flush the request background color by @ldemailly in #215
Full Changelog: v0.63.1...v0.63.3
v0.63.2
Has the issue that requesting Bg color was blocking because of not being flushed anymore
What's Changed
- Remove vestigial EndSyncMode() in ReadOrResizeOrSignal. Add a Flush() for fps ticks mode start by @ldemailly in #214
- Stop working around silly ghostty bug about the ♥ character - maybe it'll get fixed instead (only been 9+ months since reported) by @ldemailly in #213
Full Changelog: v0.63.1...v0.63.2
v0.63.1
v0.63.0
What's Changed
- Made brick, life and blackjack usable in sshd and ansipixels new/open callable more then once by @ldemailly in #206
- Bump the go-x group across 1 directory with 3 updates by @dependabot[bot] in #208
Full Changelog: v0.62.0...v0.63.0
v0.62.0
Fairly big change in api in order to support plugging in a different source than actual os.File / StdIn and Stdout in ansipixels
Demo in https://github.com/ldemailly/go-scratch/blob/sshdtui/v0.2.2/sshdtui/sshd.go (soon to be moved to fortio, need a few more pieces to be able to plug easily a direct ansipixel TUI to ssh)
What's Changed
- Simplify InterruptReader facade and specify it as Input interface for ansipixels, with better name than ReadDirect.
- Fix windows every other frame read delay in FPSTicks
Full Changelog: v0.61.0...v0.62.0