Skip to content

Releases: fortio/terminal

v0.65.0

31 Mar 16:46
26a3841

Choose a tag to compare

Rebuild with security fixes. Unfortunately that forces us to use go1.25.0 as minimal version because of bad x/ policy

What's Changed

Full Changelog: v0.64.1...v0.65.0

Changelog

Changelog

Changelog

v0.64.1

14 Feb 01:55
3f91698

Choose a tag to compare

What's Changed

Full Changelog: v0.63.5...v0.64.1

v0.64.0

14 Feb 00:28
44f5311

Choose a tag to compare

v0.64.0 Pre-release
Pre-release

What's Changed

Full Changelog: v0.63.5...v0.64.0

v0.63.5

11 Feb 22:54
125266d

Choose a tag to compare

Last 1.24 bump (1.24.13)

What's Changed

Full Changelog: v0.63.4...v0.63.5

Changelog

Changelog

Changelog

v0.63.4

28 Jan 22:24
bd3d0ce

Choose a tag to compare

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

19 Jan 23:13
4b15d0f

Choose a tag to compare

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

19 Jan 21:19
179422e

Choose a tag to compare

v0.63.2 Pre-release
Pre-release

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

16 Jan 23:10
00bbe13

Choose a tag to compare

Rebuild with go 1.24.12 and dep updates and minor addition tcolor.Italic code

What's Changed

  • Adding missing ansipixels tcolor.Italic constant by @ldemailly in #212

v0.63.0

23 Dec 18:10
e90b272

Choose a tag to compare

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

20 Nov 01:58
16faa22

Choose a tag to compare

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

#203 and #205

  • 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