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
@muesli
in muesli/termenv#99- feat: skip TTY checks by
@aymanbagabas
in muesli/termenv#109- feat: copy to primary clipboard by
@aymanbagabas
in muesli/termenv#110- feat(mouse): add extended mouse sequences by
@aymanbagabas
in muesli/termenv#104- fix: compiling js/wasm/plan9/aix failed missing method ColorProfile by
@mschneider82
in muesli/termenv#106- fix(output): check for nil tty writer by
@aymanbagabas
in muesli/termenv#97- chore: use consts for sequences by
@muesli
in muesli/termenv#102- chore: rename to Notify for consistency by
@muesli
in muesli/termenv#103- chore(test): add mouse, copy, and hyperlink tests by
@aymanbagabas
in muesli/termenv#112- docs: put feature matrix in a detail tag by
@muesli
in muesli/termenv#100- docs: document Copy method in README by
@muesli
in muesli/termenv#101New Contributors
@mschneider82
made 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
@muesli
in muesli/termenv#86- Properly support tmux in termStatusReport by
@knz
in muesli/termenv#85- Bracketed paste sequences by
@knz
in muesli/termenv#84- Add friendlier Windows set/restore console API by
@twpayne
in muesli/termenv#89- Remove styles in Ascii mode by
@justenwalker
in muesli/termenv#14- Conveniently access an Output's template func map by
@muesli
in muesli/termenv#95New Contributors
@knz
made 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
@muesli
in muesli/termenv#65- Don't use OSC queries if we're not in control of the terminal by
@muesli
in muesli/termenv#66- Fix DisableMousePress doing the opposite by
@muesli
in muesli/termenv#67- screen sessions should always support ANSI256 by
@muesli
in muesli/termenv#68- Support foreground detection on Solaris/illumos by
@muesli
in muesli/termenv#73- feat: update x/sys by
@caarlos0
in muesli/termenv#74- fix: shims for AIX and Plan9 by
@muesli
in muesli/termenv#76New Contributors
@caarlos0
made 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
-
0822a5c
chore(examples): update ssh example -
3582eeb
feat(output): add unsafe option -
b8d620b
chore(test): add mouse, copy, and hyperlink tests -
a33f7dc
feat: copy to primary clipboard (#110) -
3848164
fix(termenv): remove unused method -
7d89746
fix: compiling js/wasm/plan9/aix failed missing method ColorProfile and Enabl... -
20a0c5b
build(deps): bump github.com/mattn/go-isatty from 0.0.16 to 0.0.17 -
925ea91
feat: use OutputOption -
bb31c0c
fix(output): check for nil tty writer -
d578fd1
docs: add extended mouse support to matrix - Additional commits viewable in compare view