From 35dd2d7cddc22ffca1a112ff5c1017877997ddd9 Mon Sep 17 00:00:00 2001 From: Sam Rawlins Date: Wed, 8 Jul 2026 14:50:44 -0700 Subject: [PATCH] Bump version to 2.61.0 --- packages/devtools_app/lib/devtools.dart | 2 +- packages/devtools_app/pubspec.yaml | 2 +- .../release_notes/NEXT_RELEASE_NOTES.md | 36 +++++-------------- 3 files changed, 10 insertions(+), 30 deletions(-) diff --git a/packages/devtools_app/lib/devtools.dart b/packages/devtools_app/lib/devtools.dart index 32991b31739..12c86b76a15 100644 --- a/packages/devtools_app/lib/devtools.dart +++ b/packages/devtools_app/lib/devtools.dart @@ -10,4 +10,4 @@ /// Note: a regexp in the `dt update-version' command logic matches the constant /// declaration `const version =`. If you change the declaration you must also /// modify the regex in the `dt update-version' command logic. -const version = '2.60.0'; +const version = '2.61.0-dev.0'; diff --git a/packages/devtools_app/pubspec.yaml b/packages/devtools_app/pubspec.yaml index 51a873153e9..70bc3ba626d 100644 --- a/packages/devtools_app/pubspec.yaml +++ b/packages/devtools_app/pubspec.yaml @@ -7,7 +7,7 @@ publish_to: none # Note: this version should only be updated by running the 'dt update-version' # command that updates the version here and in 'devtools.dart'. -version: 2.60.0 +version: 2.61.0-dev.0 repository: https://github.com/flutter/devtools/tree/master/packages/devtools_app diff --git a/packages/devtools_app/release_notes/NEXT_RELEASE_NOTES.md b/packages/devtools_app/release_notes/NEXT_RELEASE_NOTES.md index 16954fd6b58..ebb8dad9043 100644 --- a/packages/devtools_app/release_notes/NEXT_RELEASE_NOTES.md +++ b/packages/devtools_app/release_notes/NEXT_RELEASE_NOTES.md @@ -6,41 +6,24 @@ found in the LICENSE file or at https://developers.google.com/open-source/licens This is a draft for future release notes that are going to land on [the Flutter website](https://docs.flutter.dev/tools/devtools/release-notes). -# DevTools 2.60.0 release notes +# DevTools 2.61.0 release notes -The 2.60.0 release of the Dart and Flutter DevTools +The 2.61.0 release of the Dart and Flutter DevTools includes the following changes among other general improvements. To learn more about DevTools, check out the [DevTools overview](/tools/devtools). ## General updates -* 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. - - [#9838](https://github.com/flutter/devtools/issues/9838) -* Resolve several memory leaks. - [#9857](https://github.com/flutter/devtools/pull/9857) -* Fixed a bug where highlighted search matches in tables were unreadable in dark - mode because the highlight color had become fully opaque. - - [#9863](https://github.com/flutter/devtools/pull/9863) -* Rejected absolute paths in DevTools server file reads so they stay within - the `~/.flutter-devtools/` directory and cannot resolve to arbitrary files - on disk. - - [#9844](https://github.com/flutter/devtools/pull/9844) -* Validated the `devtoolsOptionsUri` parameter in the extension enabled-state - handler so it must be a `file:` URI named `devtools_options.yaml`, preventing - the DevTools server from writing to arbitrary file paths. - - [#9834](https://github.com/flutter/devtools/pull/9834) +TODO: Remove this section if there are not any updates. ## Inspector updates -- Fixed an issue where the Inspector error badge count would improperly - increase or disappear during navigation. - [#9524](https://github.com/flutter/devtools/issues/9524) +TODO: Remove this section if there are not any updates. ## Performance updates -* Fixed a bug where the selected feature tab was not restored when loading - exported Performance data. - - [#9861](https://github.com/flutter/devtools/pull/9861) +TODO: Remove this section if there are not any updates. ## CPU profiler updates @@ -56,9 +39,7 @@ TODO: Remove this section if there are not any updates. ## Network profiler updates -* Fixed the Network tab search field becoming disabled after clearing all - requests, so the search query can now be edited at any time. - - [#9855](https://github.com/flutter/devtools/pull/9855) +TODO: Remove this section if there are not any updates. ## Logging updates @@ -70,8 +51,7 @@ TODO: Remove this section if there are not any updates. ## Deep links tool updates -- Only validate deep links when connected to a Flutter app. - [#8081](https://github.com/flutter/devtools/issues/8081) +TODO: Remove this section if there are not any updates. ## VS Code sidebar updates @@ -88,4 +68,4 @@ TODO: Remove this section if there are not any updates. ## Full commit history To find a complete list of changes in this release, check out the -[DevTools git log](https://github.com/flutter/devtools/tree/v2.60.0). +[DevTools git log](https://github.com/flutter/devtools/tree/v2.61.0).