Skip to content

Commit 048218d

Browse files
authored
Bump version to 2.61.0 (#9882)
1 parent 12d5956 commit 048218d

3 files changed

Lines changed: 10 additions & 30 deletions

File tree

packages/devtools_app/lib/devtools.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
/// Note: a regexp in the `dt update-version' command logic matches the constant
1111
/// declaration `const version =`. If you change the declaration you must also
1212
/// modify the regex in the `dt update-version' command logic.
13-
const version = '2.60.0';
13+
const version = '2.61.0-dev.0';

packages/devtools_app/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ publish_to: none
77

88
# Note: this version should only be updated by running the 'dt update-version'
99
# command that updates the version here and in 'devtools.dart'.
10-
version: 2.60.0
10+
version: 2.61.0-dev.0
1111

1212
repository: https://github.com/flutter/devtools/tree/master/packages/devtools_app
1313

packages/devtools_app/release_notes/NEXT_RELEASE_NOTES.md

Lines changed: 8 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -6,41 +6,24 @@ found in the LICENSE file or at https://developers.google.com/open-source/licens
66
This 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
1212
includes the following changes among other general improvements.
1313
To 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

9070
To 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

Comments
 (0)