@@ -6,51 +6,20 @@ found in the LICENSE file or at https://developers.google.com/open-source/licens
6
6
This is draft for future release notes, that are going to land on
7
7
[ the Flutter website] ( https://docs.flutter.dev/tools/devtools/release-notes ) .
8
8
9
- # DevTools 2.45 .0 release notes
9
+ # DevTools 2.46 .0 release notes
10
10
11
- The 2.45 .0 release of the Dart and Flutter DevTools
11
+ The 2.46 .0 release of the Dart and Flutter DevTools
12
12
includes the following changes among other general improvements.
13
13
To learn more about DevTools, check out the
14
14
[ DevTools overview] ( /tools/devtools/overview ) .
15
15
16
16
## General updates
17
17
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.
48
19
49
20
## Inspector updates
50
21
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.
54
23
55
24
## Performance updates
56
25
@@ -66,8 +35,7 @@ TODO: Remove this section if there are not any general updates.
66
35
67
36
## Debugger updates
68
37
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.
71
39
72
40
## Network profiler updates
73
41
@@ -83,10 +51,7 @@ TODO: Remove this section if there are not any general updates.
83
51
84
52
## Deep links tool updates
85
53
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.
90
55
91
56
## VS Code Sidebar updates
92
57
@@ -99,4 +64,4 @@ TODO: Remove this section if there are not any general updates.
99
64
## Full commit history
100
65
101
66
To 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