Skip to content

Releases: muesli/termenv

v0.15.2

27 Jun 11:36
v0.15.2
51d72d3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.15.1...v0.15.2

v0.15.1

09 Mar 18:47
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.15.0...v0.15.1

v0.15.0

08 Mar 17:09
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.14.0...v0.15.0

v0.14.0

06 Feb 16:16
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.13.0...v0.14.0

v0.13.0

23 Sep 01:22
d5ed323
Compare
Choose a tag to compare

What's Changed

  • Add termenv.Output by @muesli in #86
  • Properly support tmux in termStatusReport by @knz in #85
  • Bracketed paste sequences by @knz in #84
  • Add friendlier Windows set/restore console API by @twpayne in #89
  • Remove styles in Ascii mode by @justenwalker in #14
  • Conveniently access an Output's template func map by @muesli in #95

New Contributors

  • @knz made their first contribution in #85

Full Changelog: v0.12.0...v0.13.0

v0.12.0

02 Jun 11:56
Compare
Choose a tag to compare

What's Changed

  • Add Windows color support detection by @muesli in #65
  • Don't use OSC queries if we're not in control of the terminal by @muesli in #66
  • Fix DisableMousePress doing the opposite by @muesli in #67
  • screen sessions should always support ANSI256 by @muesli in #68
  • Support foreground detection on Solaris/illumos by @muesli in #73
  • feat: update x/sys by @caarlos0 in #74
  • fix: shims for AIX and Plan9 by @muesli in #76

New Contributors

Full Changelog: v0.11.0...v0.12.0

v0.11.0

31 Jan 21:16
Compare
Choose a tag to compare

What's Changed

  • Add session commands by @muesli in #53
  • Add terminal compatibility list to README by @muesli in #54
  • Correctly parse COLORFGBG with three values by @muesli in #56
  • Add 'kitty' and 'ansi' values as a fallback color support detection by @muesli in #58
  • Proceed with defaults if no OSC response arrives within 5 seconds by @muesli in #57
  • Add separate sets of hard- and soft-enforced linters by @muesli in #60
  • Add helper to enable virtual terminal processing on Windows by @muesli in #61
  • Bump go-isatty and x/sys by @muesli in #62
  • Use 4-bit ANSI profile for Linux console

Full Changelog: v0.10.0...v0.11.0

v0.10.0

28 Jan 15:06
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.9.0...v0.10.0

v0.9.0

24 Jun 02:00
1d2849b
Compare
Choose a tag to compare

Changes:

  • Use HSLuv color space for color profile conversions

Added:

  • Add explicit constants and functions for clearing lines

v0.8.1

02 Apr 21:56
Compare
Choose a tag to compare

Fixed:

  • Support backslash-less report termination, as used by rxvt (#34)