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
- Fixed an issue where navigating the Inspector widget tree with the keyboard arrow keys did not update the selected widget in the connected Flutter app. [#9810](https://github.com/flutter/devtools/pull/9810)
25
-
- Fixed an issue where clicking a widget row after collapsing a subtree with the left arrow key unexpectedly re-expanded the subtree. [#9810](https://github.com/flutter/devtools/pull/9810)
26
-
- Fixed an issue where collapsing the Inspector widget tree to a single row with the left arrow key caused a loading spinner to appear instead of showing the root node. [#9810](https://github.com/flutter/devtools/pull/9810)
22
+
TODO: Remove this section if there are not any updates.
27
23
28
24
## Performance updates
29
25
30
-
- Fixed an issue where 'More Debug Options' showed options as unselected in
31
-
profile mode even when selected. [#9813](https://github.com/flutter/devtools/issues/9813)
26
+
TODO: Remove this section if there are not any updates.
32
27
33
28
## CPU profiler updates
34
29
@@ -40,29 +35,23 @@ TODO: Remove this section if there are not any updates.
40
35
41
36
## Debugger updates
42
37
43
-
- Fixed an issue where long string values in the console/variables view would overflow and overlap with other elements. [#7112](https://github.com/flutter/devtools/issues/7112)
38
+
TODO: Remove this section if there are not any updates.
44
39
45
40
## Network profiler updates
46
41
47
-
- Added response size column to the Network tab and displayed response size in the request inspector overview.
- Improved HTTP request status classification in the Network tab to better distinguish cancelled, completed, and in-flight requests (for example, avoiding some cases where cancelled requests appeared as pending). [#9683](https://github.com/flutter/devtools/pull/9683)
42
+
TODO: Remove this section if there are not any updates.
51
43
52
-
- Added a filter setting to hide HTTP-profiler socket data.
- Fixed an issue where log messages containing newline characters were incorrectly split into multiple separate entries in the Logging screen. [#9757](https://github.com/flutter/devtools/pull/9757)
46
+
TODO: Remove this section if there are not any updates.
58
47
59
48
## App size tool updates
60
49
61
50
TODO: Remove this section if there are not any updates.
62
51
63
52
## Deep links tool updates
64
53
65
-
- Pluralized "domain" and "path" in the validation summary notification titles when multiple errors are present. [#9790](https://github.com/flutter/devtools/pull/9790)
54
+
TODO: Remove this section if there are not any updates.
66
55
67
56
## VS Code sidebar updates
68
57
@@ -79,4 +68,4 @@ TODO: Remove this section if there are not any updates.
79
68
## Full commit history
80
69
81
70
To find a complete list of changes in this release, check out the
0 commit comments