From d4696194057c60422760ec43e02b7372599af6ba Mon Sep 17 00:00:00 2001 From: Helin Shiah Date: Wed, 15 Oct 2025 14:43:48 -0700 Subject: [PATCH 1/2] Make changelog more consistent --- CHANGELOG.md | 51 ++++++++++++++++++++++++++++++++------------------- 1 file changed, 32 insertions(+), 19 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 327f0e729..6c2f8f1a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,39 +6,52 @@ ### Changed -- Made Flutter project open to project view by default (#8573) -- Fix incorrect colors for the device selector when using light themes. (#8576) +- Made Flutter project open to project view by default. (#8573) +- Fixed incorrect colors for the device selector when using light themes. (#8576) ## 88.0.0 ### Added -- Support for Android Studio 2025.2 +- Added support for Android Studio 2025.2. ### Removed -- The Flutter version is now read from the file ./bin/cache/flutter.version.json, required in Flutter 3.33+ (#8465) -- Notification of required pub actions at the top of Dart files (#7623, #8481) +- Removed notification of required pub actions at the top of Dart files. (#7623, #8481) ### Changed -- Resolved a "Slow operations are prohibited on EDT" exception on Flutter Project creation (#8446, #8447, #8448) -- Made dev release daily instead of weekly -- Set the device selector component to opaque during its creation to avoid an unexpected background color (#8471) -- Refactored `DeviceSelectorAction` and add rich icons to different platform devices (#8475) -- Fix DTD freezes when opening projects, and EDT freezes when the theme is changed and opening embedded DevTools (#8477) -- Fix `DeviceSelectorAction` `NoSuchElementException` in the toolbar layout (#8515) -- Fix `DeviceSelectorAction`'s concurrent modification exception. (#8550) +- Updated the Flutter version reading to use the file `./bin/cache/flutter.version.json`, as required in Flutter 3.33+. (#8465) +- Resolved a "Slow operations are prohibited on EDT" exception on Flutter Project creation. (#8446, #8447, #8448) +- Made dev release daily instead of weekly. +- Set the device selector component to opaque during its creation to avoid an unexpected background color. (#8471) +- Refactored `DeviceSelectorAction` and added rich icons to different platform devices. (#8475) +- Fixed DTD freezes when opening projects and EDT freezes when the theme is changed and opening embedded DevTools. (#8477) +- Fixed `DeviceSelectorAction` `NoSuchElementException` in the toolbar layout. (#8515) +- Fixed `DeviceSelectorAction`'s concurrent modification exception. (#8550) ## 87.1.0 -- Register VM service with DTD (#8436) -- Fix for ClassCastException: BadgeIcon on flutter runs (#8426) +### Changed + +- Registered VM service with DTD. (#8436) + +### Fixed + +- Fixed a ClassCastException for BadgeIcon on flutter runs. (#8426) ## 87.0.0 -- Fixes to Flutter test execution (#8233, #8325) -- Make Android dependencies optional, allowing the plugin to be used in more Jetbrains products (Rider, etc) (#7949, #8375) -- Internal: support for logging to a dedicated plugin log file (#8253) -- Fixes to ensure the Property Editor loads on all project opens (#8268) -- Fix the hang after opening a new project in Android Studio (#8390) +### Added + +- Added internal support for logging to a dedicated plugin log file. (#8253) + +### Changed + +- Made Android dependencies optional, allowing the plugin to be used in more Jetbrains products (Rider, etc). (#7949, #8375) + +### Fixed + +- Fixed issues with Flutter test execution. (#8233, #8325) +- Fixed issues to ensure the Property Editor loads on all project opens. (#8268) +- Fixed a hang after opening a new project in Android Studio. (#8390) From 0d5d5e3d0c1596525bd2bddcd65ecc32b41a1a4c Mon Sep 17 00:00:00 2001 From: Helin Shiah Date: Wed, 15 Oct 2025 15:04:52 -0700 Subject: [PATCH 2/2] Removed extra category and unneeded words --- CHANGELOG.md | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c2f8f1a2..588a9d045 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,11 +13,11 @@ ### Added -- Added support for Android Studio 2025.2. +- Support for Android Studio 2025.2. ### Removed -- Removed notification of required pub actions at the top of Dart files. (#7623, #8481) +- Notification of required pub actions at the top of Dart files. (#7623, #8481) ### Changed @@ -35,23 +35,17 @@ ### Changed - Registered VM service with DTD. (#8436) - -### Fixed - - Fixed a ClassCastException for BadgeIcon on flutter runs. (#8426) ## 87.0.0 ### Added -- Added internal support for logging to a dedicated plugin log file. (#8253) +- Internal support for logging to a dedicated plugin log file. (#8253) ### Changed - Made Android dependencies optional, allowing the plugin to be used in more Jetbrains products (Rider, etc). (#7949, #8375) - -### Fixed - - Fixed issues with Flutter test execution. (#8233, #8325) - Fixed issues to ensure the Property Editor loads on all project opens. (#8268) - Fixed a hang after opening a new project in Android Studio. (#8390)