Releases: Harzu/iced_term
Releases · Harzu/iced_term
0.5.1
0.5.0
Release changes:
- ICED has been updated to 0.13.1.
- alacritty_termina has been updated to 0.24.0
- tokio has been updated to 1.40.0.
- MOUSE_MODE/MOUSE_MOTION reports have been fixed. Mouse event reports now work correctly in all terminal apps such as htop, nvim, etc.
- The
term_view
function has been removed (you can useiced_term::TerminalView::show
instead). - The
TerminalSubscription
entity has been added, replacing thesubscription
method, which has been removed fromTerminal
. - Component names have been changed (e.g.,
Term
->Terminal
,TermView
->TerminalView
, etc.).