Skip to content

Commit

Permalink
Updating from 2.40.0 to 2.41.0-dev.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DartDevtoolWorkflowBot committed Oct 4, 2024
1 parent 8120227 commit 1d761cf
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 34 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.40.0';
const version = '2.41.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.40.0
version: 2.41.0-dev.0

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

Expand Down
40 changes: 8 additions & 32 deletions packages/devtools_app/release_notes/NEXT_RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,46 +1,24 @@
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.40.0 release notes
# DevTools 2.41.0 release notes

The 2.40.0 release of the Dart and Flutter DevTools
The 2.41.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

* Add a setting that allows users to opt-in to loading DevTools
with WebAssembly. - [#8270](https://github.com/flutter/devtools/pull/8270)

![Wasm opt-in setting](images/wasm_setting.png "DevTools setting to opt into wasm.")

* Removed the legacy Provider screen from DevTools. The `package:provider` tool is now
distributed as a DevTools extension from `package:provider`. Upgrade your `package:provider`
dependency to use the extension. - [#8364](https://github.com/flutter/devtools/pull/8364)

* Fixed a bug that was causing the DevTools release notes to always
show. - [#8277](https://github.com/flutter/devtools/pull/8277)

* Added support for loading extensions in pub workspaces
[8347](https://github.com/flutter/devtools/pull/8347).

* Mapped error stacktraces to use the Dart source code locations so that they are human-
readable. - [#8385](https://github.com/flutter/devtools/pull/8385)

* Added handling for IDE theme change events to update embedded DevTools UI. -
[#8336](https://github.com/flutter/devtools/pull/8336)
TODO: Remove this section if there are not any general updates.

## Inspector updates

- Added a setting to the Flutter Inspector controls that allows users to opt-in to the newly redesigned Flutter Inspector. - [#8342](https://github.com/flutter/devtools/pull/8342)

![New inspector opt-in setting](images/new_inspector.png "DevTools setting to opt into the new Flutter Inspector.")
TODO: Remove this section if there are not any general updates.

## Performance updates

* Fixed an issue with the "Refreshing timeline" overlay that was getting shown
when it should not have been. - [#8318](https://github.com/flutter/devtools/pull/8318)
TODO: Remove this section if there are not any general updates.

## CPU profiler updates

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

## Network profiler updates

* Resolved an issue in .har export where response content was sometimes missing in the data. - [#8333](https://github.com/flutter/devtools/pull/8333)
TODO: Remove this section if there are not any general updates.

## Logging updates

Expand All @@ -68,9 +46,7 @@ TODO: Remove this section if there are not any general updates.

## Deep links tool updates

- Added support for validating iOS deep link settings. - [#8394](https://github.com/flutter/devtools/pull/8394)

![Deep link validator for iOS](images/deep_link_ios.png "DevTools Deep link validator Page")
TODO: Remove this section if there are not any general updates.

## VS Code Sidebar updates

Expand All @@ -83,4 +59,4 @@ 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.40.0).
[DevTools git log](https://github.com/flutter/devtools/tree/v2.41.0).
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 1d761cf

Please sign in to comment.