Skip to content

Commit b48478d

Browse files
authored
1 parent 32de54b commit b48478d

File tree

2 files changed

+19
-4
lines changed

2 files changed

+19
-4
lines changed

CHANGELOG.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
1-
# 84
2-
- Fix the slow operation notification associated with PubRoot (#7885)
1+
# 85
2+
- Restored Test with coverage run configuration feature (#7810)
3+
- Upgrade `org.jetbrains.intellij.platform` to 2.2.1 from 2.1.0 (#7936)
4+
- Fix for DevTool windows not appearing (#8029)
5+
- Support for Narwhal, Android Studio 2025.1 (#7963)
6+
- Build changes to support newer required versions of Java to build the plugin (#7963)
37
- Cleanup: removal of pre Dart SDK 3.0 code (#7882)
48
- Cleanup: removal of the deprecated Swing-based Inspector window (#7861)
59
- Cleanup: removal of the deprecated Outline window (#7816)
610
- Cleanup: removal of the deprecated Performance page window (#7816)
711
- Migrated all instances of EditorNotifications.Provider to the new API (#7830)
812

13+
# 84
14+
- This version was not shipped due to issue #7968
15+
916
# 83
1017
- First version for Meerkat, Android Studio 2024.3 (#7799)
1118
- Message in the Flutter Outline window that the window is now deprecated (#7778)

resources/META-INF/plugin.xml

+10-2
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,23 @@
4848

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

0 commit comments

Comments
 (0)