Skip to content

Commit

Permalink
Updating from 2.38.0 to 2.39.0-dev.0 (#8133)
Browse files Browse the repository at this point in the history
  • Loading branch information
DartDevtoolWorkflowBot committed Aug 1, 2024
1 parent 6cd5af9 commit fc9d4d8
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 17 deletions.
2 changes: 1 addition & 1 deletion packages/devtools_app/lib/devtools.dart
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
// the constant declaration `const version =`.
// If you change the declaration you must also modify the regex in
// tools/update_version.dart.
const version = '2.38.0';
const version = '2.39.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 @@ -4,7 +4,7 @@ publish_to: none

# Note: this version should only be updated by running tools/update_version.dart
# that updates all versions of devtools packages (devtools_app, devtools_test).
version: 2.38.0
version: 2.39.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
@@ -1,9 +1,9 @@
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.38.0 release notes
# DevTools 2.39.0 release notes

The 2.38.0 release of the Dart and Flutter DevTools
The 2.39.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).
Expand All @@ -18,9 +18,7 @@ TODO: Remove this section if there are not any general updates.

## Performance updates

* Renamed the "Track" builds, paints, and layouts settings to "Trace"
builds, paints, and layouts. - [#8084](https://github.com/flutter/devtools/pull/8084)
* Renamed the "Track widget build counts" setting to "Count widget builds". - [#8084](https://github.com/flutter/devtools/pull/8084)
TODO: Remove this section if there are not any general updates.

## CPU profiler updates

Expand All @@ -32,15 +30,12 @@ TODO: Remove this section if there are not any general updates.

## Debugger updates

* Added recommendation to debug code from an IDE, with links to IDE instructions. - [#8085](https://github.com/flutter/devtools/pull/8085)
TODO: Remove this section if there are not any general updates.

## Network profiler updates

* Added support to export network requests as a HAR file (thanks to @hrajwade96!).
- [#7970](https://github.com/flutter/devtools/pull/7970)
* Fixed issue where socket statistics were being reported as web sockets. - [#8061](https://github.com/flutter/devtools/pull/8061)
TODO: Remove this section if there are not any general updates.

![Network profiler correctly displaying socket statistics](images/socket-profiling.png "Network profiler correctly displaying socket statistics")
## Logging updates

TODO: Remove this section if there are not any general updates.
Expand All @@ -59,12 +54,9 @@ TODO: Remove this section if there are not any general updates.

## DevTools Extension updates

* Fixed an issue where extensions did not load with the proper theme when
embedded in an IDE. - [#8034](https://github.com/flutter/devtools/pull/8034)
* Added an API for copying text to clipboard by proxy of the parent DevTools web app, which has
workarounds for copy issues when embedded inside an IDE. - [#8130](https://github.com/flutter/devtools/pull/8130)
TODO: Remove this section if there are not any general 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.38.0).
[DevTools git log](https://github.com/flutter/devtools/tree/v2.39.0).
Binary file not shown.

0 comments on commit fc9d4d8

Please sign in to comment.