Skip to content

Commit 105b571

Browse files
committed
Change to semver and move changelog to old file
1 parent 222f516 commit 105b571

File tree

3 files changed

+111
-115
lines changed

3 files changed

+111
-115
lines changed

CHANGELOG-old.md

Lines changed: 105 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,108 @@
1+
## 86
2+
3+
- New message in DevTools windows for "Dock unpinned" IntelliJ feature (#8181)
4+
- Fixes for Slow Operation notifications in the IDEA platform (#7792)
5+
- Fix in Flutter project creation flow (#8259)
6+
- Many code health improvements and code cleanups (#8025, #8027, #8021)
7+
- Migration of deprecated API usages (#7718)
8+
- Fix for empty menu item in the device selector (#8264)
9+
10+
## 85.3
11+
12+
- Add Property Editor side panel (#7957)
13+
- Support removed for IDEA 2024.1 (Koala) and 2024.2 (Ladybug) (#8073)
14+
- Various cleanups including migrating slow operations to non-blocking calls (#8089)
15+
16+
## 85.2
17+
18+
- Fix broken devtools inspector source navigation (#8041)
19+
20+
## 85.1
21+
22+
- Fix the disappearance of the New Flutter Project menu item (#8040)
23+
- Add back the device name with the running tab (#7948)
24+
- Update the `org.jetbrains.intellij.platform` version to `2.5.0` (#8038)
25+
- Replace deprecated ComboBoxWithBrowserButton (#7931)
26+
- Fix Flutter Outline View event over-subscriptions (#7980)
27+
28+
## 85
29+
30+
- Restored Test with coverage run configuration feature (#7810)
31+
- Upgrade `org.jetbrains.intellij.platform` to 2.2.1 from 2.1.0 (#7936)
32+
- Fix for DevTool windows not appearing (#8029)
33+
- Support for Narwhal, Android Studio 2025.1 (#7963)
34+
- Build changes to support newer required versions of Java to build the plugin (#7963)
35+
- Cleanup: removal of pre Dart SDK 3.0 code (#7882)
36+
- Cleanup: removal of the deprecated Swing-based Inspector window (#7861)
37+
- Cleanup: removal of the deprecated Outline window (#7816)
38+
- Cleanup: removal of the deprecated Performance page window (#7816)
39+
- Migrated all instances of EditorNotifications.Provider to the new API (#7830)
40+
41+
## 84
42+
43+
- This version was not shipped due to issue #7968
44+
45+
## 83
46+
47+
- First version for Meerkat, Android Studio 2024.3 (#7799)
48+
- Message in the Flutter Outline window that the window is now deprecated (#7778)
49+
- Testing and cleanup now that the code is migrated to the new Gradle Plugin (#7670)
50+
51+
## 82.2
52+
53+
- Release of the plugin for 2024.3 (#7670)
54+
- Migration to IntelliJ Platform Gradle Plugin (2.x) (#7670)
55+
- The Flutter coverage runner support has been removed (#7670)
56+
57+
## 82.1
58+
59+
- Fix for Cannot invoke "com.intellij.openapi.wm.ToolWindow.setAvailable(boolean)" issue -- thanks to @parlough (#7691)
60+
- New SDK notification to notify of old Flutter SDK usage (#7763)
61+
- Progress on migrating off of old IDEA APIs (#7718)
62+
- Significant code cleanup
63+
64+
## 82
65+
66+
- Various DevTools integration improvements (#7626) (#7621)
67+
- Removal of the old Performance page, now replaced by DevTools (#7624)
68+
- Add an option to reload a DevTools window (#7617)
69+
- Fix to the developer build (#7625)
70+
71+
## 81.1
72+
73+
- Initial support 2024.2 & Android Studio Ladybug Canary 6 (#7595)
74+
75+
## 81
76+
77+
- New icons to match "New UI" features in IntelliJ and Android Studio (#6595)
78+
- Restore Flutter test icons in the editor gutter (#7505)
79+
- Fix widget tree highlighting in the editor (#7522)
80+
- Resolve "Exception: Cannot invoke "org..AnAction.getTemplatePresentation()" exception (#7488)
81+
- Resolve "Pubspec has been edited" editor notification is stuck (#7538)
82+
- Resolve Released EditorImpl held by lambda in FlutterReloadManager (#7507)
83+
- Configure the Project view for Flutter in AS, when creating a new Flutter project (#4470)
84+
- Migrate to Kotlin UI DSL Version 2 (#7310)
85+
86+
## 80
87+
88+
- Resolve debugger issue with the new Dart macro file uri format (#7449)
89+
- Hide deep links window when insufficient SDK version (#7478)
90+
- Fix exceptions out of FlutterSampleNotificationProvider (#5634)
91+
- Additional fixes for deprecation of `ActionUpdateThread.OLD_EDT` (#7330)
92+
- Exception from EditorPerfDecorations fixed (#7432)
93+
- Exception from FlutterColorProvider fixed (#7428)
94+
- Fix top toolbar for new UI (#7423)
95+
- Update JxBrowser to `v7.38.2` (#7413)
96+
- "Open Android Module in Android Studio" action removed (#7103)
97+
- Fix for deprecation of `ActionUpdateThread.OLD_EDT` (#7330)
98+
- Deprecation of `ServiceExtensions.setPubRootDirectories` (#7142)
99+
- Fix plugin not opening in Android Studio (#7305)
100+
- Deadlock involving `WorkspaceCache.getInstance()` (#7333)
101+
- Fix for `AlreadyDisposedException` from `DartVmServiceDebugProcess` (#7381)
102+
- Memory leak fix out of `DartVmServiceDebugProcess` (7380)
103+
- Memory leak fix in `FlutterSettings` and `JxBrowser` (#7377)
104+
- Delete actions specific to legacy inspector (#7416)
105+
1106
# 79
2107
- Support IntelliJ 2024.1 (#7269)
3108
- Check version before starting ToolEvent stream (#7317)

CHANGELOG.md

Lines changed: 2 additions & 107 deletions
Original file line numberDiff line numberDiff line change
@@ -1,118 +1,13 @@
1-
## 87.1
1+
## 87.1.0
22

33
- Register VM service with DTD (#8436)
44
- Fix for ClassCastException: BadgeIcon on flutter runs (#8426)
55
- Fix the FlutterDependencyInspection for the analyzer workspaces (#8428)
66

7-
## 87
7+
## 87.0.0
88

99
- Fixes to Flutter test execution (#8233, #8325)
1010
- Make Android dependencies optional, allowing the plugin to be used in more Jetbrains products (Rider, etc) (#7949, #8375)
1111
- Internal: support for logging to a dedicated plugin log file (#8253)
1212
- Fixes to ensure the Property Editor loads on all project opens (#8268)
1313
- Fix the hang after opening a new project in Android Studio (#8390)
14-
15-
## 86
16-
17-
- New message in DevTools windows for "Dock unpinned" IntelliJ feature (#8181)
18-
- Fixes for Slow Operation notifications in the IDEA platform (#7792)
19-
- Fix in Flutter project creation flow (#8259)
20-
- Many code health improvements and code cleanups (#8025, #8027, #8021)
21-
- Migration of deprecated API usages (#7718)
22-
- Fix for empty menu item in the device selector (#8264)
23-
24-
## 85.3
25-
26-
- Add Property Editor side panel (#7957)
27-
- Support removed for IDEA 2024.1 (Koala) and 2024.2 (Ladybug) (#8073)
28-
- Various cleanups including migrating slow operations to non-blocking calls (#8089)
29-
30-
## 85.2
31-
32-
- Fix broken devtools inspector source navigation (#8041)
33-
34-
## 85.1
35-
36-
- Fix the disappearance of the New Flutter Project menu item (#8040)
37-
- Add back the device name with the running tab (#7948)
38-
- Update the `org.jetbrains.intellij.platform` version to `2.5.0` (#8038)
39-
- Replace deprecated ComboBoxWithBrowserButton (#7931)
40-
- Fix Flutter Outline View event over-subscriptions (#7980)
41-
42-
## 85
43-
44-
- Restored Test with coverage run configuration feature (#7810)
45-
- Upgrade `org.jetbrains.intellij.platform` to 2.2.1 from 2.1.0 (#7936)
46-
- Fix for DevTool windows not appearing (#8029)
47-
- Support for Narwhal, Android Studio 2025.1 (#7963)
48-
- Build changes to support newer required versions of Java to build the plugin (#7963)
49-
- Cleanup: removal of pre Dart SDK 3.0 code (#7882)
50-
- Cleanup: removal of the deprecated Swing-based Inspector window (#7861)
51-
- Cleanup: removal of the deprecated Outline window (#7816)
52-
- Cleanup: removal of the deprecated Performance page window (#7816)
53-
- Migrated all instances of EditorNotifications.Provider to the new API (#7830)
54-
55-
## 84
56-
57-
- This version was not shipped due to issue #7968
58-
59-
## 83
60-
61-
- First version for Meerkat, Android Studio 2024.3 (#7799)
62-
- Message in the Flutter Outline window that the window is now deprecated (#7778)
63-
- Testing and cleanup now that the code is migrated to the new Gradle Plugin (#7670)
64-
65-
## 82.2
66-
67-
- Release of the plugin for 2024.3 (#7670)
68-
- Migration to IntelliJ Platform Gradle Plugin (2.x) (#7670)
69-
- The Flutter coverage runner support has been removed (#7670)
70-
71-
## 82.1
72-
73-
- Fix for Cannot invoke "com.intellij.openapi.wm.ToolWindow.setAvailable(boolean)" issue -- thanks to @parlough (#7691)
74-
- New SDK notification to notify of old Flutter SDK usage (#7763)
75-
- Progress on migrating off of old IDEA APIs (#7718)
76-
- Significant code cleanup
77-
78-
## 82
79-
80-
- Various DevTools integration improvements (#7626) (#7621)
81-
- Removal of the old Performance page, now replaced by DevTools (#7624)
82-
- Add an option to reload a DevTools window (#7617)
83-
- Fix to the developer build (#7625)
84-
85-
## 81.1
86-
87-
- Initial support 2024.2 & Android Studio Ladybug Canary 6 (#7595)
88-
89-
## 81
90-
91-
- New icons to match "New UI" features in IntelliJ and Android Studio (#6595)
92-
- Restore Flutter test icons in the editor gutter (#7505)
93-
- Fix widget tree highlighting in the editor (#7522)
94-
- Resolve "Exception: Cannot invoke "org..AnAction.getTemplatePresentation()" exception (#7488)
95-
- Resolve "Pubspec has been edited" editor notification is stuck (#7538)
96-
- Resolve Released EditorImpl held by lambda in FlutterReloadManager (#7507)
97-
- Configure the Project view for Flutter in AS, when creating a new Flutter project (#4470)
98-
- Migrate to Kotlin UI DSL Version 2 (#7310)
99-
100-
## 80
101-
102-
- Resolve debugger issue with the new Dart macro file uri format (#7449)
103-
- Hide deep links window when insufficient SDK version (#7478)
104-
- Fix exceptions out of FlutterSampleNotificationProvider (#5634)
105-
- Additional fixes for deprecation of `ActionUpdateThread.OLD_EDT` (#7330)
106-
- Exception from EditorPerfDecorations fixed (#7432)
107-
- Exception from FlutterColorProvider fixed (#7428)
108-
- Fix top toolbar for new UI (#7423)
109-
- Update JxBrowser to `v7.38.2` (#7413)
110-
- "Open Android Module in Android Studio" action removed (#7103)
111-
- Fix for deprecation of `ActionUpdateThread.OLD_EDT` (#7330)
112-
- Deprecation of `ServiceExtensions.setPubRootDirectories` (#7142)
113-
- Fix plugin not opening in Android Studio (#7305)
114-
- Deadlock involving `WorkspaceCache.getInstance()` (#7333)
115-
- Fix for `AlreadyDisposedException` from `DartVmServiceDebugProcess` (#7381)
116-
- Memory leak fix out of `DartVmServiceDebugProcess` (7380)
117-
- Memory leak fix in `FlutterSettings` and `JxBrowser` (#7377)
118-
- Delete actions specific to legacy inspector (#7416)

build.gradle.kts

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ plugins {
4545

4646
var flutterPluginVersion = providers.gradleProperty("flutterPluginVersion").get()
4747
if (project.hasProperty("dev")) {
48-
val latestVersion = changelog.getLatest().version
49-
val majorVersion = latestVersion.substringBefore('.').toInt()
50-
val nextMajorVersion = majorVersion + 1
48+
val latestVersion = changelog.getLatest().version
49+
val majorVersion = latestVersion.substringBefore('.').toInt()
50+
val nextMajorVersion = majorVersion + 1
5151
val datestamp = DateTimeFormatter.ofPattern("yyyyMMdd").format(LocalDate.now())
52-
flutterPluginVersion = "$nextMajorVersion.0-dev.$datestamp"
52+
flutterPluginVersion = "$nextMajorVersion.0.0-dev.$datestamp"
5353
}
5454
val ideaVersion = providers.gradleProperty("ideaVersion").get()
5555
val dartPluginVersion = providers.gradleProperty("dartPluginVersion").get()
@@ -159,10 +159,6 @@ dependencies {
159159
)
160160
}
161161

162-
changelog {
163-
headerParserRegex = """(\d+(\.\d+)*)""".toRegex()
164-
}
165-
166162
intellijPlatform {
167163
pluginConfiguration {
168164
version = flutterPluginVersion

0 commit comments

Comments
 (0)