diff --git a/CHANGELOG.md b/CHANGELOG.md index b45a7cbbc40..8f0a1c4d49c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,41 @@ +## 2.15.0 +* Add VM object inspector [#4195](https://github.com/flutter/devtools/pull/4195) +* Added edge case when popping history on a one-item stack [#4230](https://github.com/flutter/devtools/pull/4230) +* Bump github/codeql-action from 2.1.14 to 2.1.15 [#4229](https://github.com/flutter/devtools/pull/4229) +* Fixes 2 bugs that were happening in the VM tools tabs [#4215](https://github.com/flutter/devtools/pull/4215) +* Restored all other files and edited codeview.dart [#4187](https://github.com/flutter/devtools/pull/4187) +* Fix Scrollbar error with ProgramExplorer [#4228](https://github.com/flutter/devtools/pull/4228) +* Add custom dimension for g3 username [#4221](https://github.com/flutter/devtools/pull/4221) +* Update Scorecard-actions to address workflow failure [#4219](https://github.com/flutter/devtools/pull/4219) +* Remove Flutter environment dependency from Performance Controller tests [#4216](https://github.com/flutter/devtools/pull/4216) +* Add support for column groups in tables [#4214](https://github.com/flutter/devtools/pull/4214) +* Bump github/codeql-action from 2.1.12 to 2.1.14 [#4212](https://github.com/flutter/devtools/pull/4212) +* Create tab 'Leaks' [#4211](https://github.com/flutter/devtools/pull/4211) +* Separate memory chart related code to a dedicated folder [#4199](https://github.com/flutter/devtools/pull/4199) +* Make auto-snapshotting configurable - [#4200](https://github.com/flutter/devtools/pull/4200) +* Some renamings in preferences [#4198](https://github.com/flutter/devtools/pull/4198) +* Copy Network Response [#4190](https://github.com/flutter/devtools/pull/4190) +* Comment out Flaky dependency tests for now [#4204](https://github.com/flutter/devtools/pull/4204) +* Bump flutter version to latest beta [#4194](https://github.com/flutter/devtools/pull/4194) +* Add layer outlines to the raster metrics tab in the performance view [#4192](https://github.com/flutter/devtools/pull/4192) +* Set displayRefreshRate from offline performance data imports [#4189](https://github.com/flutter/devtools/pull/4189) +* Fix a couple of exceptions [#4186](https://github.com/flutter/devtools/pull/4186) +* Enable sort_child_properties_last lint [#4124](https://github.com/flutter/devtools/pull/4124) +* Small Improvements to generate_code script [#4180](https://github.com/flutter/devtools/pull/4180) +* Removing Retry Logic [#4178](https://github.com/flutter/devtools/pull/4178) +* Migrate ThemeData.toggleableActiveColor [#4149](https://github.com/flutter/devtools/pull/4149) +* Fix Slow Event Log Scrolling for large # of events [#4175](https://github.com/flutter/devtools/pull/4175) +* Add isolate selection support to memory screen + other minor UI fixes [#4173](https://github.com/flutter/devtools/pull/4173) +* Add `JsonViewer` widget and update formatting / highlighting of `ExpandableVariable` [#4167](https://github.com/flutter/devtools/pull/4167) +* Fix method alignment and remove manual truncation of methods [#4166](https://github.com/flutter/devtools/pull/4166) +* Add a mixin for comparing enums by index [#4121](https://github.com/flutter/devtools/pull/4121) +* Add missing textSelectionColor for breakpoints and callstack [#4169](https://github.com/flutter/devtools/pull/4169) +* Move existing code into shared/utils for shared use in g3 [#4168](https://github.com/flutter/devtools/pull/4168) +* Bump github/codeql-action from 1.1.5 to 2.1.12 [#4165](https://github.com/flutter/devtools/pull/4165) +* Bump ossf/scorecard-action from 1.0.4 to 1.1.1 [#4164](https://github.com/flutter/devtools/pull/4164) +* Pin github actions to hash, add dependabot for actions as well [#4163](https://github.com/flutter/devtools/pull/4163) +* Fix typo in documentation [#4162](https://github.com/flutter/devtools/pull/4162) + ## 2.14.1 * Bump version to 2.14.1 for devtools_shared release [#4208](https://github.com/flutter/devtools/pull/4208) * Bump vm_service dep to 9.0.0 [#4161](https://github.com/flutter/devtools/pull/4161) diff --git a/packages/devtools_app/lib/devtools.dart b/packages/devtools_app/lib/devtools.dart index 0ab630ea720..6f8251bbe16 100644 --- a/packages/devtools_app/lib/devtools.dart +++ b/packages/devtools_app/lib/devtools.dart @@ -7,4 +7,4 @@ // that updates all versions for DevTools. // Note: a regexp in tools/update_version.dart matches the following line so // if you change it you must also modify tools/update_version.dart. -const String version = '2.14.1'; +const String version = '2.15.0'; diff --git a/packages/devtools_app/pubspec.yaml b/packages/devtools_app/pubspec.yaml index 7ed3e908849..795082e4c8e 100644 --- a/packages/devtools_app/pubspec.yaml +++ b/packages/devtools_app/pubspec.yaml @@ -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.14.1 +version: 2.15.0 repository: https://github.com/flutter/devtools/tree/master/packages/devtools_app @@ -23,7 +23,7 @@ dependencies: collection: ^1.15.0 dds: ^2.2.2 dds_service_extensions: ^1.3.1 - devtools_shared: 2.14.1 + devtools_shared: 2.15.0 file: ^6.0.0 file_selector: ^0.8.0 file_selector_linux: ^0.0.2 @@ -55,7 +55,7 @@ dependencies: dev_dependencies: build_runner: ^2.0.4 - devtools_test: 2.14.1 + devtools_test: 2.15.0 flutter_test: sdk: flutter mockito: ^5.1.0 diff --git a/packages/devtools_app/web/index.html b/packages/devtools_app/web/index.html index 5e7ebe91f32..e24e06261b7 100644 --- a/packages/devtools_app/web/index.html +++ b/packages/devtools_app/web/index.html @@ -51,7 +51,7 @@ application. For more information, see: https://developers.google.com/web/fundamentals/primers/service-workers -->