Skip to content

Releases: Harzu/iced_term

0.5.0

05 Oct 17:14
Compare
Choose a tag to compare

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 use iced_term::TerminalView::show instead).
  • The TerminalSubscription entity has been added, replacing the subscription method, which has been removed from Terminal.
  • Component names have been changed (e.g., Term -> Terminal, TermView -> TerminalView, etc.).