Skip to content

Releases: Harzu/iced_term

0.5.1

14 Dec 23:22
dc2575c
Compare
Choose a tag to compare

What's Changed

  • [IT-23] upgrade dependencies and fix for clippy lint by @Harzu in #26

Full Changelog: 0.5.0...0.5.1

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.).