Skip to content

Commit c3b19f3

Browse files

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 84
2+
- Fix the slow operation notification associated with PubRoot (#7885)
3+
- Cleanup: removal of pre Dart SDK 3.0 code (#7882)
4+
- Cleanup: removal of the deprecated Swing-- Fix the slow operation notification associated with PubRoot (#7885)based Inspector window (#7861)
5+
- Cleanup: removal of the deprecated Outline window (#7816)
6+
- Cleanup: removal of the deprecated Performance page window (#7816)
7+
- Migrated all instances of EditorNotifications.Provider to the new API (#7830)
8+
19
# 83
210
- First version for Meerkat, Android Studio 2024.3 (#7799)
311
- Message in the Flutter Outline window that the window is now deprecated (#7778)

resources/META-INF/plugin.xml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
<category>Custom Languages</category>
2323
<version>SNAPSHOT</version>
24-
<idea-version since-build="243" until-build="253.*"/>
24+
<idea-version since-build="242" until-build="242.*"/>
2525

2626
<depends>com.intellij.modules.platform</depends>
2727
<depends>com.intellij.modules.lang</depends>
@@ -39,11 +39,20 @@
3939

4040
<!-- Contributes Android Studio-specific features and implementations. -->
4141
<!--suppress PluginXmlValidity -->
42-
<depends optional="true" config-file="studio-contribs.xml">com.intellij.modules.androidstudio</depends>
42+
<depends optional="true" config-file="studio-contribs.xml">com.android.tools.apk</depends>
4343

4444

4545
<change-notes>
4646
<![CDATA[
47+
<h1>84</h1>
48+
<ul>
49+
<li>Fix the slow operation notification associated with PubRoot (#7885)</li>
50+
<li>Cleanup: removal of pre Dart SDK 3.0 code (#7882)</li>
51+
<li>Cleanup: removal of the deprecated Swing-- Fix the slow operation notification associated with PubRoot (#7885)based Inspector window (#7861)</li>
52+
<li>Cleanup: removal of the deprecated Outline window (#7816)</li>
53+
<li>Cleanup: removal of the deprecated Performance page window (#7816)</li>
54+
<li>Migrated all instances of EditorNotifications.Provider to the new API (#7830)</li>
55+
</ul>
4756
<h1>83</h1>
4857
<ul>
4958
<li>First version for Meerkat, Android Studio 2024.3 (#7799)</li>

0 commit comments

Comments
 (0)