@@ -6,51 +6,20 @@ found in the LICENSE file or at https://developers.google.com/open-source/licens
66This is draft for future release notes, that are going to land on
77[ the Flutter website] ( https://docs.flutter.dev/tools/devtools/release-notes ) .
88
9- # DevTools 2.45 .0 release notes
9+ # DevTools 2.46 .0 release notes
1010
11- The 2.45 .0 release of the Dart and Flutter DevTools
11+ The 2.46 .0 release of the Dart and Flutter DevTools
1212includes the following changes among other general improvements.
1313To learn more about DevTools, check out the
1414[ DevTools overview] ( /tools/devtools/overview ) .
1515
1616## General updates
1717
18- * Added a memory pressure warning that allows you to reduce the memory usage of
19- DevTools in order to avoid an OOM crash. -
20- [ #8989 ] ( https://github.com/flutter/devtools/pull/8989 ) ,
21- [ #8997 ] ( https://github.com/flutter/devtools/pull/8997 ) ,
22- [ #8998 ] ( https://github.com/flutter/devtools/pull/8998 )
23-
24- * Fixed various memory leaks and lifecycle issues. -
25- [ #8901 ] ( https://github.com/flutter/devtools/pull/8901 ) ,
26- [ #8902 ] ( https://github.com/flutter/devtools/pull/8902 ) ,
27- [ #8907 ] ( https://github.com/flutter/devtools/pull/8907 ) ,
28- [ #8917 ] ( https://github.com/flutter/devtools/pull/8917 ) ,
29- [ #8932 ] ( https://github.com/flutter/devtools/pull/8932 ) ,
30- [ #8933 ] ( https://github.com/flutter/devtools/pull/8933 ) ,
31- [ #8934 ] ( https://github.com/flutter/devtools/pull/8934 ) ,
32- [ #8935 ] ( https://github.com/flutter/devtools/pull/8935 ) ,
33- [ #8937 ] ( https://github.com/flutter/devtools/pull/8937 ) ,
34- [ #8953 ] ( https://github.com/flutter/devtools/pull/8953 ) ,
35- [ #8969 ] ( https://github.com/flutter/devtools/pull/8969 ) ,
36- [ #8970 ] ( https://github.com/flutter/devtools/pull/8970 ) ,
37- [ #8975 ] ( https://github.com/flutter/devtools/pull/8975 )
38-
39- * Fix a bug with the review history on disconnect experience. -
40- [ #8985 ] ( https://github.com/flutter/devtools/pull/8985 )
41-
42- * Fixed bug where DevTools would automatically resume instead of
43- pausing on breakpoint on connection. -
44- [ #8991 ] ( https://github.com/flutter/devtools/pull/8991 )
45-
46- * Prevented text inputs from stealing focus from the IDE. -
47- [ #9091 ] ( https://github.com/flutter/devtools/pull/9091 )
18+ TODO: Remove this section if there are not any general updates.
4819
4920## Inspector updates
5021
51- * Fixed bug where errors in the inspector tree (e.g. RenderFlex overflow
52- errors) were not removed after a hot-reload. -
53- [ #9106 ] ( https://github.com/flutter/devtools/pull/9106 )
22+ TODO: Remove this section if there are not any general updates.
5423
5524## Performance updates
5625
@@ -66,8 +35,7 @@ TODO: Remove this section if there are not any general updates.
6635
6736## Debugger updates
6837
69- * Combine the Pause and Resume buttons into a single button. -
70- [ #9095 ] ( https://github.com/flutter/devtools/pull/9095 )
38+ TODO: Remove this section if there are not any general updates.
7139
7240## Network profiler updates
7341
@@ -83,10 +51,7 @@ TODO: Remove this section if there are not any general updates.
8351
8452## Deep links tool updates
8553
86- * Fixed an issue with Windows file paths showing incorrectly in the Deep Links
87- page [ #9027 ] ( https://github.com/flutter/devtools/pull/9027 ) .
88- * Fixed an issue with the Deep Links page crashing when no iOS configuration is
89- present [ #9027 ] ( https://github.com/flutter/devtools/pull/9027 ) .
54+ TODO: Remove this section if there are not any general updates.
9055
9156## VS Code Sidebar updates
9257
@@ -99,4 +64,4 @@ TODO: Remove this section if there are not any general updates.
9964## Full commit history
10065
10166To find a complete list of changes in this release, check out the
102- [ DevTools git log] ( https://github.com/flutter/devtools/tree/v2.45 .0 ) .
67+ [ DevTools git log] ( https://github.com/flutter/devtools/tree/v2.46 .0 ) .
0 commit comments