Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/devtools_app/lib/devtools.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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.54.0';
const version = '2.55.0-dev.0';
2 changes: 1 addition & 1 deletion packages/devtools_app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.54.0
version: 2.55.0-dev.0

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

Expand Down
22 changes: 7 additions & 15 deletions packages/devtools_app/release_notes/NEXT_RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,20 @@ found in the LICENSE file or at https://developers.google.com/open-source/licens
This is draft for future release notes, that are going to land on
[the Flutter website](https://docs.flutter.dev/tools/devtools/release-notes).

# DevTools 2.54.0 release notes
# DevTools 2.55.0 release notes

The 2.54.0 release of the Dart and Flutter DevTools
The 2.55.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/overview).

## General updates

- Dropped connections to DTD will now automatically be retried to improve the
experience when your machine is resumed from sleep.
[#9587](https://github.com/flutter/devtools/pull/9587)
TODO: Remove this section if there are not any updates.

## Inspector updates

- Added a warning banner that the legacy inspector will be removed in a future
release. - [#9572](https://github.com/flutter/devtools/pull/9572)
TODO: Remove this section if there are not any updates.

## Performance updates

Expand All @@ -34,8 +31,7 @@ TODO: Remove this section if there are not any updates.

## Memory updates

- Fixed error preventing users from changing the zoom duration. -
[#9573](https://github.com/flutter/devtools/pull/9573)
TODO: Remove this section if there are not any updates.

## Debugger updates

Expand All @@ -55,11 +51,7 @@ TODO: Remove this section if there are not any updates.

## Deep links tool updates

- Added more informative dialog if Deep Links tool is unable to find build
options for the iOS or Android app. -
[#9571](https://github.com/flutter/devtools/pull/9571)
- Fixed null error when parsing universal link settings -
[#9581](https://github.com/flutter/devtools/pull/9581)
TODO: Remove this section if there are not any updates.

## VS Code Sidebar updates

Expand All @@ -76,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.54.0).
[DevTools git log](https://github.com/flutter/devtools/tree/v2.55.0).
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,10 @@ packages:
dependency: transitive
description:
name: characters
sha256: f71061c654a3380576a52b451dd5532377954cf9dbd272a78fc8479606670803
sha256: faf38497bda5ead2a8c7615f4f7939df04333478bf32e4173fcb06d428b5716b
url: "https://pub.dev"
source: hosted
version: "1.4.0"
version: "1.4.1"
checked_yaml:
dependency: transitive
description:
Expand Down
Loading