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
tokioto1.50.0 - Upgrade
anyhowto1.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
Commandasiced_term::BackendCommandtogether 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
focusexample that demonstratesTerminalViewworking alongside the iced text editor