Skip to content

0.8.0

Latest

Choose a tag to compare

@Harzu Harzu released this 27 Mar 10:37
e0e90be

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.

0.8.0

Changed

  • Upgrade tokio to 1.50.0
  • Upgrade anyhow to 1.0.102
  • Revise CI workflows and release pipeline
  • Synchronize terminal focus state with mouse clicks inside and outside the widget and gate input handling on the current focus state

Added

  • Expose backend Command as iced_term::BackendCommand together with required public types for external usage (thanks @clicman)
  • Allow scrolling a terminal on hover (thanks @SarthakSingh31)
  • Add support for macOS backspace emulation (thanks @SarthakSingh31)
  • Add a focus example that demonstrates TerminalView working alongside the iced text editor