Skip to content

Commit 90c5838

Browse files
ellietteparlough
andauthored
DevTools Release notes for version 2.44.0 (#11767)
Co-authored-by: Parker Lougheed <[email protected]>
1 parent d800835 commit 90c5838

File tree

5 files changed

+80
-0
lines changed

5 files changed

+80
-0
lines changed

src/_data/devtools_releases.yml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# make sure to add the version number as an entry in this list.
33
# This step might be eliminated in the future.
44
releases:
5+
- '2.44.0'
56
- '2.42.3'
67
- '2.41.0'
78
- '2.40.2'
Loading
Loading
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
# DevTools 2.44.0 release notes
2+
3+
The 2.44.0 release of the Dart and Flutter DevTools
4+
includes the following changes among other general improvements.
5+
To learn more about DevTools, check out the
6+
[DevTools overview](/tools/devtools/overview).
7+
8+
## General updates
9+
10+
* Fixed various memory leaks and lifecycle issues.
11+
* [#8901](https://github.com/flutter/devtools/pull/8901)
12+
* [#8902](https://github.com/flutter/devtools/pull/8902)
13+
* [#8907](https://github.com/flutter/devtools/pull/8907)
14+
* [#8917](https://github.com/flutter/devtools/pull/8917)
15+
* [#8932](https://github.com/flutter/devtools/pull/8932)
16+
* [#8933](https://github.com/flutter/devtools/pull/8933)
17+
* [#8934](https://github.com/flutter/devtools/pull/8934)
18+
* [#8935](https://github.com/flutter/devtools/pull/8935)
19+
* [#8937](https://github.com/flutter/devtools/pull/8937)
20+
* [#8953](https://github.com/flutter/devtools/pull/8953)
21+
* [#8969](https://github.com/flutter/devtools/pull/8969)
22+
* [#8970](https://github.com/flutter/devtools/pull/8970)
23+
* [#8975](https://github.com/flutter/devtools/pull/8975)
24+
25+
## CPU profiler updates
26+
27+
* Improved the load time and memory usage of CPU profiles.
28+
* [#8892](https://github.com/flutter/devtools/pull/8892)
29+
* [#8878](https://github.com/flutter/devtools/pull/8878)
30+
* [#8839](https://github.com/flutter/devtools/pull/8839)
31+
* Fixed incorrect duration calculations when there is time during which no
32+
samples were taken - [#8941](https://github.com/flutter/devtools/pull/8941).
33+
34+
## Memory updates
35+
36+
* Changed the memory heap snapshot tool so that references are
37+
included in snapshots by default. -
38+
[#8899](https://github.com/flutter/devtools/pull/8899)
39+
40+
## Debugger updates
41+
42+
* Added a tooltip to describe the exception mode drop-down. -
43+
[#8849](https://github.com/flutter/devtools/pull/8849)
44+
* Updated syntax highlighting with support for digit separators
45+
and improved comment and string interpolation handling. -
46+
[#8861](https://github.com/flutter/devtools/pull/8861)
47+
* Updated `string_scanner` dependency to avoid some syntax highlighting issues
48+
when source contains `\r\n` in certain positions on Windows. -
49+
[#8904](https://github.com/flutter/devtools/pull/8904)
50+
* Added soft line wrapping in the debugger console.
51+
[#8855](https://github.com/flutter/devtools/pull/8855).
52+
53+
## Network profiler updates
54+
55+
* Added offline support for the network screen (thanks to @hrajwade96!) -
56+
[#8332](https://github.com/flutter/devtools/pull/8332)
57+
58+
![Network profiler controls](/tools/devtools/release-notes/images-2.44.0/network_controls.png "Network profiler controls")
59+
60+
![Network profiler open / save button](/tools/devtools/release-notes/images-2.44.0/network_open_save_button.png "Network profiler open / save button")
61+
62+
* Changed the context menu style to be consistent with other screens
63+
[#8859](https://github.com/flutter/devtools/pull/8859).
64+
* Fixed an issue where HTTP requests would sometimes not be displayed properly,
65+
particularly when DevTools is communicating with
66+
an application over a slow network connection. -
67+
[#8860](https://github.com/flutter/devtools/pull/8860)
68+
69+
## Full commit history
70+
71+
To find a complete list of changes in this release, check out the
72+
[DevTools git log](https://github.com/flutter/devtools/tree/v2.44.0).
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
short-title: 2.44.0 release notes
3+
description: Release notes for Dart and Flutter DevTools version 2.44.0.
4+
toc: false
5+
---
6+
7+
{% include ./release-notes-2.44.0-src.md %}

0 commit comments

Comments
 (0)