mirror of
https://github.com/wez/wezterm.git
synced 2024-12-24 13:52:55 +03:00
changelog: add a couple of items (OSC52, ANGLE in .zip)
This commit is contained in:
parent
2dee60587f
commit
39f7332378
@ -28,6 +28,8 @@ brief notes about them may accumulate here.
|
||||
* Fixed an issue where closing a pane would immediately `SIGKILL` the associated process, rather than sending `SIGHUP`. Thanks to [@bew](https://github.com/bew)!
|
||||
* Search Mode: Added `CTRL-u` key assignment to clear the current search pattern. Thanks to [@bew](https://github.com/bew)! [#465](https://github.com/wez/wezterm/pull/465)
|
||||
* New: OSC 777 and OSC 9 escapes now generate Toast Notifications. `printf "\e]777;notify;%s;%s\e\\" "title" "body"` and `printf "\e]9;%s\e\\" "hello there"`. These don't currently pass through multiplexer connections. [#489](https://github.com/wez/wezterm/issues/489).
|
||||
* OSC 52 (Clipboard manipulation) now respects the difference between PRIMARY and CLIPBOARD on X11 systems.
|
||||
* Windows: the portable .zip file download now includes ANGLE EGL, just like the setup.exe installer has done since version 20201031-154415-9614e117
|
||||
|
||||
### 20210203-095643-70a364eb
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user