|
| 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 | +  |
| 59 | + |
| 60 | +  |
| 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). |
0 commit comments