@@ -6,41 +6,24 @@ found in the LICENSE file or at https://developers.google.com/open-source/licens
66This is a 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.60 .0 release notes
9+ # DevTools 2.61 .0 release notes
1010
11- The 2.60 .0 release of the Dart and Flutter DevTools
11+ The 2.61 .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 ) .
1515
1616## General updates
1717
18- * Fixed an issue where DevTools could get stuck in a disconnected state (e.g., after a Mac goes to sleep) by adding a manual "Reconnect" button to the disconnected screen. -
19- [ #9838 ] ( https://github.com/flutter/devtools/issues/9838 )
20- * Resolve several memory leaks. - [ #9857 ] ( https://github.com/flutter/devtools/pull/9857 )
21- * Fixed a bug where highlighted search matches in tables were unreadable in dark
22- mode because the highlight color had become fully opaque. -
23- [ #9863 ] ( https://github.com/flutter/devtools/pull/9863 )
24- * Rejected absolute paths in DevTools server file reads so they stay within
25- the ` ~/.flutter-devtools/ ` directory and cannot resolve to arbitrary files
26- on disk. -
27- [ #9844 ] ( https://github.com/flutter/devtools/pull/9844 )
28- * Validated the ` devtoolsOptionsUri ` parameter in the extension enabled-state
29- handler so it must be a ` file: ` URI named ` devtools_options.yaml ` , preventing
30- the DevTools server from writing to arbitrary file paths. -
31- [ #9834 ] ( https://github.com/flutter/devtools/pull/9834 )
18+ TODO: Remove this section if there are not any updates.
3219
3320## Inspector updates
3421
35- - Fixed an issue where the Inspector error badge count would improperly
36- increase or disappear during navigation.
37- [ #9524 ] ( https://github.com/flutter/devtools/issues/9524 )
22+ TODO: Remove this section if there are not any updates.
3823
3924## Performance updates
4025
41- * Fixed a bug where the selected feature tab was not restored when loading
42- exported Performance data. -
43- [ #9861 ] ( https://github.com/flutter/devtools/pull/9861 )
26+ TODO: Remove this section if there are not any updates.
4427
4528## CPU profiler updates
4629
@@ -56,9 +39,7 @@ TODO: Remove this section if there are not any updates.
5639
5740## Network profiler updates
5841
59- * Fixed the Network tab search field becoming disabled after clearing all
60- requests, so the search query can now be edited at any time. -
61- [ #9855 ] ( https://github.com/flutter/devtools/pull/9855 )
42+ TODO: Remove this section if there are not any updates.
6243
6344## Logging updates
6445
@@ -70,8 +51,7 @@ TODO: Remove this section if there are not any updates.
7051
7152## Deep links tool updates
7253
73- - Only validate deep links when connected to a Flutter app.
74- [ #8081 ] ( https://github.com/flutter/devtools/issues/8081 )
54+ TODO: Remove this section if there are not any updates.
7555
7656## VS Code sidebar updates
7757
@@ -88,4 +68,4 @@ TODO: Remove this section if there are not any updates.
8868## Full commit history
8969
9070To find a complete list of changes in this release, check out the
91- [ DevTools git log] ( https://github.com/flutter/devtools/tree/v2.60 .0 ) .
71+ [ DevTools git log] ( https://github.com/flutter/devtools/tree/v2.61 .0 ) .
0 commit comments