Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
# 84
- Fix the slow operation notification associated with PubRoot (#7885)
# 85
- Restored Test with coverage run configuration feature (#7810)
- Upgrade `org.jetbrains.intellij.platform` to 2.2.1 from 2.1.0 (#7936)
- Fix for DevTool windows not appearing (#8029)
- Support for Narwhal, Android Studio 2025.1 (#7963)
- Build changes to support newer required versions of Java to build the plugin (#7963)
- Cleanup: removal of pre Dart SDK 3.0 code (#7882)
- Cleanup: removal of the deprecated Swing-based Inspector window (#7861)
- Cleanup: removal of the deprecated Outline window (#7816)
- Cleanup: removal of the deprecated Performance page window (#7816)
- Migrated all instances of EditorNotifications.Provider to the new API (#7830)

# 84
- This version was not shipped due to issue #7968

# 83
- First version for Meerkat, Android Studio 2024.3 (#7799)
- Message in the Flutter Outline window that the window is now deprecated (#7778)
Expand Down
12 changes: 10 additions & 2 deletions resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,23 @@

<change-notes>
<![CDATA[
<h1>84</h1>
<h1>85</h1>
<ul>
<li>Fix the slow operation notification associated with PubRoot (#7885)</li>
<li>Restored Test with coverage run configuration feature (#7810)</li>
<li>Upgrade <code>org.jetbrains.intellij.platform</code> to 2.2.1 from 2.1.0 (#7936)</li>
<li>Fix for DevTool windows not appearing (#8029)</li>
<li>Support for Narwhal, Android Studio 2025.1 (#7963)</li>
<li>Build changes to support newer required versions of Java to build the plugin (#7963)</li>
<li>Cleanup: removal of pre Dart SDK 3.0 code (#7882)</li>
<li>Cleanup: removal of the deprecated Swing-based Inspector window (#7861)</li>
<li>Cleanup: removal of the deprecated Outline window (#7816)</li>
<li>Cleanup: removal of the deprecated Performance page window (#7816)</li>
<li>Migrated all instances of EditorNotifications.Provider to the new API (#7830)</li>
</ul>
<h1>84</h1>
<ul>
<li>This version was not shipped due to issue #7968</li>
</ul>
<h1>83</h1>
<ul>
<li>First version for Meerkat, Android Studio 2024.3 (#7799)</li>
Expand Down