You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+19-2Lines changed: 19 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,11 +5,27 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## [0.8.0]
9
+
10
+
### Changed
11
+
12
+
- Upgrade `tokio` to `1.50.0`
13
+
- Upgrade `anyhow` to `1.0.102`
14
+
- Revise CI workflows and release pipeline
15
+
- Synchronize terminal focus state with mouse clicks inside and outside the widget and gate input handling on the current focus state
16
+
17
+
### Added
18
+
19
+
- Expose backend `Command` as `iced_term::BackendCommand` together with required public types for external usage (thanks [@clicman](https://github.com/clicman))
20
+
- Allow scrolling a terminal on hover (thanks [@SarthakSingh31](https://github.com/SarthakSingh31))
21
+
- Add support for macOS backspace emulation (thanks [@SarthakSingh31](https://github.com/SarthakSingh31))
22
+
- Add a `focus` example that demonstrates `TerminalView` working alongside the iced text editor
23
+
8
24
## [0.7.0]
9
25
10
26
### Changed
11
27
12
-
- (**breaking changes**) Now the Terminal's method `subscription`return`Subscription<Event>` instead of `impl Stream<Item = Event>`
28
+
- (**breaking changes**) Now the Terminal's method `subscription`returns`Subscription<Event>` instead of `impl Stream<Item = Event>`
13
29
- Upgrade `iced` to `0.14.0`
14
30
- Upgrade `iced_graphics` to `0.14.0`
15
31
- Upgrade `iced_core` to `0.14.0`
@@ -58,6 +74,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
0 commit comments