Bump github.com/muesli/termenv from 0.9.0 to 0.14.0
Bumps github.com/muesli/termenv from 0.9.0 to 0.14.0.
Release notes
Sourced from github.com/muesli/termenv's releases.
v0.14.0
What's Changed
- feat: add OSC-777 support for system notifications by
@muesliin muesli/termenv#99- feat: skip TTY checks by
@aymanbagabasin muesli/termenv#109- feat: copy to primary clipboard by
@aymanbagabasin muesli/termenv#110- feat(mouse): add extended mouse sequences by
@aymanbagabasin muesli/termenv#104- fix: compiling js/wasm/plan9/aix failed missing method ColorProfile by
@mschneider82in muesli/termenv#106- fix(output): check for nil tty writer by
@aymanbagabasin muesli/termenv#97- chore: use consts for sequences by
@muesliin muesli/termenv#102- chore: rename to Notify for consistency by
@muesliin muesli/termenv#103- chore(test): add mouse, copy, and hyperlink tests by
@aymanbagabasin muesli/termenv#112- docs: put feature matrix in a detail tag by
@muesliin muesli/termenv#100- docs: document Copy method in README by
@muesliin muesli/termenv#101New Contributors
@mschneider82made their first contribution in muesli/termenv#106Full Changelog: https://github.com/muesli/termenv/compare/v0.13.0...v0.14.0
v0.13.0
What's Changed
- Add termenv.Output by
@muesliin muesli/termenv#86- Properly support tmux in termStatusReport by
@knzin muesli/termenv#85- Bracketed paste sequences by
@knzin muesli/termenv#84- Add friendlier Windows set/restore console API by
@twpaynein muesli/termenv#89- Remove styles in Ascii mode by
@justenwalkerin muesli/termenv#14- Conveniently access an Output's template func map by
@muesliin muesli/termenv#95New Contributors
@knzmade their first contribution in muesli/termenv#85Full Changelog: https://github.com/muesli/termenv/compare/v0.12.0...v0.13.0
v0.12.0
What's Changed
- Add Windows color support detection by
@muesliin muesli/termenv#65- Don't use OSC queries if we're not in control of the terminal by
@muesliin muesli/termenv#66- Fix DisableMousePress doing the opposite by
@muesliin muesli/termenv#67- screen sessions should always support ANSI256 by
@muesliin muesli/termenv#68- Support foreground detection on Solaris/illumos by
@muesliin muesli/termenv#73- feat: update x/sys by
@caarlos0in muesli/termenv#74- fix: shims for AIX and Plan9 by
@muesliin muesli/termenv#76New Contributors
@caarlos0made their first contribution in muesli/termenv#74Full Changelog: https://github.com/muesli/termenv/compare/v0.11.0...v0.12.0
v0.11.0
What's Changed
... (truncated)
Commits
-
0822a5cchore(examples): update ssh example -
3582eebfeat(output): add unsafe option -
b8d620bchore(test): add mouse, copy, and hyperlink tests -
a33f7dcfeat: copy to primary clipboard (#110) -
3848164fix(termenv): remove unused method -
7d89746fix: compiling js/wasm/plan9/aix failed missing method ColorProfile and Enabl... -
20a0c5bbuild(deps): bump github.com/mattn/go-isatty from 0.0.16 to 0.0.17 -
925ea91feat: use OutputOption -
bb31c0cfix(output): check for nil tty writer -
d578fd1docs: add extended mouse support to matrix - Additional commits viewable in compare view